I think it is possible to make TW substantially more compatible with
WikiCreole without breaking existing TiddlyWiki text. At the bottom of
this post I've included a brief comparison of TW and WikiCreole
formats.

As you can see, the formats are very similar. Where there are
differences there are places the two formats can be combined. In
particular could support the following additions which would increase
WikiCreole compatibility without breaking existing text:

1) addition of **bold** character formatting
2) addition of WikiCreole style headings, eg ==Heading
3) addition of WikiCreole forced line break, eg: force\\linebreak
4) addition of WikiCreole style headings in tables, eg:
|=|=table|=header|
|a|table|row|
|a|table|row|

I am suggesting these as additions to TW format, that is the current
TW equivalents would not be removed. This would allow both increased
WikiCreole compatibility without loss of compatibility with existing
TW texts.

Comparison of formats:

Formatting the same:
//italics//
^^superscript^^
__underline__
* bullet list
# numbered list
; definition
: list
---- horizontal rule
<<plugin>>
[[link]]

Differences

WC: =Heading TW: !Heading,
WC: **bold** TW: ''bold''
WC: ,,subscript,, TW: ~~subscript~~
WC: ##monospace## TW: {{{plain text}}} (not exactly equivalent)
WC: [[internal link|linkname]] TW: [[linkname|internal link]]
WC: [[url|linkname]] TW: [[linkname|url]]
WC: force\\linebreak TW: force<br>linebreak
WC: {{image.jpg|title}} TW: [img[http://wikitext.tiddlyspace.com/
fractalveg.jpg]]
WC:
|=|=table|=header|
|a|table|row|
|a|table|row|
TW:
||table|header|h
|a|table|row|
|a|table|row|

WC:
{{{
NoWiki
}}}
TW:
"""NoWiki"""

TiddlyWiki only:
@@Highlight@@
{{{PlainText No ''Formatting'' }}}
/%hidden text%/
<<<
blockquote
<<<
> quote, level 1
>> quote, level 2

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to