deathau / cm-show-whitespace-obsidian

A plugin for [Obsidian](https://obsidian.md) which shows whitespace in the editor.
53 stars 6 forks source link

fix: shortcut toggle event attachment #10

Closed jjspace closed 3 years ago

jjspace commented 3 years ago

Fixes #8

Not sure if these functions moved or were mistyped the first time but the shortcut works to toggle now

deathau commented 3 years ago

Yeah, I think this changed. Obsidian 0.10.0 also introduced some CodeMirror specific stuff that I'm double-checking with Licat about, I might end up modifying this anyway based on that.