Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 703 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 703 Bytes

Obsidian Smartypants plugin

This plugin adds smart typographic punctuation to the Obsidian markdown previewer.

Roadmap

  • 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

How to develop

  • Clone this repo.
  • npm i or yarn to install dependencies
  • npm run dev to start compilation in watch mode.

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/smartypants/.