editor
Here are 4,164 public repositories matching this topic...
-
Updated
Nov 29, 2021 - JavaScript
I'm making a client-side code editor with rudimentary Git support, and syntax highlighting for diff/patch files would be really nice - a way to view the whole diff in a single window (alternative to existing diffeditor - with similar colors to git diff console coloring), maybe would be useful for others too.
https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...
-
Updated
Nov 30, 2021 - TypeScript
-
Updated
Dec 2, 2021 - JavaScript
-
Updated
Dec 1, 2021 - Go
Copy some text, then on official demo, select all content (ctrl A + ctrl A) and try to paste. Nothing happens.
This is a minor bug, because a quick workaround is to delete the text prior to paste the content of the clipboard.
Steps to reproduce:
- Copy some text
- Go to https://editorjs.io
- Select all content, by typing ctrl A + ctrl A
- Try to paste
Device, Browser, OS: Macboo
Bug Description:
- The space/tabs indicator in the applications status bar contains redundant data (should be
Spaces: 4instead ofSpaces: 4: 4:

Snippets may from extension or builtin, it would be helpful if display where the snippet from.