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

Interactive Code Widgets #74

Closed
curran opened this issue Mar 22, 2023 · 2 comments
Closed

Interactive Code Widgets #74

curran opened this issue Mar 22, 2023 · 2 comments
Assignees

Comments

@curran
Copy link
Contributor

curran commented Mar 22, 2023

It would be amazing to integrate these interactive coding widgets into the editor, as an option to enable/disable in settings.

https://github.com/replit/codemirror-interact

@curran
Copy link
Contributor Author

curran commented Aug 12, 2023

OK this is totally going to happen! Subtasks:

  • Pull in the plugin and make it work Unlock interactive widgets #132
  • Hook into the events provided by the plugin so that the auto-save to the file system is no longer debounced, but rather throttled during the drag interactions to achieve an instant-feedback effect. May require implementation in the plugin of this issue: Emit dragStart and dragEnd.
  • Test it out with vite-d3-template

@curran
Copy link
Contributor Author

curran commented Aug 15, 2023

Done in #132 and #133

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

No branches or pull requests

1 participant