vscode as editor for markdown
Stefaan Vandevelde
I know this is a bold request ...
Since vscode is an open source project that runs in node,
Would it be possible to add vscode as markdown editor ?
I, like probably many of us, use vscode every day and got used to all it's power editing features.
Having that power in wikijs would be awesome
E
Emery
the monaco-editor is the core of vs code and should works to replace the editor of wiki.js
Martin Pasch
There actually many options for this. VSCode itself is too complex, since this is a whole application. The underlying editor component is called Monaco.
Some of the possible editor components would be
- Monaco : https://microsoft.github.io/monaco-editor/
- CodeMirror : https://codemirror.net/
- ProseMirror: https://prosemirror.net/
Mattias Johnson
Check out Ghosttext! https://github.com/GhostText/GhostText
It lets you open an html textarea such as the markdown editor field with prefered editor (vscode, atom, vim, emacs etc), a native solution would be slickest but still this works rather well