Joplin Plugin Markdown Prettier

raw JSON →
0.1.3 verified Sat Apr 25 auth: no javascript

A Joplin plugin that formats Markdown notes using Prettier, the opinionated code formatter. Version 0.1.3, stable, low release cadence. Key differentiators: integrates Prettier directly into Joplin, providing consistent Markdown formatting via toolbar, context menu, or keyboard shortcut (Alt+Shift+F).

error Plugin not appearing in plugin list
cause Joplin version outdated or plugin repository not synced.
fix
Update Joplin and restart, then check plugins again.
gotcha Plugin requires Joplin v2.8.0 or later (not explicitly stated but common for plugins using modern APIs).
fix Update Joplin to latest version.
npm install joplin-plugin-markdown-prettier
yarn add joplin-plugin-markdown-prettier
pnpm add joplin-plugin-markdown-prettier

Shows how to install and use the plugin within Joplin to format Markdown notes.

1. Open Joplin.
2. Go to Tools > Options > Plugins.
3. Search for 'Markdown Prettier' and install.
4. Open a Markdown note.
5. Click the 'Format Note' button in the toolbar or press Alt+Shift+F.