Difference between revisions of "Text Editor"

From Freephile Wiki
Jump to navigation Jump to search
(New page: Most administration on a Unix-like system is done with a text editor editing configuration files, usually under the <code>/etc</code> directory. This document will just outline a few edit...)
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Feature
 +
|image=Gnome-accessories-text-editor.svg
 +
|imgdesc=Editing
 +
|title=
 +
}}
 +
{{#set:feature description = The [[mw:Extension:WikiEditor|WikiEditor]] extension is an extendable framework with a set of feature-based modules that improve the user experience of editing. It is also the editing interface that Wikipedia currently uses }}
 +
{{#set:feature notes = Available as the default editor in this wiki }}
 +
{{#set:feature tests =  }}
 +
{{#set:feature examples =  }}
 +
 
Most administration on a Unix-like system is done with a text editor editing configuration files, usually under the <code>/etc</code> directory.  This document will just outline a few editors to choose from.
 
Most administration on a Unix-like system is done with a text editor editing configuration files, usually under the <code>/etc</code> directory.  This document will just outline a few editors to choose from.
  
Line 17: Line 27:
 
== TextPad ==
 
== TextPad ==
 
[http://www.textpad.com/ TextPad] is a '''free''', powerful, general purpose editor for plain text files that works in Windows.
 
[http://www.textpad.com/ TextPad] is a '''free''', powerful, general purpose editor for plain text files that works in Windows.
 +
 +
== Wiki Editors ==
 +
[[File:Accessories-text-editor.svg|thumb|right|The pen is mightier than the sword]]
 +
* [[wp:User:Cacycle/wikEd | wikEd]] is a great [[JavaScript]] implementation of an editor for MediaWiki wikis.
 +
* [[mw:Extension:WikiEditor | WikiEditor]] is the extension in use by MediaWiki Foundation currently on all sites.
 +
* [[Visual editor]] is the ultimate in edit experience for 'simplicity' and lowering the bar for new contributors to the wiki since editing is so close to using a word processor.
  
 
[[Category:Development]]
 
[[Category:Development]]
 
[[Category:Tools]]
 
[[Category:Tools]]
 
[[Category:NetworkOperations]]
 
[[Category:NetworkOperations]]
[[Category:SystemAdministration]]
+
[[Category:System Administration]]

Latest revision as of 19:42, 15 May 2020

Text Editor Dialog-information.svg
Editing
Image shows: Editing
Summary
Description: The WikiEditor extension is an extendable framework with a set of feature-based modules that improve the user experience of editing. It is also the editing interface that Wikipedia currently uses
More
Notes: Available as the default editor in this wiki




Most administration on a Unix-like system is done with a text editor editing configuration files, usually under the /etc directory. This document will just outline a few editors to choose from.

vi[edit | edit source]

vi (home is http://vim.org) can reliably be expected to be installed on just about any machine or rescue console. More at Vi

emacs[edit | edit source]

joe[edit | edit source]

joe is Joe's Own Editor. This editor uses a minimal amount of your screen, similar to vi, but is a more user-friendly editor that allows a user to position the cursor with the arrow keys and type. Ctrl-K-H can be pressed at any time to get a listing of additional commands available.

nano[edit | edit source]

nano is the free software implementation of pico which is a popular editor for new users. Usage should be pretty clear as the common commands are all printed out on the screen for you.

TextPad[edit | edit source]

TextPad is a free, powerful, general purpose editor for plain text files that works in Windows.

Wiki Editors[edit | edit source]

The pen is mightier than the sword
  • wikEd is a great JavaScript implementation of an editor for MediaWiki wikis.
  • WikiEditor is the extension in use by MediaWiki Foundation currently on all sites.
  • Visual editor is the ultimate in edit experience for 'simplicity' and lowering the bar for new contributors to the wiki since editing is so close to using a word processor.