Questions tagged [mylyn-wikitext]

Mylyn WikiText is an open source project (EPL license) for parsing, editing and presenting several lightweight markups (Markdown, Textile, MediaWiki, Confluence, TracWiki, TWiki...). Output format are: HTML, Eclipse Help, DocBook, DITA and XSL-FO. The project is hosted by the eclipse foundation.

Mylyn WikiText is an open source project (EPL license) for parsing, editing and presenting several lightweight markups.

Supported languages:

  • Markdown
  • Textile
  • MediaWiki
  • Confluence
  • TracWiki
  • TWiki

Output formats are:

  • HTML
  • Eclipse Help
  • DocBook
  • DITA
  • XSL-FO

The project is hosted by the eclipse foundation.

13 questions
6
votes
1 answer

Are there any Java examples using Mylyn WikiText?

I want to use Java to code a conversion from Mylyn Wiki-supported formats to HTML. I have found no helpful online examples demonstrating how to use Java to code for Mylyn WikiText. I have only found this page on Eclipse, but it uses Ant. I…
Adrian Ber
  • 20,474
  • 12
  • 67
  • 117
3
votes
1 answer

How to create a nested list in Eclipse WikiText using Markdown format

I am using the WikiText plugin in Eclipse to write Markdown documentation of my current project. Unfortunately, despite the Help pages stating that the Markdown implementation complies with CommonMark, I can't seem to create nested lists such…
AbVog
  • 1,435
  • 22
  • 35
2
votes
2 answers

Preview tab for Eclipse Wikitext

I used to be able to get a preview tab for Eclipse WikiText documents in Linux but in Neon it no longer appears. Is it possible to enable it for a Markdown file?
Jonathan
  • 2,635
  • 3
  • 30
  • 49
1
vote
2 answers

Eclipse: How to change default markup language for WikiText Editor

I want to have project documentation in wiki format and commit to version control system together with code. I have tried standard Eclipse Mylyn WikiText Editor, which is sufficient for my needs. Due personal preferences I have chosen Confluence…
mschayna
  • 1,300
  • 2
  • 16
  • 32
1
vote
1 answer

Pre-processing Docbook file contents

I am currently using a documentation toolchain which has the following steps: Write documentation in Textile format Convert Textile documentation to Docbook ( Mylyn WikiText ) Convert Docbook to PDF ( maven docbkx plugin ) I am mostly satisfied…
Robert Munteanu
  • 67,031
  • 36
  • 206
  • 278
1
vote
1 answer

How to link to a Markdown section in Eclipse

If you have the following fragment in README.md ## Developers guide ... Check the [set up guide](#Developersguide) you will get a warning Cannot resolve element with id 'Developersguide'. How to fix this?
Adrian Ber
  • 20,474
  • 12
  • 67
  • 117
1
vote
1 answer

Ignoring newlines in textile document (under Eclipse wikitext)

As we have some old text-based doc for a project (for programmers), and would like to display it in a nice way, I installed Mylyn wikitext for that purpose. I plan to convert the doc to textile (or any other markup, that supports tables and has an…
pihentagy
  • 5,975
  • 9
  • 39
  • 58
0
votes
1 answer

How do I convert textile to Eclipse help using ant?

I've been using the Mylyn WikiText User Guide to learn how to convert textile files to Eclipse help but I also want to be able to do this using ant because, ultimately, I want to have many textile files contribute to a single textile file then…
PhilJ
  • 303
  • 1
  • 8
0
votes
0 answers

Eclipse WikiText: How to set css for preview?

Using Eclipse 2020-09 (i.e. v. 4.17) IDE for Java (on Linux, openSUSE Tumbleweed), with version 3.0.38 of Mylyn WikiText plugin installed, I had the following difficulty: Although pretty much all editor/ui fonts were fine, the HTML preview of…
Glen Whitney
  • 446
  • 2
  • 12
0
votes
1 answer

Jira connector eclipse conflicting dependency

I just tried to install the jira connector for mylyn, but eclipse reports the following problem Problems occurred while performing installation: Operation details Operation details Cannot complete the install because of a conflicting…
René Link
  • 48,224
  • 13
  • 108
  • 140
0
votes
1 answer

create my own multily block in mylyn wiki text

I am looking for an example how to extend the mylyn (standalone) wiki parser. I want to make my own multi line block i.e. %%% my super text processed by my code %%% I have tried to figure it out by looking at the mylyn source code and by searching…
KIC
  • 5,887
  • 7
  • 58
  • 98
0
votes
1 answer

Is it possible to create an ant-build file for a wikitext project automatically in eclipse?

I have a few hundred textile files in my eclipse project and I have written an ant-build xml file for creating the output html files. This works fine normally. However, every time I add some .textile files to the project, I also have to edit the…
-3
votes
1 answer

I want to upgrade eclipse indigo(3.7) to eclipse luna(4.4.2)

I have around 15 plugins whcih is developed in eclipse juno. If i try to import all the plugin projects to eclipse luna. I am getting lot of exception. Eg: As i read in few sites that some of the API's which are in eclipse indigo, has been removed…