Closed craftzdog closed 3 years ago
FYI: The badges in README are broken :)
@craftzdog Thanks for your PR.
I also found this issue and am just thinking of solutions. I'm very happy to get a PR from you.
FYI: The badges in README are broken :)
I'll fix it soon 😄
Great! Have a nice day.
Hi, thanks for creating this plugin!
I found an issue that the cursor position moves to the top on formatting. That's because Inkdrop tries to update the editor again when detecting the CodeMirror's state change to maintain its internal state consistency. So, you have to update not only CodeMirror but also the internal state. This PR should fix the issue.