resFactory / factory

Resource Factory is a universal approach to originating, refining, and rendering Markdown, HTML, type-safe SQL, or other assets that could comprise static sites or engineering artifacts.
GNU Affero General Public License v3.0
0 stars 3 forks source link

Enable typed and untyped tags (terms) with namespace and label support #49

Open shah opened 2 years ago

shah commented 2 years ago

Add to frontmatter for indexing

folksonomy:
  - untyped-tag-1
  - [untyped-tag-2-value, Untyped Tag 2 Label (No Namespace)]
  - [untyped-tag-3-value, Untyped Tag 3 Label, ut3namespace]
  - term: untyped-tag-4-value
    label: Untyped Tag 4 Label
    namespace: ut4namespace
taxonomy:
  - typed-tag-1
  - [typed-tag-2-value, "Typed Tag 2 Label"]
  - [typed-tag-3-value, "Typed Tag 3 Label", t3namespace]
  - term: typed-tag-4-value
    label: typed Tag 4 Label
    namespace: t4namespace
relationships:
  - type: SYMBOL
  - type: ../page/page/
  - type: /page/page/
  - type: ./page/page/
behavior:
    lexer:       # any search-specific behaviors