Skip to content

Urtext /ˈʊrtekst/

The Python plaintext library for people who've tried everything else

GitHub
  • Implementations & Setup
    • Sublime Text (OS/Linux/Windows)
      • Sublime Text Tips
    • iOS using Pythonista
  • Examples
    • Starter Project
  • Syntax
    • Overview
    • Links
    • Pointers
    • Timestamps
    • Metadata
    • Escaping & Embedding
  • Structure & Functionality
    • Nodes
    • Files
    • Frames & Calls
    • Actions
    • Projects
    • project_settings
    • System Keys
  • Support
  • Development
  • Implementations & Setup
    • Sublime Text (OS/Linux/Windows)
      • Sublime Text Tips
    • iOS using Pythonista
  • Examples
    • Starter Project
  • Syntax
    • Overview
    • Links
    • Pointers
    • Timestamps
    • Metadata
    • Escaping & Embedding
  • Structure & Functionality
    • Nodes
    • Files
    • Frames & Calls
    • Actions
    • Projects
    • project_settings
    • System Keys
  • Support
  • Development

Asterisks

  • Metadata Syntax
*keyname::value
**keyname::value

Immediately preceding a metadata key, the single and double asterisk propagate the metadata entry to child nodes and all descendant nodes, respectively. Note they do remove the metadata from the containing node. To assign the metadata entry containing node as well, precede them by the plus sign (+).ex

See Metadata for more information.