cellplatform / platform-0.2.0

/sys (shared system modules)
Other
5 stars 2 forks source link

Text Processing: match and parse "config props" within MD (Rowan's "noting" scenario) #84

Closed philcockfield closed 10 months ago

philcockfield commented 2 years ago

module: sys.data.text "uinst" - Universal Syntax Tree

scenario: match and derive "config props" inline within markdown

Sample test:

image

philcockfield commented 2 years ago

https://github.com/rowanyeoman/tdb.meeting/blob/main/undp/2.core-narratives/perspective-shift.md?plain=1#L1

type: "action:todo"
payload: {
  title: "Move this to UN sections"
  detail: "Surveying all of the projects, reports and..."    <== Markdown.
  tags: ["Draft-1"]
}

type: TODO:ACTION example: "Move this to UN sections"

image

Example usages when extracted from entire corpus:

philcockfield commented 2 years ago

image