- May 24, 2003
- 66,386
- 11,581
- 126
Anyone know of any decent code editors that are self hosted and run from a browser? Ideally something php based that I can just drop on the web server and run. Ok if it needs a database for settings etc. Basically I'm looking for something like Kate or Notepad++ or something along those lines, but that runs in a web browser, and can edit/create code on the local server. Don't need anything too fancy, syntax highlighting and tabs mostly. Even tabs could maybe do without as I can just use browser tabs to open multiple instances. Is there such a thing?
I googled real quick but only finding cloud based ones but I want this to be 100% local. Also open to other solutions that I may not be considering. Basically this is for work. Workstation is windows and the server is Linux, and I need a way to write code and immediately see the changes in dev, I don't want to have to ftp each file each time. Normally I would do a samba or NFS share but it's against corporate policy, we don't even have home drives anymore, it's a little much. That's another reason I rather code straight on the server, at least that gets backed up. I tried to use a code editor via X11 over SSH, but that's bloody slow.
I googled real quick but only finding cloud based ones but I want this to be 100% local. Also open to other solutions that I may not be considering. Basically this is for work. Workstation is windows and the server is Linux, and I need a way to write code and immediately see the changes in dev, I don't want to have to ftp each file each time. Normally I would do a samba or NFS share but it's against corporate policy, we don't even have home drives anymore, it's a little much. That's another reason I rather code straight on the server, at least that gets backed up. I tried to use a code editor via X11 over SSH, but that's bloody slow.