Convert a single-line text input into a set of nodes, and add it to a specified target.
- Support for supertags, target nodes, fields, fields with reference value, and child nodes.
- Token symbols can be customized.
- Support for default target and default field.
NB! Nodes and supertags have to be registered with id in advance. Space is a special character used to separate tokens from refular content. A token cannot contain a space.
Input a single line of text, optionally including tokens.
@target
- set target node, first word.
#supertag
- add supertag to node.
field:text
- add field with text value.
field:reference
- add field with reference value.
:reference
- add default field with reference.
//
- splits the text and add as child nodes.
- Convert [], [ ] and [x] to checkbox nodes.
- Convert @reference to inline references.
- Convert single formatting to double
- Split text by --- to create node descriptions.
- Image/file support.
Pontus Sundén, 2024