vscode-markdown-editor icon indicating copy to clipboard operation
vscode-markdown-editor copied to clipboard

Native solutions

Open lukaszpolowczyk opened this issue 3 years ago • 1 comments

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

lukaszpolowczyk avatar Jun 16 '22 15:06 lukaszpolowczyk

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.

wmstack avatar Jul 31 '22 09:07 wmstack