Support other metadata tagging formats
I love MultiMarkdown (especially with CriticMarkup) and use it even when I occasionally use editors that don't recognize mmd.
Most of the time, it's not a huge problem. But one place I'm struggling is with tags in frontmatter.
MMD uses `tags: tag1, tag2, tag3` — which is _very_ close to, but not quite, YAML. I'd love to be able to keep nvUltra's tag syncing with the OS, while also have a tag list that's YAML compatible — either `tags: [tag1, tag2, tag3]` or the multiline
```
tags:
- tag1
- tag2
- tag3
```
Would it be difficult to let nvUltra ignore a single set of square brackets around the tag list in metadata?
-
Metadata is controlled by MultiMarkdown syntax. At this time, I have no plans to change the way that MultiMarkdown's metadata syntax works.
0
Please sign in to leave a comment.
Comments
1 comment