Tiddlywiki: make a list of all tiddlers tagged with name of current tiddler

只谈情不闲聊 提交于 2019-12-24 03:27:54

问题


If I have a tiddler named "X", I know I can make a list of all tiddlers tagged with "X" by using <<list-links filter:"[tag[X]] +[sort[title]]">>. Is there a way to make a no-brainer macro which automatically finds all tiddlers nested under the current tiddler without manually specifying the title field?


回答1:


Use this in your macro: <<list-links filter:"[tag<currentTiddler>] +[sort[title]]">>




回答2:


Or another one: <<list-links "[all[current]tagging[]]">>



来源:https://stackoverflow.com/questions/43035771/tiddlywiki-make-a-list-of-all-tiddlers-tagged-with-name-of-current-tiddler

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!