# fss-0002 iki-0000
#
# license open-standard-license-1.0-or-later
-# version 2024/11/03
+# version 2024/11/10
#
# This file (assumed to be named eki.txt) can be more easily read using the following iki_read commands:
# iki_read eki.txt +Q -w -WWW character "'" "'" code '"' '"' italic '"' '"'
Key\:
code:"\o" = any printable word character, including character:"_", character:"-", character:"+" (and Unicode equivalents).
- code:"\O" = any printable word character, including character:"_", character:"-", character:"+" (and Unicode equivalents) followed by a colon character:":" (unicode:"U+003A").
+ code:"\O" = any printable word character, including character:"_", character:"-", character:"+" (and Unicode equivalents) followed by a colon character:":" (unicode:"U+003A") (cannot be only a colon by itself).
code:"\c" = any character, including white space and non-printing, and any delimited quote (used as the opening quote) or a any quote (undelimited) not used as the opening quote.
code:"\q" = either a single quote character:"'" (unicode:"U+0027"), a double quote character:'"' (unicode:"U+0022"), or a grave character:'`' (unicode:"U+0060").
code:"\x" = any character.
- code:"\W" = any non-word character, discluding character:"_", character:"-", character:"+" (and Unicode equivalents).
- code:"\e" = an optional escape sequence of any number of backslashes, such as character:"\\".
+ code:"\W" = any non-word character, discluding character:"_" (and Unicode equivalents), character:"-" (and Unicode equivalents), character:"+" (and Unicode equivalents), and colon character:":" (unicode:"U+003A").
+ code:"\e" = an optional escape sequence of any number of backslashes, such as character:"\\" (unicode:"U+005C").
code:"[" = a single conditionally optional open bracket, character:"[" (unicode:"U+005B").
code:"]" = a single conditionally optional close bracket, character:"]" (unicode:"U+005D").
code:"*" = zero or more occurrences.
code:"~" = one or more occurrences, or zero if at start of file.
+ code:"+" = one or more occurrences.
code:":" = The colon character:":" (unicode:"U+003A").
Before Structure\:
- code:"\x*\W~\*:*"
+ code:"\x*\W~"
Structure\:
- code:"[\O*\o]\e:\q\c\q"
+ code:"[\O*\o+]\e:\q\c\q"
After Structure\:
code:""
Example\:
- code:'# fss-000c iki-0000
+ code:'# fss-000c eki-0000
This is my sentence, anything can go here but sometimes I want to italic\:"emphasize some text".
# fss-0002 iki-0000
#
# license open-standard-license-1.0-or-later
-# version 2024/11/03
+# version 2024/11/10
#
# This file (assumed to be named iki.txt) can be more easily read using the following iki_read commands:
# iki_read iki.txt +Q -w -WWW character "'" "'" code '"' '"' italic '"' '"'
code:"\c" = any character, including white space and non-printing, and any delimited quote (used as the opening quote) or a any quote (undelimited) not used as the opening quote.
code:"\q" = either a single quote character:"'" (unicode:"U+0027"), a double quote character:'"' (unicode:"U+0022"), or a grave character:'`' (unicode:"U+0060").
code:"\x" = any character.
- code:"\W" = any non-word character, discluding character:"_", character:"-", character:"+" (and Unicode equivalents).
- code:"\e" = an optional escape sequence of any number of backslashes, such as character:"\\".
+ code:"\W" = any non-word character, discluding character:"_" (and Unicode equivalents), character:"-" (and Unicode equivalents), and character:"+" (and Unicode equivalents).
+ code:"\e" = an optional escape sequence of any number of backslashes, such as character:"\\" (unicode:"U+005C").
code:"[" = a single conditionally optional open bracket, character:"[" (unicode:"U+005B").
code:"]" = a single conditionally optional close bracket, character:"]" (unicode:"U+005D").
code:"*" = zero or more occurrences.
code:"~" = one or more occurrences, or zero if at start of file.
+ code:"+" = one or more occurrences.
code:":" = The colon character:":" (unicode:"U+003A").
Before Structure\:
- code:"\x*\W~\*:*"
+ code:"\x*\W~"
Structure\:
- code:"[\o]\e:\q\c\q"
+ code:"[\o+]\e:\q\c\q"
After Structure\:
code:""