clockoon / dokuwiki-plugin-commonmark

Commonmark plugin for Dokuwiki
https://www.dokuwiki.org/plugin:commonmark
8 stars 3 forks source link

Implement frontmatter-based tags #18

Closed clockoon closed 1 year ago

clockoon commented 2 years ago

Render following YAML snippets

tags: 
  - TAG1
  - TAG2

or

tags: TAG1,TAG2

into dokuwiki tag plugin syntax: {{tag>TAG1 TAG2}}