esm7

Results 340 comments of esm7

Does the same notice appear when pasting content in Obsidian the regular way (Ctrl+V after something was copied)? Should I just limit the clipboard access to happen when the user...

That's definitely preferable, the question is how. In theory I should be able to make a new paste command and map it by default to `p`, will check if that...

If I remember correctly, I was unable to find a similar mechanism in CM6. It works very differently. But it's surely worth putting more time into it, perhaps I just...

In the [CodeMirror Vim demo](https://codemirror.net/demo/vim.html) mapping Tab works, so I assume that Obsidian catches that key and doesn't pass it to CodeMirror. It should be possible to intervene with that,...

Hey, sorry for the time to reply, I wasn't very available in the past 2 months. I just released a new version that fixes "fixed keyboard layout in Normal mode",...

The CodeMirror Vim module doesn't support it :( But I'll add it as a feature request to make a "command chaining" Ex command.

I'm not sure this is something the plugin has control of, but since I need to rewire `cmcommand` soon anyway (since it doesn't work for the new editor), I'll see...

Seems like the CodeMirror Vim integration doesn't allow to map `cc`, among its many strange quirks :shrug:

Yes, I know it takes more time than it should, but this week!

I'm personally ok with even a softer version of that: it'll be helpful even if just the parsing is exposed, e.g. I'll supply functions to check if a `TFile` contains...