mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
1.4 KiB
1.4 KiB
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
.