/obsidian-emacs-hotkey

obsidian plugin to use emacs hotkey

Primary LanguageTypeScriptOtherNOASSERTION

Obsidian Emacs Hotkey

Unstable. W.I.P

This plugin provides some Emacs-like command. If you set a hotkey to these commands, you can edit Obsidian Notes like emacs. At now, below shortcut is implemented.

This plugin has default keymaps, so many conflict will occur at first time. Because of this, you need configure hotkeys for these new commands.

How to use

  • 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/your-plugin-id/.
  • Enable plugin in Obsidian setting.