mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-25 07:41:30 +00:00
.github
content
docs
advanced
features
images
plugins
AliasRedirects.md
Assets.md
CNAME.md
ComponentResources.md
ContentIndex.md
ContentPage.md
CrawlLinks.md
CreatedModifiedDate.md
Description.md
ExplicitPublish.md
FolderPage.md
Frontmatter.md
GitHubFlavoredMarkdown.md
HardLineBreaks.md
Latex.md
NotFoundPage.md
ObsidianFlavoredMarkdown.md
OxHugoFlavoredMarkdown.md
RemoveDrafts.md
Static.md
SyntaxHighlighting.md
TableOfContents.md
TagPage.md
index.md
tags
authoring content.md
build.md
configuration.md
hosting.md
index.md
layout.md
migrating from Quartz 3.md
philosophy.md
setting up your GitHub repository.md
showcase.md
upgrading.md
quartz
.gitattributes
.gitignore
.npmrc
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
Dockerfile
LICENSE.txt
README.md
globals.d.ts
index.d.ts
package-lock.json
package.json
quartz.config.ts
quartz.layout.ts
tsconfig.json
1.8 KiB
1.8 KiB
title, tags
title | tags | |
---|---|---|
ObsidianFlavoredMarkdown |
|
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
: Iftrue
(default), enables parsing of%%
style Obsidian comment blocks.highlight
: Iftrue
(default), enables parsing of==
style highlights within content.wikilinks
:Iftrue
(default), turns wikilinks into regular links.callouts
: Iftrue
(default), adds support for callouts blocks for emphasizing content.mermaid
: Iftrue
(default), enables Mermaid diagrams rendering within Markdown files.parseTags
: Iftrue
(default), parses and links tags within the content.parseArrows
: Iftrue
(default), transforms arrow symbols into their HTML character equivalents.parseBlockReferences
: Iftrue
(default), handles block references, linking to specific content blocks.enableInHtmlEmbed
: Iftrue
, allows embedding of content directly within HTML. Defaults tofalse
.enableYouTubeEmbed
: Iftrue
(default), enables the embedding of YouTube videos and playlists using external image Markdown syntax.enableVideoEmbed
: Iftrue
(default), enables the embedding of video files.enableCheckbox
: Iftrue
, adds support for interactive checkboxes in content. Defaults tofalse
.
Warning
Don't remove this plugin if you're using Obsidian compatibility to author the content!
API
- Category: Transformer
- Function name:
Plugin.ObsidianFlavoredMarkdown()
. - Source:
quartz/plugins/transformers/toc.ts
.