SkillAgentSearch skills...

Remark42.quartz

Quartz plugin for Remark42 comments.

Install / Use

/learn @OCDkirby/Remark42.quartz
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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".

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated4mo ago
Forks0

Languages

TypeScript

Security Score

67/100

Audited on Nov 18, 2025

No findings