Marknote Demo
Officialby Marknote · v1.0.0 · Reference
The reference plugin. Adds a "Show timestamp" command and a transform that rewrites {{date}} to today's date — a 20-line working starter you can copy.
- Commands
- Preview transforms
Plugins add commands to the palette and transform markdown before the preview renders — built by the Marknote team and by the community. Browse what's available below, or jump straight to the developer guide to write your own.
Plugins ready to drop into your Marknote install.
by Marknote · v1.0.0 · Reference
The reference plugin. Adds a "Show timestamp" command and a transform that rewrites {{date}} to today's date — a 20-line working starter you can copy.
Build something useful — see the developer guide.
Plugins are folders. Drop one into the plugins folder, named for the plugin's id and holding its manifest and script:
Then click Reload in Settings → Plugins to see what was discovered; a plugin runs from the next launch. A manifest that fails validation shows up there with a line saying exactly which field is wrong.
Plugins ship as a folder with a manifest and one JS file. The API is small, the sandbox is documented, and the reference plugin is a 20-line starter you can copy.