Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.17 KB

Quick Tana

⤓ Download Shortcut

About

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.

Usage

Input a single line of text, optionally including tokens.

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.

Roadmap

  • 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