quartz-research-note/quartz
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
..
components format 2023-08-24 10:03:14 -07:00
plugins feat(plugins): add toml support for frontmatter (#418) 2023-08-25 10:25:46 -07:00
processors fix relative path resolution in router and link crawling 2023-08-16 22:04:15 -07:00
static fix head.tsx 2023-08-08 20:36:24 -07:00
styles format, ensure ci runs on prs 2023-08-24 12:31:15 -07:00
util fix: percent-encoding for files with %, contentIndex for non-latin chars (closes #397, closes #399) 2023-08-22 23:34:28 -07:00
bootstrap-cli.mjs fix: lock to never read when site is building 2023-08-24 08:31:12 -07:00
bootstrap-worker.mjs run prettier 2023-07-22 17:27:41 -07:00
build.ts feat: reproducible build (#412) 2023-08-24 11:41:20 -07:00
cfg.ts feat: add defaultDateType config 2023-08-24 08:56:40 -07:00
worker.ts base path refactor to better support subpath hosting 2023-08-19 15:52:25 -07:00