Remark42.quartz
Quartz plugin for Remark42 comments.
Install / Use
/learn @OCDkirby/Remark42.quartzREADME
remark42.quartz
Quartz plugin for Remark42 comments.
Installing
quartz-plugin (experimental, not in mainline Quartz):
$ quartz plugin add OCDkirby/remark42.quartz
manual: add remark42.ts to your <repo dir>/quartz/plugins/transformers and add this to your quartz.plugins.ts:
const plugins: PluginStore = {
available: [
...,
{
url: "OCDkirby/remark42",
enabled: true,
cfg: Plugin.Remark42({ host: "https://comments.my-host.com"... }),
},
...
]
}
you will also need to add a line exporting the plugin to <repo>/quartz/plugins/transformers/index.ts.
Usage
Configure in quartz.plugins.ts according to the Remark42 docs and place an empty div somewhere in a component or markdown with the property id="remark42".
