yzhang-gh / vscode-markdown

Markdown All in One
https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
MIT License
2.9k stars 324 forks source link

Markmap support #882

Open DonaldTsang opened 3 years ago

DonaldTsang commented 3 years ago

Proposal

Inclusion of Markmap to the repo, since writing notes that way makes things clearer. There may be conflicts in the software, or that some items may not be compatible without a reworl.

References

https://github.com/dundalek/markmap https://github.com/gera2ld/markmap-vscode

yzhang-gh commented 3 years ago

It is just a different "Preview" of a Markdown document. And markmap-vscode already supports that. I don't see the reason to repeat it in this extension.

DonaldTsang commented 3 years ago

@yzhang-gh I guess they don't check for Extension Collision in this case.

yzhang-gh commented 3 years ago

Have you tried that extension? Looks like it has an independent Preview tab and I cannot think of some potential conflicts. Feel free to comment here if you find any.

DonaldTsang commented 3 years ago

I have all three in one place so IDK if it is the preview being slow or something else entirely.

yzhang-gh commented 3 years ago

You can check by disabling some of the 3 extensions and see whether there is any difference. It is possibly an issue only if you find something goes wrong when they are enabled at the same time.