Bug 413924 - Add Textile definition list syntax to WikiText's Textile support
Summary: Add Textile definition list syntax to WikiText's Textile support
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 1.9.0   Edit
Assignee: David Green CLA
QA Contact: David Green CLA
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks:
 
Reported: 2013-07-29 10:07 EDT by Libor Jelinek CLA
Modified: 2013-08-02 12:05 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Libor Jelinek CLA 2013-07-29 10:07:41 EDT
The following syntax for definition lists

   ; Definition list term
   : Definition list data item
   : Another data item

and

   - coffee := Hot _and_ black
   - tea := Also hot, but a little less black
   - milk := Nourishing beverage for baby cows.
   Cold drink that goes great with cookies. =:

is not currently supported by WikiText Textile rendered.

See http://redcloth.org/textile/page-layout/#definition-lists or http://txstyle.org/doc/10/definition-lists for syntax detail.
Comment 1 David Green CLA 2013-08-01 22:40:57 EDT
thanks for the feature request.

pushed review: https://git.eclipse.org/r/15074
Comment 2 David Green CLA 2013-08-01 23:21:42 EDT
TextileDocumentBuilder support https://git.eclipse.org/r/15075
Comment 3 David Green CLA 2013-08-01 23:36:24 EDT
cheat sheet: https://git.eclipse.org/r/15076

initial implementation is complete

supported syntax examples follow:

native Textile syntax

bc. 
- term := definition
- term two := a multi-
line definition =:
- term three := definition 3

mediawiki-style syntax

bc. 
; term
: definition
; another term
: second definition
: third definition
Comment 4 Libor Jelinek CLA 2013-08-02 02:21:03 EDT
I'm impressed by your speed, competency and willingness! Thank you and 100x more thank you, David!
Comment 5 David Green CLA 2013-08-02 12:05:03 EDT
My pleasure.