talking structured like program code
The current nested pure structured documentation tools is eve language and the title of roam research. rebol is a great looking programming language. It eliminates a lot of symbols. So I was inspired by robol to make improvements.
Currently I translate the rebol form of the language into the eve form. This allows structured queries to be made with eve.
-
open file "toeve.html" in browser.
-
click "r2e".
-
copy the "out".
-
open tweve in browser.
-
click "+".
-
named "1.eve"
-
paste to the text. and type some text to the front of it. like this.
```eve search o1 = [#o1] [#the object: d1] bind o1.text := " {{d1}} " ``` ```eve commit [#html/element tagname: "div" #o1 text: "1"] ``` ```eve commit [#be subject:[#of thing:[#the object:"capital"] limit:"china"] judgment:"beijing"] ```
-
click "✓"
-
click "+".
-
named "1.eve.exe"
-
type some thing like this.
<$eve markdown={{1.eve}}/>
-
click "✓"
-
This way you can see the query results in 1.eve.exe
the "function" at the start of sentence indicates that this is a template.
$ means this is a function name.
The number after $ is the priority.