> I have wasted a hell of a lot of time trying to get this to work. Sorry to hear that!
> I have followed the links to add the plugin: > http://svn.tiddlywiki.org/Trunk/contributors/MartinBudden/formatters/MarkdownFormatterPlugin.js > Q: How do I render markdown format properly in TW? (or does this > plugin just not work at all?) I think it works, but the version number of this plugin "0.0.3" is an indication this is alpha software. I suspect the issue is it's not being engaged in your TW: the wiki syntax used by a tiddler is determined by an extended field called "wikiformat" which allows a single TiddlyWiki to have tiddlers with a variety of wikitext formats. If the wikiformat field isn't set on a tiddler, it'll default to the TiddlyWiki wikitext formatter. An easy way to create a tiddler with this field set is to add a macro to your TW, say in the SidebarOptions or MainMenu tiddlers of: <<newTiddler fields:"wikiformat:markdown">> If there's interest in this plugin, I'll see if I can put together some tests and futher examples in: http://markdown.tiddlyspace.com/ > ps- It's kind of ironic that for a Wiki tool TM itself has such a poor > and really flaky thin wikis- real skimpy on information compared to > mediawiki which is utterly comprehensive and efficient. I think that's a fair criticism, but an unfair comparison in terms of numbers of contributers. There is some documentation about TiddlyWiki on TiddlyWiki.com and Tiddlywiki.org which we're currently in the process of editing into http://docs.tiddlyspace.com but yes, we collectively need to put more effort in this area. -- Paul (psd) http://blog.whatfettle.com -- 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.
