glacambre / firenvim

Embed Neovim in Chrome, Firefox & others.
GNU General Public License v3.0
4.78k stars 147 forks source link

Interesting repo #462

Closed pvinis closed 4 years ago

pvinis commented 4 years ago

Check out https://github.com/GhostText/GhostText, maybe this can work together with that? Not exactly the same way to do the same thing, but pretty close from the user's perspective.

alerque commented 4 years ago

@pvinis As a former user of GhostText before switching to Firenvim, I have no idea what you are trying to suggest here. GhostText was nice as long as it was the best option for using a real editor, but Firenvim's approach is much newer technology and light-years beyond what GhostText was accomplishing for me. The end result is not close from (this) users perspective, one uses an external editor window and one embedes a full editor in the browser window.

Having used both extensively I would suggest that there is nothing that could "work together", they are different approaches to the same problem and the user is free to choose which approach suits their workflow, but it's kind of a one-or-the-other situation.

If you have a more concrete suggestion please elaborate...

glacambre commented 4 years ago

I know about GhostText (in fact, I even wanted to steal code from them). One thing that I have thought about was that we could share the code that interacts with the page's editors (here's firenvim's and here's GhostText's). There are two reasons I chose not to do this:

It would indeed be nice if there were ways to work with them though :)

pvinis commented 4 years ago

I found it today and it seems like an easier-to-install way to do editing on an actual editor. I know that firenvim is better, but I remember having trouble installing it and making it work, but I did enjoy using it.

We can close the issue I guess now that you both have feedback on this.

Keep the great work up!