madeindjs / vscode-notable

VSCode plugin to take Markdown notes following Notable format.
MIT License
4 stars 1 forks source link

[BUG] Notable breaks onSave of other Markdown extensions #11

Open frudolph77 opened 2 years ago

frudolph77 commented 2 years ago

Hey,

I've found an other bug.

Having Notable and Markdown All in One installed, the onSave hooks wont run anymore, e.g. the updating of a TOC. I first thought it's an issue with Markdown All in One, but it isn't see https://github.com/yzhang-gh/vscode-markdown/issues/1079#issuecomment-1043170867

Comparing both onSave hooks shows a slight difference. I change the onSave of Notable to the way of Markdown All in One and now they work together.

I'll push these change to #10 my local branch was somehow broken. I'll file a new PR.

kind regards Frank