Files
quartz/docs/plugins/OxHugoFlavoredMarkdown.md
saberzero1 cce45e0718 docs: add repository, enabled, required frontmatter to all plugin docs
Added repository, enabled, and required fields to the frontmatter of
all 44 plugin documentation files. Updated Plugins.base to include
these columns, matching the information previously in the manual tables.
Also filtered out internal plugins (Assets, Static, ComponentResources,
NotFoundPage) from the base query.
2026-05-24 19:46:42 +02:00

1.6 KiB

title, tags, image, repository, enabled, required
title tags image repository enabled required
OxHugoFlavoredMarkdown
plugin/transformer
quartz-community/ox-hugo false false

This plugin provides support for ox-hugo compatibility. See OxHugo compatibility for more information.

Note

For information on how to add, remove or configure plugins, see the configuration#Plugins page.

This plugin accepts the following configuration options:

  • wikilinks: If true (default), converts Hugo {{ relref }} shortcodes to Quartz wikilinks.
  • removePredefinedAnchor: If true (default), strips predefined anchors from headings.
  • removeHugoShortcode: If true (default), removes Hugo shortcode syntax ({{}}) from the content.
  • replaceFigureWithMdImg: If true (default), replaces <figure/> with ![]().
  • replaceOrgLatex: If true (default), converts Org-mode features/Latex fragments to Quartz-compatible LaTeX wrapped in $ (for inline) and $$ (for block equations).

Warning

While you can use this together with ObsidianFlavoredMarkdown, it's not recommended because it might mutate the file in unexpected ways. Use with caution.

If you use toml frontmatter, make sure to configure the Frontmatter plugin accordingly. See OxHugo compatibility for an example.

API

  • Category: Transformer
  • Function name: ExternalPlugin.OxHugoFlavoredMarkdown().
  • Source: quartz-community/ox-hugo
  • Install: npx quartz plugin add github:quartz-community/ox-hugo