@bpasero please document the features that are still missing
@egamma @kieferrm @Tyriar I started a markdown extension last milestone and you can find it here: https://github.com/bpasero/vscode-markdown
It was created using the TM language from [1] and it leverages our virtual document preview support to show a preview. It depends on markdown-it [2] and highlight.js for the preview rendering.
There is functionality missing to make it a replacement of our markdown support:
markdown [3] is something to revisit once we work on the extension[1] https://github.com/textmate/markdown.tmbundle/blob/master/Syntaxes/Markdown.tmLanguage
[2] https://github.com/markdown-it/markdown-it
[3] https://github.com/Microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Amarkdown
@bpasero I love that you are switching from marked to markdown-it, it seems much more active and is pluggable. I would really love to see checklists integrated by default, it is awesome for ToDo-lists - would it work to actually check a checkbox in the preview and it would change the source file? That would be awesome
Returning to source in the markdown preview is related to this issue #6941
There is no way to detect a virtual document with focus when a command is triggered.
Current state:
workbench.action.navigateBack command. Current state:
workbench.action.navigateBack command. Done-Done criteria:
Most helpful comment
Done-Done criteria: