When comparing Editra vs Codiad, the Slant community recommends Codiad for most people. In the question“What are the best programming text editors?” Codiad is ranked 64th while Editra is ranked 73rd. The most important reason people chose Codiad is:
You can run Codiad on your server to allow you and your team to edit files. Simplest to run may be using a Docker image like [linuxserver/codiad](https://hub.docker.com/r/linuxserver/codiad/).
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Very customizable
Pro Small and portable
Editra's small size makes it extremely fast and portable. It can be uploaded in a USB drive and be used on the go.

Pro Powerful
Editra can open more than 60 different types of source code, each with syntax highlighting and many other features. It also has many widgets that can be installed to make the user experience easier (you can download them from the main site).

Pro Cross-platform and open source
Editra can run on Linux, Mac OS X, and Windows. Its sources are easily available from the site.

Pro Simple
Editra has a simple and very customizable UI.

Pro Python IDE
It's written in Python and can also be used as a Python IDE. Just by extending it through the installation of additional features and widgets, Editra can become an IDE for any programming language it supports.
Pro Open source
You can run Codiad on your server to allow you and your team to edit files.
Simplest to run may be using a Docker image like linuxserver/codiad.
Pro Easy to self-host: Only requires PHP
It only requires PHP 5+ and Nginx or Apache. No database is required. This makes it really easy to install on many servers include shared hosting.
Pro Multi-line edit
Allows to edit multiple things are once by having multiple cursors like Sublime Text.
Pro Has many easily installable plugins
Many plugins exist, from Terminal, Git to Collaboration and Emmet... Plugins can be installed by using the web interface, or by manually extracting files to the right directory.
Pro Simple and easily managable GUI
Cons
Con UI is ugly and outdated
Editra's UI is rather ugly and outdated and the color scheme is not as sleek as the other options out there.
Con Terminal runs as same user for everyone
No matter who is the logged in user, the Terminal plugin runs commands as the PHP user. This also affects the Git plugin in that there is a single SSH key for all users using your Codiad instance.
Con Full of small bugs
There are plenty of various issues and bug that may either be due to your setup and the UI will not report them, or due to bugs in the code; I'm including common plugins here as well (just naming a few: search files and in files may report nothing if it had an error, commands stderr not printed, marketplace not showing items, search in market place showing no results, Git escaping (
by \(
in the commit message for no good reason...). Those are generally small but together it makes the product feel flawed.
Con Currently no search and replace in multiple files
There is a search in multiple files, and search & replace in current file, but not something to perform a search & replace in multiple files.
Con Terminal doesn't TTY
The terminal plugin for Codiad allows users to type some commands and see the outputs, but not interactive input is supported (i.e. stdin is closed). Meaning you cannot run Vim, Tmux or anything requiring user inputs.
Con Demo only lasts 30min
