blob: 4aaae4859cea098a817a075f13b02d31eb6ee750 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?><html xmlns:fn="http://www.w3.org/2005/xpath-functions"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/><title>New And Noteworthy</title><style type="text/css">
img {
margin: 5px;
}
table.category0 th {
background-color: #FAF7FB;
}
table.category1 th {
background-color: #E0D0E6;
}
.newCaption {
background-color: rgb(224, 208, 230);
font-weight: bold;
}
</style></head><body><div class="mainContent"><p><span class="newCaption">New in Mylyn 3.1</span></p><ul><li><a href="#WikiText">WikiText (5)</a></li></ul><h2><a name="WikiText"/>WikiText</h2>
<p>
WikiText provides parsers and editors for managing lightweight markup (wiki text).
WikiText integrates with the Mylyn task editor and provides components that may be used
within Eclipse or stand-alone.
</p>
<table cellpadding="10" cellspacing="0" class="category category1"><tr class="item item1"><th align="right" valign="top" width="15%">Markup Editor</th><td align="left" valign="top" width="70%">
<p>
WikiText provides an integrated source editor for authoring files containing wiki markup.
The editor provides content assist, validation, folding, source formatting, an integrated preview,
structured outline and a markup cheat-sheet.
</p>
<img src="images/wikitext-editor.png"/>
<p>
The WikiText editor is aware of 5 markup languages and is capable of supporting others via the common WikiText parsing framework.
The following markup languages are currently recognized.
</p>
<ul>
<li>Confluence</li>
<li>MediaWiki</li>
<li>Textile</li>
<li>TracWiki</li>
<li>TWiki</li>
</ul>
</td></tr><tr><td colspan="2"><hr/></td></tr><tr class="item item0"><th align="right" valign="top" width="15%">Markup Conversion</th><td align="left" valign="top" width="70%">
<p>
WikiText can convert lightweight markup to other formats including Eclipse Help, HTML, DocBook and DITA. Conversion may be performed
within Eclipse or from Ant.
</p>
<img src="images/wikitext-generate-menu.png"/>
<p>
The conversion framework is extensible and can support alternative output formats by extending a simple Document Builder API.
</p>
</td></tr><tr><td colspan="2"><hr/></td></tr><tr class="item item1"><th align="right" valign="top" width="15%">Content Assist</th><td align="left" valign="top" width="70%">
<p>
Using markup is easy with WikiText in part due to content assist in the editor. Suggestions are provided in the editor when CTRL+Space is pressed,
making it easy to insert bold, italics, bulleted lists, headings and other markup.
</p>
<img src="images/wikitext-content-assist.png"/>
</td></tr><tr><td colspan="2"><hr/></td></tr><tr class="item item0"><th align="right" valign="top" width="15%">Cheat Sheet</th><td align="left" valign="top" width="70%">
<p>
If you forget markup syntax, pressing F1 in the editor will bring up a cheat sheet with markup language tips and syntax hints.
</p>
<img src="images/wikitext-cheatsheet.png"/>
</td></tr><tr><td colspan="2"><hr/></td></tr><tr class="item item1"><th align="right" valign="top" width="15%">Preferences</th><td align="left" valign="top" width="70%">
<p>
The appearance of the source editor and preview can be altered easily with workspace preferences. CSS is used to specify exactly how you would like
the markup to appear. This gives you ultimate control over the appearance of the editor, editor preview and the Mylyn task editor.
</p>
<img src="images/wikitext-preferences.png"/>
</td></tr></table></div></body></html>