Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Mylyn/WikiText/AsciiDoc

< Mylyn‎ | WikiText
Revision as of 07:51, 19 May 2015 by Manderse.redhat.com (Talk | contribs) (first content for asciidoc)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

AsciiDoc support for Mylyn WikiText

AsciiDoc is "AsciiDoc is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, man pages and blogs". Recently it has gained popularity as a more flexible and powerful form for markup via the project.

The main bugzilla entry for AsciiDoc support is #418563 which started to merged intio WikiText in Eclipse Mars development cycle.

Unfortunately Mylyn WikiText doesn't ship with AsciiDoc syntax support by default. But it is available from "WikiText Extras" feature from the Mylyn nightly snapshots.

Installation

  1. Go to Help / Install new software...
  2. Click on Add button and fill repository URL into Location field as http://download.eclipse.org/mylyn/snapshots/nightly/docs/ (name it as you want e.g. "Mylyn WikiText nightly").
    Creole wikitext Add Repository.png
  3. After a monent check Mylyn WikiText Extras feature and proceed with Next button.
    Creole wikitext install.png
  4. Agree with licence and so on.
  5. During installation you will be asked to confirm install unsigned content. Continue with OK button.
    Creole wikitext security warn.png
  6. Restart Eclipse IDE
  7. Create new file with .adoc file extension and you are done.


Asciidoc wikitext editor.png

Back to the top