Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using codemirror as an editor component #25

Open
milomg opened this issue Mar 30, 2024 · 0 comments
Open

Using codemirror as an editor component #25

milomg opened this issue Mar 30, 2024 · 0 comments

Comments

@milomg
Copy link
Collaborator

milomg commented Mar 30, 2024

I was exploring using codemirror directly as an editor component because it has built in support for a bunch of useful features, and plugins for more, such as: code folding, multiselect (cmd-d to select the next instance of a word), block selection, vim mode, etc.

main...modderme123:saturn:codemirror

I thought I'd create this issue to discuss whether it was worth continuing to try and integrate codemirror

Block selection:
Screenshot 2024-03-29 at 8 36 05 PM

Highlighting next instance (and multi-editing next instance):
Screenshot 2024-03-29 at 8 36 39 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant