mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-23 06:41:30 +00:00
.github
content
docs
advanced
features
images
plugins
AliasRedirects.md
Assets.md
CNAME.md
Citations.md
ComponentResources.md
ContentIndex.md
ContentPage.md
CrawlLinks.md
CreatedModifiedDate.md
CustomOgImages.md
Description.md
ExplicitPublish.md
Favicon.md
FolderPage.md
Frontmatter.md
GitHubFlavoredMarkdown.md
HardLineBreaks.md
Latex.md
NotFoundPage.md
ObsidianFlavoredMarkdown.md
OxHugoFlavoredMarkdown.md
RemoveDrafts.md
RoamFlavoredMarkdown.md
Static.md
SyntaxHighlighting.md
TableOfContents.md
TagPage.md
index.md
tags
authoring content.md
build.md
configuration.md
hosting.md
index.md
layout-components.md
layout.md
migrating from Quartz 3.md
philosophy.md
setting up your GitHub repository.md
showcase.md
upgrading.md
quartz
.gitattributes
.gitignore
.node-version
.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.4 KiB
1.4 KiB
title, tags
title | tags | |
---|---|---|
RoamFlavoredMarkdown |
|
This plugin provides support for Roam Research compatibility. See Roam Research 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:
orComponent
: Iftrue
(default), converts Roam{{ or:ONE|TWO|THREE }}
shortcodes into HTML Dropdown options.TODOComponent
: Iftrue
(default), converts Roam{{[[TODO]]}}
shortcodes into HTML check boxes.DONEComponent
: Iftrue
(default), converts Roam{{[[DONE]]}}
shortcodes into checked HTML check boxes.videoComponent
: Iftrue
(default), converts Roam{{[[video]]:URL}}
shortcodes into embeded HTML video.audioComponent
: Iftrue
(default), converts Roam{{[[audio]]:URL}}
shortcodes into embeded HTML audio.pdfComponent
: Iftrue
(default), converts Roam{{[[pdf]]:URL}}
shortcodes into embeded HTML PDF viewer.blockquoteComponent
: Iftrue
(default), converts Roam{{[[>]]}}
shortcodes into Quartz blockquotes.
API
- Category: Transformer
- Function name:
Plugin.RoamFlavoredMarkdown()
. - Source:
quartz/plugins/transformers/roam.ts
.