vscode-markdown-editor
vscode-markdown-editor copied to clipboard
Native solutions
Native theme - e.g. links without underscores, as in VSCode's built-in Markdown Preview. Adjustment to dark mode. And so on.
Also native undo/redo. Currently it is different than the native one in VSCode.
I think it has something to do with Cusom Editor: https://github.com/zaaack/vscode-markdown-editor/issues/48 and also to do with the scrollbar problem: https://github.com/zaaack/vscode-markdown-editor/issues/52 link behavior: https://github.com/zaaack/vscode-markdown-editor/issues/51 and possibly with plugin support: https://github.com/zaaack/vscode-markdown-editor/issues/49
Yup, say for some reason I remapped arrow keys to hjkl or wasd, for example, under a custom context. One would want those to be the keybindings that are used for the markdown editor as well. However that is not what happens.
Another thing that could be done is [edit]file.md should use the native dot at the right to indicate that the file has yet to be saved.