You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-42Lines changed: 1 addition & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,7 @@ One `jevko` command to rule all Jevko formats.
6
6
7
7
Experimental.
8
8
9
-
Currently supports .jevkoml, .jevkocfg.
10
-
11
-
<!-- todo:, .jevkodata. -->
9
+
Currently supports [.jevkoml](https://github.com/jevko/jevkoml), [.jevkocfg](https://github.com/jevko/jevkoconfig1.js), [.jevkodata](https://github.com/jevko/jevkodata).
12
10
13
11
Can convert the Jevko formats into well-known and well-supported formats (e.g. JSON, HTML, XML and XML-based formats, such as SVG).
14
12
@@ -22,45 +20,6 @@ It can be used to easily integrate Jevko formats into applications that deal wit
22
20
23
21
<!-- In the future, JevkoML could also be used directly by various tools, for increased efficiency. -->
24
22
25
-
## Examples
26
-
27
-
For example, Jevko CLI can convert something like this:
28
-
29
-
<!-- [ ] see a version with syntax highlighting (htmlpreview), [x] get a syntax highlighting extension for visual studio code -->
30
-
31
-

32
-
33
-
into something like this:
34
-
35
-
```HTML
36
-
<html>
37
-
<head>
38
-
<title>This is a title</title>
39
-
</head>
40
-
<body>
41
-
<div>
42
-
<p>Hello world!</p>
43
-
<abbr
44
-
id="anId"
45
-
class="jargon"
46
-
style="color: purple;"
47
-
title="Hypertext Markup Language"
48
-
>HTML</abbr>
49
-
<ahref="https://www.wikipedia.org/">
50
-
A link to Wikipedia!
51
-
</a>
52
-
<p>
53
-
Oh well, <spanlang="fr">c'est la vie</span>, as they say in France.
54
-
</p>
55
-
</div>
56
-
</body>
57
-
</html>
58
-
```
59
-
60
-
See [the jevkoml project on GitHub](https://github.com/jevko/jevkoml) for details.
61
-
62
-
Also see the [.jevkoml syntax highlighting extension for Visual Studio Code](https://github.com/jevko/jevkoml-basic-highlighting-vscode) which was used to produce the screenshot above.
63
-
64
23
## Usage
65
24
66
25
If Jevko CLI is [installed](#installation-with-deno) you can invoke it as:
0 commit comments