Taitava / obsidian-shellcommands

Execute system commands via hotkeys or command palette in Obsidian (https://obsidian.md). Some automated events are also supported, and execution via URI links.
GNU General Public License v3.0
334 stars 11 forks source link

Caret position change event support #345

Open Taitava opened 1 year ago

Taitava commented 1 year ago

Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/284

Taitava commented 1 year ago

The draft version of this was accidentally released in 0.20.0

There's now a Caret moved in editor event toggleable in the settings, but I have bad news: It doesn't work. If you enable it, it just does nothing.

kuva

I must have mixed up Git branches somehow, as I didn't mean to publish this non-working stuff yet. I'll release a fix later that removes this event from the UI, or at least adds a text that it doesn't work.