This plugin adds smart typographic punctuation to the Obsidian markdown previewer.
- Check compatibility with other Obsidian features
- Add preference pane to select Smartypants mode, as documented in the smartypants.js readme.
- Clean up code and manifest
- Make an official release
- Clone this repo.
npm i
oryarn
to install dependenciesnpm run dev
to start compilation in watch mode.
- Copy over
main.js
,styles.css
,manifest.json
to your vaultVaultFolder/.obsidian/plugins/smartypants/
.