quartz-research-note/quartz/plugins/transformers
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
..
description.ts run prettier 2023-07-22 17:27:41 -07:00
frontmatter.ts feat(plugins): add toml support for frontmatter (#418) 2023-08-25 10:25:46 -07:00
gfm.ts run prettier 2023-07-22 17:27:41 -07:00
index.ts run prettier 2023-07-22 17:27:41 -07:00
lastmod.ts various path fixes for links to extensions, fix relative paths in links 2023-08-17 00:55:28 -07:00
latex.ts docs on making plugins 2023-08-10 21:16:07 -07:00
links.ts fix: use proper full base for links.ts 2023-08-23 12:18:50 -07:00
ofm.ts fix: tag support for non-latin alphabets (fixes #398) 2023-08-22 22:14:16 -07:00
syntax.ts run prettier 2023-07-22 17:27:41 -07:00
toc.ts fix: toc for cyrillic and other non-latin alphabets (closes #396) 2023-08-22 22:41:50 -07:00