/obsidian-mk

My personal Obsidian plugin.

Primary LanguageTypeScriptMIT LicenseMIT

Obsidian MK

This is my my personal Obsidian plugin.

I created it from the obsidian-sample-plugin template.

It assumes the obsidian-minimal theme is being used.

Usage

  1. Clone and make install.
  2. Enable the plugin in Settings > Community plugins.

Contributing

  1. npm install to get dependencies.
  2. npm run dev while developing.
  3. npm run build when finished.

License

© 2022 Mitchell Kember

Obsidian MK is available under the MIT License; see LICENSE for details.

Thanks to Tim Hor for code copied from obsidian-editor-shortcuts.