Difference between revisions of "Editors"

From TEIWiki
Jump to navigation Jump to search
(Table of Editors)
(Table of Editors)
Line 64: Line 64:
 
| EditTEI|| all (Java) || No ||  No || No || [http://www.digiscrib.com/Fra/Edittei.html] || || || Simple interface, UTF-8, powerful search and replace text and tags, syntax coloring, character-encoding conversions, Word documents importation, tags indexation and displaying, source document displaying, interactive tags management (adding, removing, edit attributes, etc.), document statistics, spell check with your dictionary, documents normalizing, untilding, dissimilation and much more ...
 
| EditTEI|| all (Java) || No ||  No || No || [http://www.digiscrib.com/Fra/Edittei.html] || || || Simple interface, UTF-8, powerful search and replace text and tags, syntax coloring, character-encoding conversions, Word documents importation, tags indexation and displaying, source document displaying, interactive tags management (adding, removing, edit attributes, etc.), document statistics, spell check with your dictionary, documents normalizing, untilding, dissimilation and much more ...
 
|-
 
|-
| Geany || all (Java) || Yes ||  Yes || No || [http://www.geany.org] || || || Geany is a cross-platform IDE suitable for XML and HTML, C, Java, PHP, HTML, Python, Perl and Pascal.
+
| [[Geany]] || all || Yes ||  Yes || No || [http://www.geany.org] || || || Geany is a cross-platform IDE suitable for XML and HTML, C, Java, PHP, HTML, Python, Perl and Pascal.
 +
|-
 +
| XPontus || all (Java) || Yes ||  Yes || No || [http://xpontus.sourceforge.net] || || || XPontus XML Editor is a simple XML Editor oriented towards text editing. It can perform validation(DTD, XML Schema, Relax NG, Batch XML validation), XSL transformations(HTML, XML, PDF, SVG), schema/DTD generation, XML/DTD/HTML/XSL code completion, code formatting and much more. Plugin based.
 
|-
 
|-
 
 
|}
 
|}
  

Revision as of 17:30, 24 July 2012

Periodically the question of which editor to use for TEI tasks arises on the TEI mailing list. There is no single answer to this question, but this page attempts to help you frame the question correctly.

Before thinking about an editor, you should think about who is going to be using it, how often, for what and where.

Those from a technical background are already likely to have a preferred programmable editor. Those from a non-technical background are likely to be more interested in ease of use. Occasional or temporary users are going to what a program that works as similarly as possible to the other applications they use, whereas full-time permanent users are more likely to get a benefit from more powerful editor, even if it has a learning curve. Projects which use large XML files need to be aware that some editors struggle with large XML files. The sed editor (see below) is a special case, allowing for truly arbitrary sizes. Users who need to edit files directly on remote servers may need vt100-capable editors (emacs, vi, sed, etc).

Table of Editors

Editors for TEI, sorted by Beginner-friendliness
Name Operating Systems FLOSS? Explicit support for XML Explicit support for TEI URL Projects Using Beginner-friendliness
(scale 1-10, 1=hard)
Notes
UltraEdit Win, Linux No Yes No [1] 9 customizable for TEI-support; can handle extremely large files; powerful regex/multi-file replace; macro recording
TextPad (4.73) Win No No No [2] TCP 9 PRO: simple interface, powerful regex/multi-file replace, search-in-files, primary and secondary sort, uniq, diff, hotlinked search results, syntax coloring. CON: no utf-8 support.
Emeditor Win No No No [3] TCP 9 PRO: large-file support, utf-8 support, diff.
Office suite + OxGarage All ? Yes Yes [4] 9 Users edit using standard office suite and documents converted to TEI via webservice
EditPad Pro Win No No No [5] TCP 8 PRO: UTF-8 support, excellent character-encoding conversions, syntax coloring, regex search/replace, XML 'content folding', handles large files well. CON: no search-in-files, sort, uniq, or diff.
Essential XML Editor (formerly Open XML Editor) Win Yes Yes No [6] 8 Text-based editing, DTD validation, various input encodings but output only in UTF-8, plugin of Saxon XSLT processor and hex editor possible; plugin of Jing, Libxml2 and MSV (W3C-schema, RelaxNG validation) possible only in purchased version
oXygen all (Java) No Yes Yes [7] WWP DHQ 8 Can validate using DTD, W3C schema, RELAX NG, and Schematron; can run XSL transformations on file; WYSIWYG mode using CSS; support for TEI ODD files (editing and schema generation)
XMLcopyEditor Win, Ubuntu Yes Yes Yes [8] TCP 7 Free; validates to DTD, XSD, Relax.ng
epcEdit Win, Linux, Solaris No Yes No [9] TCP 7 Free; also supports SGML; feels a bit like XMetaL
jEdit all (Java) Yes Yes Yes [10] NZETC 7 XML use requires plugins, and only supports DTDs
Emacs Mac, Win, Linux, Solaris Yes Yes No [11] NZETC WWP 3 (See also TEIEmacs) Best mode for TEI XML is nXML, using RELAX NG compact schemas. For Mac look for Aquamacs package
vi Mac, Win, Linux, Solaris Yes No No [12] 1 Ships on all POSIX systems (linux, solaris, BSD, etc) as standard, thus the lowest common denominator editor for server configuration
sed Mac, Win, Linux, Solaris Yes No No [13] -1 Handles with ease files a order of magnitude larger than the system RAM
Notepad++ Win Yes Yes No [14] TCP 9 Freeware. XML support via XMLTools plugin. Basic editor made more versatile by plugin system (eg. Base64 encode-decode, hex editor, etc)
Sacodeyl Annotator all (Java) [15]
Serna Free Yes Yes Yes [16]
TextMate MacOS No No [17] An extension is needed for XML editing
XmlBlueprint Win [18]
XMLmind all (Java) No Yes No [19] A free version exists.
XMLSpy all (Java) No Yes No [20]
XmlWriter Win [21]
XMLMax Win No Yes No [22] 8 Unlimited XML file size support with low memory requirement. XML parsing with error reporting and fixing. Collapsable treeview, DTD and XML schema validation. XPATH and XSLT.
Editix Win, Linux, MacOS No Yes No [23] A free Lite version exists.
Liquid XML Editor Win No Yes No [24] Features of the XML Editor include Validation, XML Syntax Highlighting and Multi-step undo/redo.
Exchanger XML Editor all (Java) [25]
EditTEI all (Java) No No No [26] Simple interface, UTF-8, powerful search and replace text and tags, syntax coloring, character-encoding conversions, Word documents importation, tags indexation and displaying, source document displaying, interactive tags management (adding, removing, edit attributes, etc.), document statistics, spell check with your dictionary, documents normalizing, untilding, dissimilation and much more ...
Geany all Yes Yes No [27] Geany is a cross-platform IDE suitable for XML and HTML, C, Java, PHP, HTML, Python, Perl and Pascal.
XPontus all (Java) Yes Yes No [28] XPontus XML Editor is a simple XML Editor oriented towards text editing. It can perform validation(DTD, XML Schema, Relax NG, Batch XML validation), XSL transformations(HTML, XML, PDF, SVG), schema/DTD generation, XML/DTD/HTML/XSL code completion, code formatting and much more. Plugin based.

Humour

Tension between emacs and vi users is longstanding and well summarised on the Editor war Wikipedia page. vi was included in the POSIX standard, whereas emacs was not, perhaps because vi was historically available in multiple implementations from multiple vendors. The following cartoon illustrates the commonly-held assumptions that emacs and vi are very powerful but obscure while their competitors make users do all the work.

Copyright (c) 2007 Laurent Gregoire http://tnerual.eriogerg.free.fr/0xBABAF000L/10_en.html