frenya / vscode-recall

MIT License
24 stars 7 forks source link

Hard dependency on markdown-all-in-one #12

Closed zioroboco closed 1 year ago

zioroboco commented 2 years ago

Recall currently declares a dependency on this vscode extension:

https://github.com/frenya/vscode-recall/blob/3e224c3f084862c6abbfc52e5defb13839a6ee6f/package.json#L215-L217

This was added in v0.6.0, and the corresponding update to the docs suggests that this isn't so much a hard dependency but a recommendation, to improve the experience of writing markdown.

I am finding that this markdown extension is a bit unstable (e.g. I'm having to pin it to older versions when updates introduce bugs), and most of its features are supported by other, smaller extensions. I would therefore like to replace it with extensions which support only the features I actually use.

The only blocker is the fact that the dependency from recall means I'd have to disable recall as well!

Should this extension instead be included in the recall readme as a suggestion?

frenya commented 2 years ago

Hi. Thanks for reporting this. I will review the dependency.

frenya commented 2 years ago

Hi. I have finally found some time to move this project forward and remove the hard dependency. It's been released in v0.12.1.

Sorry it took so long :/