Monaco Editor
Draft.js
Our great sponsors
Monaco Editor | Draft.js | |
---|---|---|
71 | 37 | |
30,568 | 21,930 | |
1.8% | 0.4% | |
9.5 | 7.6 | |
8 days ago | 14 days ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Monaco Editor
-
I made a KDE clone in JS
This (monaco editor) Is the text editor/view that vscode uses internally, maybe you could use it and imitate the vscode ui around it?
-
YAML editor, hopefully with schema validation
simpleWorker.js:20 Could not create web worker(s). Falling back to loading web worker code in main thread, which might cause UI freezes. Please see https://github.com/microsoft/monaco-editor#faq
-
Chrome extension in 20 minutes
This time I will use an editor called monaco-editor. This is a Visual Studio Code-based editor, which allows you to achieve roughly the same functionality in your browser.
-
Any suggestions for a rich-text-editor in React? [More info below]
Monaco editor is good more for code blocks and syntax highlighting.
-
Is it a bad idea to start a UWP app in 2022?
have you checked monaco?
-
GitHub is sunsetting Atom
To further clarify: the fundamental code editing engine of VS Code is https://microsoft.github.io/monaco-editor/, but it runs atop Electron, or as it was known back then, Atom Shell. Same base technology, but the codebases are entirely different otherwise.
-
Introducing Elm Editor - a web-based IDE for Elm programs
The front-end is mainly written in Elm and integrates the Monaco Editor from the VS Code project. The Elm app implements ports with the javascript-based Monaco Editor. The Elm side also implements language services that power editor features that require understanding the syntax and semantics of the Elm programming language.
-
Editor is misaligned and laggy
freeCodeCamp uses the Monaco Editor (https://microsoft.github.io/monaco-editor). It can be fairly resource intensive.
-
Which IDE/Editor is Your Daily driver?
It's not as good as Vim, but you can run a lite version of vs code in shell: https://github.com/Microsoft/monaco-editor
-
Added a Code Editor in our game + Serial Monitor
We're using the monaco editor with the 3D Webview asset as the code editor. As for reading the code itself, I'm not entirely sure as my friend did the coding for that (I'll ask him to answer soon). And for compiling the code, we use the arduino-cli.
Draft.js
-
Making text editor in tauri
If you want to write the GUI code in Rust, you'd need something like Dioxus (which uses Tauri under the hood). But note that the Rust GUI ecosystem is still new, so I doubt we have something like Draft.js (a wysiwyg editor component for React). There's a lot of complexity involved in writing a text editor, and I'll suspect you'll have to handle a lot of that yourself.
-
Lexical – a web text editor framework that powers Facebook
How does this compare to Draft.js, another rich text editor created by Facebook?
- Does anybody a block-based rich text editor like notion that works with react?
- Draft.js and React Native
-
make document.execCommand('insertText', false, 'message') work with draftjs?
To play around with it you can just go to https://draftjs.org/ and play with it in chrome dev tools.
-
How to align text in Draft.js
I'm wondering how to align text in Draft.js just like on the picture below.
-
Facebook open sources Lexical, an extensible text editor framework
FWIW, we updated the README to reflect the status of DraftJS today.
https://github.com/facebook/draft-js
Point taken about updating the site, though.
I think it would be helpful to explicitly say that draft.js is deprecated here [1]. I was recently caught out by this, and started using draft.js without realising it’s been abandoned.
>Sure, but indicate that it's an alpha product
Do you mean something like the banner on the README?
https://github.com/facebook/lexical
>They don't even have the decency to label it is such
Do you mean something like the big banner on the README?
What are some alternatives?
quill - Quill is a modern WYSIWYG editor built for compatibility and extensibility.
CodeMirror - In-browser code editor (version 5, legacy)
ace - Ace (Ajax.org Cloud9 Editor)
slate - A completely customizable framework for building rich text editors. (Currently in beta.)
TinyMCE - The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
Editor.js - A block-styled editor with clean JSON output
react-quill - A Quill component for React.
react-draft-wysiwyg - A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
medium-editor - Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.
ProseMirror - The ProseMirror WYSIWYM editor
rich-markdown-editor - The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account: