quartz/docs/plugins/ObsidianFlavoredMarkdown.md
Anton Bulakh 1038d1bac7
feat(tags): Allow separating page tags from frontmatter tags
I feel like tags in note content are just links to the tag page, and
shouldn't mark the page with that tag.

Also the way it was done - adding content tags to frontmatter -
interferes with my WIP page properties component, I want to only show
"explicitly put in the frontmatter" tags.

Added an option to have those "outgoing" tags that don't tag the page,
yet get a tag page generated (so that the popover is not 404 if there
are no pages with this tag).
2025-01-18 06:20:06 +02:00

1.9 KiB

title, tags
title tags
ObsidianFlavoredMarkdown
plugin/transformer

This plugin provides support for Obsidian compatibility.

Note

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

This plugin accepts the following configuration options:

  • comments: If true (default), enables parsing of %% style Obsidian comment blocks.
  • highlight: If true (default), enables parsing of == style highlights within content.
  • wikilinks:If true (default), turns wikilinks into regular links.
  • callouts: If true (default), adds support for callouts blocks for emphasizing content.
  • mermaid: If true (default), enables Mermaid diagrams rendering within Markdown files.
  • parseTags: If true (default), parses and links tags within the content. This marks the page as tagged with those tags, you can set parseTags to "link-only" to only turn content tags into links.
  • parseArrows: If true (default), transforms arrow symbols into their HTML character equivalents.
  • parseBlockReferences: If true (default), handles block references, linking to specific content blocks.
  • enableInHtmlEmbed: If true, allows embedding of content directly within HTML. Defaults to false.
  • enableYouTubeEmbed: If true (default), enables the embedding of YouTube videos and playlists using external image Markdown syntax.
  • enableVideoEmbed: If true (default), enables the embedding of video files.
  • enableCheckbox: If true, adds support for interactive checkboxes in content. Defaults to false.

Warning

Don't remove this plugin if you're using Obsidian compatibility to author the content!

API