Skip to content

Use Helix keybindings inside Obsidian.md

Notifications You must be signed in to change notification settings

pivoshenko/obsidian-helix

 
 

Repository files navigation

Obsidian Helix Keybindings

This plugin enables Helix keybindings in Obsidian.md using the Helix CodeMirror6 extension by jrvidal. This plugin simply adds the extension to the editor, all credit goes to jrvidal for actually implementing the extension.

Keep in mind the CM6 extension is in a very early stage of development.

Installation

Because this plugin isn't oficially in the Obsidian plugin list (yet), you must install it directly from the repo. Two ways to do this are using BRAT or manually.

Via BRAT

  1. Install BRAT
  2. Copy the link to this Git repository
  3. Follow these instructions

Manually

  1. Clone the repository into <your vault directory>/.obsidian/plugins and then run:
$ npm i
$ npm run build
  1. Go to Settings in Obsidian and enable Helix Keybindings.

Usage

  1. Make sure Vim keybindings are disabled in Options->Editor->Advanced.
  2. Enable Helix keybindings in the plugin settings or toggle them via the command.

About

Use Helix keybindings inside Obsidian.md

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.6%
  • JavaScript 36.4%