-
Notifications
You must be signed in to change notification settings - Fork 5
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
Text editor plugins #5
Comments
Hey man, don't know of any other way to message you. Just wanted to show you my server implementation with isolated modules/namespaces: https://github.com/anonimitoraf/jive/blob/main/server/index.ts |
I hope you don't mind @anonimitoraf but I appropriated the Emacs part of Jive. I've put a link in the top post. |
@jamesdiacono hey dude, came across this neovim plugin that reminded me of replete: https://github.com/michaelb/sniprun thought there might be some cross-over and you'd wanna check out how they do it. |
Sniprun's editor interface looks very polished, but from what I can tell its JavaScript plugin lacks some features that I feel are vital, such as the ability to import modules and support for evaluating code in Node.js and the browser. NeoVim users might be interested in integrating Sniprun with Replete, to get the best of both worlds. |
This is a place where people can share their plugins.
Generally, a plugin has these responsibilities:
Here are the plugins I have made:
If you download a plugin, unzip it and follow the instructions within. These plugins should work on any operating system. Please let me know if you experience problems.
The text was updated successfully, but these errors were encountered: