Edit plain text content using Monaco editor.
Provides an implementation of the Monaco editor as an overlay which can be used to edit editable nodes on a page.
Open editor using Right Click -> Edit with Monaco Editor or [CMD / CTRL] + Left Click on an editable element.
The original content element will be continuously updated with changes from the Monaco editor.
To close the editor either hit escape, or click the shadowbox around it. The Monaco editor content will be copied into the original content editor on close.
Latest reviews
- (2022-02-16) Hannes Birgersson: The idea is really cool, but it seems to be completely glitched at the moment. Text in the monaco editor is centered in the editor, while the "actual" content is still left aligned. If it's fixed, I will use it.