quartz-research-note/quartz/plugins
Hrishikesh Barman 5c6d1e27ba
feat(plugins): add toml support for frontmatter (#418)
* feat(plugins): add toml support for frontmatter

Currently frontmatter is expected to be yaml, with delimiter set to
"---". This might not always be the case, for example ox-hugo(a hugo
exporter for org-mode files) exports in toml format with the delimiter
set to "+++" by default.

With this change, the users will be able use frontmatter plugin to
support this toml frontmatter format.

Example usage: `Plugin.FrontMatter({delims: "+++", language: 'toml'})`

- [0] https://ox-hugo.scripter.co/doc/org-meta-data-to-hugo-front-matter/

* fixup! feat(plugins): add toml support for frontmatter
2023-08-25 10:25:46 -07:00
..
emitters feat: add defaultDateType config 2023-08-24 08:56:40 -07:00
filters fix watch-mode batching 2023-07-24 00:04:01 -07:00
transformers feat(plugins): add toml support for frontmatter (#418) 2023-08-25 10:25:46 -07:00
index.ts base path refactor to better support subpath hosting 2023-08-19 15:52:25 -07:00
types.ts base path refactor to better support subpath hosting 2023-08-19 15:52:25 -07:00
vfile.ts run prettier 2023-07-22 17:27:41 -07:00