Hrishikesh Barman
2023-08-26 bc543f81d9ada5e61cb9690834a5f83c02997d63
refs
author Hrishikesh Barman <geekodour@users.noreply.github.com>
Saturday, August 26, 2023 05:52 +0000
committer GitHub <noreply@github.com>
Saturday, August 26, 2023 05:52 +0000
commitbc543f81d9ada5e61cb9690834a5f83c02997d63
tree 4c3200b245de5f5286c62d4d4ab2a45898796637 tree | zip | gz
parent 5c6d1e27baef74a42cc292276c5832b010a38fd5 view | diff
feat(plugins): add OxHugoFlavouredMarkdown (#419)

* feat(plugins): add OxHugoFlavouredMarkdown

ox-hugo is an org exporter backend that exports org files to
hugo-compatible markdown in an opinionated way. This plugin adds some
tweaks to the generated markdown to make it compatible with quartz but
the list of changes applied it is not extensive.

In the future however, we could leapfrog ox-hugo altogether and
create a quartz site directly out of org-roam files. That way we won't
have to do all the ritual dancing that this plugin has to perform.
See https://github.com/k2052/org-to-markdown

* fix: add toml to remarkFrontmatter configuration

* docs: add docs for OxHugoFlavouredMarkdown

* fixup! docs: add docs for OxHugoFlavouredMarkdown
2 files added
2 files modified
114 ■■■■■ changed files
docs/features/OxHugo compatibility.md 38 ●●●●● diff | view | raw | blame | history
quartz/plugins/transformers/frontmatter.ts 2 ●●● diff | view | raw | blame | history
quartz/plugins/transformers/index.ts 1 ●●●● diff | view | raw | blame | history
quartz/plugins/transformers/oxhugofm.ts 73 ●●●●● diff | view | raw | blame | history