On Sunday, November 19, 2017 at 1:30:19 AM UTC+1, Shay Shaked wrote: > > I _know_ it can't be that simple, but don't know why. >
You are absolute right. ... The basic parts are probably simple eg: static lists in markdown - element 1 - element 2 static lists in tiddlywiki * element 1 * element 2 That is simple, but boring, cumbersome and errorprone. Whenever a new element should be added, you have to search all the different occurrencies and edit them. We use dynamic lists, built with tags, fields, .... like so: <<list-links filter:"[tag[myList]]">> ... TW wikitext macros {{{"[tag[myList]]"}}} ... which is a shorthand for: <$list filter="[tag[myList]]"/> <$list filter="[tag[myList]]" template="myCustomListTemplate"/> and a lot more: https://tiddlywiki.com/#ListWidget That's just one reason why it's not simple. While pandoc is an exceptional piece of work, it only translates simple text a to simple text b. With TW we use transclusions a lot. see: https://tiddlywiki.com/#Transclusion And that's the second reason why it isn't simple. and so on, and so on, ... have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send email to tiddlywiki@googlegroups.com. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f9ccc570-fb69-4417-8752-cbb82e631d31%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.