It all started when I wanted to convert some text to Title Case. Ubuntu's default text editor, gedit, is quite capable, but does not include case conversion. A quick trip to Google and I found (gedit is number 4). Since I write some code, too, I'm always interested in a good text editor.
After going through the list, I picked #2, Atom.
I tried to install Atom using the Ubuntu Software app. It required an Ubuntu One account. Not a problem, easy to set up. I couldn't get the installation to work, however:
Install like so:
After going through the list, I picked #2, Atom.
Atom looks appealing for a number of reasons.
- It's available through the Ubuntu Software app (almost -- see below for details)
- It's built on web technologies.
- It's cross-platform.
From the article:
Atom is a free and open source text editor that’s developed by GitHub. Based on Electron (CoffeeScript, JS, Less, HTML), it’s a desktop application that’s built using web technologies ... The major features of Atom are cross-platform editing, built-in package manager, file system browser, multiple pane support, find and replace function, and smart autocompletion. You can select from 1000s of open source packages and add new features to Atom. It’s also customizable to suit your needs and style.
I tried to install Atom using the Ubuntu Software app. It required an Ubuntu One account. Not a problem, easy to set up. I couldn't get the installation to work, however:
Detailed errors from the package manager follow:The resolution is easy, though: download from the web site: Atom
snapd returned status code 400: Bad Request
Install like so:
Debian and Ubuntu (deb/apt)
To install Atom on Debian, Ubuntu, or related systems:# Install Atom sudo dpkg -i atom-amd64.deb # Install Atom's dependencies if they are missing sudo apt-get -f install
Did I get what I wanted? Not right away. Out of the box, Atom converts to UPPER and lower case, but not Title Case. Easy enough to install a package that does what I want.
I'm going to use Atom as my main text editor and see how it goes, and I'll update this post with my impressions. But so far, I think it's a fantastic way to make a great text editor: build a hackable platform to encourage developers to extend the features, and then you simply install what you want to use.
I'm going to use Atom as my main text editor and see how it goes, and I'll update this post with my impressions. But so far, I think it's a fantastic way to make a great text editor: build a hackable platform to encourage developers to extend the features, and then you simply install what you want to use.
Comments
Thanks for the tremendous tips!
Plain Text files
That's right, if you're writer on a budget, you don't need to spend any money buying expensive writing software or apps. Instead, you can use the text editor that comes free with your operating system.
Just open up Notepad on Windows or TextEdit on a Mac. I like plain text editors for writing something short quickly and easily, without thinking much about it. I wrote a blog post about the benefits of using plain text editors as writing software.
Use for: writing whatever, wherever