AboutWelcome to Free Software Daily (FSD). FSD is a hub for news and articles by and for the free and open source community. FSD is a community driven site where members of the community submit and vote for the stories that they think are important and interesting to them. Click the "About" link to read more...
I just came across a great Firefox extension called "It's All Text!". Any HTML textarea you see while browsing gets a little edit button on the bottom right corner - clicking it launches your favorite editor (the frst time you use it, it brings you to the preferences screen). For me, that's GNU Emacs.
"If you've never been convinced before that Emacs is the text editor in which dreams are made from, or that inside Emacs there are unicorns manipulating your text, don't expect me to convince you [...] You see, Emacs isn't a text editor. Emacs is a programming language that you can use to write your own text editor..."
One of the tools I needed was a text editor, because, let's face it, with a "mini computer" in your pocket you'll need a way of creating and editing text files. After testing several text editors I found that Text Edit was the best.
Nano is an alternative text editor. The key sequences in nano are entered using the keyboard, making nano a "modeless" editor, unlike vim. With the exception of Control and Meta key sequences, all the keys will enter text into the file being edited. You do not have to switch modes at all. In addition, nano provides some text aids. The 2.0 release enhances the usability and features of nano.
"For those of you that write, or wish you wrote, or otherwise procrastinate while performing text-based activities, try out write-or-die [...] However, I use emacs; and switching from my carefully-tuned text-editor extraordinaire to a javascript-based text-box is a bit of a disappointment.
In the dawn of modern computing, there was only text. And the text was good. You can do a lot with text: write equations or sonnets, describe intricate computer subsystems or a fine spring day. But people are visual as well as verbal creatures, and there is simply no substitute for graphical communications.
The focus of this 10 page mini-course is to provide a foundation for using basic text editors. At some time everyone who uses Linux will need a text editor. One of the most important reasons for learning vi is that it is loaded on every Linux distro by default whereas others like nano or emacs are not. So whatever text editor you choose be sure you load it and use it before you need it.
I spent the last few days reading The Craft of Text Editing, a book on the design of text editors.It focuses mainly on editors based on Emacs, but many of the principles apply to all other text editors [...] Since most people spend a large portion of their time inside of their text editor, I believe it is important to understand the basic