TiddlyWiki / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
7.97k stars 1.18k forks source link

New wikitext syntax for filtered transcluded links #354

Closed Jermolene closed 1 year ago

Jermolene commented 10 years ago

Currently we have [[a]] for links to an individual tiddlers and {{a}} for transcluding an individual tiddler. {{{filter}}} is used to transclude the list of tiddlers generated by a filter. By default, the template that is used causes each entry in the list to be rendered as a clickable link.

It is proposed for consistency to change things so that:

We would still allow {{{filter||template}}} to transclude a filter through a specified template tiddler.

Questions:

danielo515 commented 10 years ago

Ok, so this is in way to be improved. I got confused many times using {{{filter}}}. As you describe, I expected all the tiddlers to be transcluded. Instead I get a list of links. This is a great addition.

pmario commented 1 year ago

@Jermolene ... The OP was created prior to TW v5.1.0 while it would have been possible to change the syntax for {{{ filter }}} to show the tiddler text instead of title-links.

IMO it's to late for that change and [[[ filter ]]] would be the same thing as {{{ filter }}} is now. .. So imo this issue should be closed.

Jermolene commented 1 year ago

Thanks @pmario