Dedicated Wikipedia editor

The idea edit

To create a cross-platform, multi-lingual, stand-alone editor for Wikipedia authors...!

The Current State edit

2002:

The current state of editing articles on Wikipedia using a browser is extremely basic, and the only assistance that is provided are the automated insertion of some basic templates of Wiki code. Source code environments such as Eclipse and Emacs provide more powerful editing of documents that have been created using Wikitext, so there have been efforts to adapt these tools to seamlessly communicate with MediaWiki software. There are some simple solutions for text editor support as well as a more complex system in MediaWiki for invoking external editors from the browser.

A client-side reader/editor is currently under development. Contact Magnus Manske if you'd like to help or test. All plans for this, at least by me, are currently halted, and there is no ready or near-ready product. Magnus Manske 21:14, 12 December 2005 (UTC)[reply]

Rationale edit

Working on Wikipedia articles through the web browser interface is suboptimal. There are functionalities that can not (or are difficult to) be achieved. Wikipedia authors can benefit from this tool.

Pros edit

  • most authors are comfortable with using editors (word processors)
  • time-saver
    • cycle write/preview/check is annoying
  • improves text quality (spell checker, thesaurus, dict)
  • PHP script won't be overloaded with advanced features

Cons edit

  • almost all use some editor for their work anyway
    • one needs to change habits while switching to dedicated editor
  • tasks can be delegated to server-side

Developers edit

  • coders
  • translators
  • documentation and help team

Timeline edit

  • ..

Physical location of the project edit

  • Bomis ?
  • Sourceforge ?
  • Savannah ?

Wikipedia Editor Projects edit

Comments edit

There's now an Eclipse editor plugin available, see http://www.plog4u.org (english) and http://www.plog4u.de (german) for descriptions -- AxelCK 19:18, 7 Feb 2005 (UTC)

The .org page seems to be offline, the .de page points to https://www.plog4u.de/ , which is in English and is signed by GoDaddy.com, which in turn is not in everybody's browsers CA list. The page only provides a PHP plug-in for Eclipse, but no media wiki editor plug-in. I found this plug-in to be documented at http://www.matheclipse.org/en/Eclipse_Wikipedia_Editor -- PHolzwarth 11.21, Mar 3, 2009

Instead of coding a Wikipedia editor from scratch, I'm more interested in rigging up Emacs to do the job I know that there are a couple of wiki modes, but I'm not skilled enough to put the thing together. -- Stephen Gilbert

A lot of people have a different editor of choice than Emacs. Surely it is much more work, but it could be made customizable and expandable to everybody's needs.Kpjas 2002-11-04

Like I said, I am more interested in Emacs. :) -- Stephen Gilbert 20:09 Nov 6, 2002 (UTC)

I think there is a number of good arguments for adapting Emacs to fit the needs of a dedicated Wikipedia editor (we could rely on w3 for WYSIWYG-preview, there are already a number of good editing facitilities and it is already fully customizable). Another good choice would be to add a wikipedia mode to jedit [1], an open source editor in Java with utf-8 and unicode support and almost as many plugins as emacs has. And my general comment: I'd love to have a dedicated wikipedia editor :-) (but regexp search is a must!) I am ready to help with testing and documentation, but I can't program. --elian
i've started to write a jEdit plugin, see http://www.djini.de/software/mwjed/ (Archived 2005-10-28 at the Wayback Machine) -- D 22:07, 5 Apr 2004 (UTC)

For Emacs, see Emacs:SimpleWikiMode and related pages. -- Alex Schroeder

Thanks Alex. I'll check it out. I should have remembered EmacsWiki! -- Stephen Gilbert 20:09 Nov 6, 2002 (UTC)


Rather than just an editor, it might be better to have a full-fledged Wikipedia reader on the client side. Hey, if you're already thinking of doing WYSIWYG editing, you gotta render the stuff already!

  • Multiple data stores
    • A previously downloaded or CD-distributed dump could be referenced for speed, with additional updates grabbed when needed off the net
    • Compression: the static HTML dump is a nice start, but takes a lot of space. A client program which speaks gzip enables the dump to be compressed, squeezing a lot more stuff into less space (and keeping the data in wikicode means we can do offline editing as well)
  • Offline browsing
    • Can fetch updates to items in a watchlist, and pages they link to, then browse offline
    • Filtering: since the client controls which pages it grabs updates for, 'watch', 'ignore', and 'wait for admin approval' lists could easily be included. This can be usd to implement quality filtering.
  • Mirroring
    • A school could have a full (or filtered) central datastore on a network share, with the clients set to offline-only and grabbing updates periodically on the central store.
    • In theory, the client could have an HTTP daemon built in and serve as a mirror to web clients too. ;)

However this is implemented, it should be mind-numbingly easy to install: a single executable file should be all you need to run it; site-specific configuration might add a config file and base data store on a network share. (I'm dubious of Java for easy install; execution isn't world-standard, and if there's not an appropriate JVM on the machine, the user has to find and install one too.) A CD-ROM distribution might include a data dump and executables for a few major platforms (Win32, Linux/x86, Mac) and the source, which could be compiled by techheads on other UNIX-like systems. --Brion VIBBER 19:57 Nov 28, 2002 (UTC)

Just in the case that it's possible, I would prefer a cvs access to the database thus that everyone could simply use his own editor. This would result in being possible to mirror the entire Wiki as well as it would result in getting rid the annoying concurency editing problems as cvs works on the base of modifications. --Bodo Thiesen

i would just look at the various apis used by blogging tools like wbloggar. it should be easy to adopt them as wiki editors. darix

See also: edit