Tabs macro question

Hi all

This doesn’t work. I want the tabs macro to show all the tiddlers that start with the title of the current tiddler. Minus the current tiddler. What do I need to put here?

<<tabs "[prefix:title[<currentTiddler>]] -[is[current]]" "" "$:/state/commtabs">>

Just a minor typo. There’s an extra set of square brackets around <currentTiddler>.

<<tabs "[prefix:title<currentTiddler>] -[is[current]]" "" "$:/state/commtabs">>

My rule is that if I ever see three braces in a row in a filter run, I’ve overdone it. (Or two, except at the beginning/end)

Perfect! Thanks! Now my world domination is imminent!

You might be interested to know that this post and the other one about the viewtoolbar button are connected.

  1. In page controls I have a button to create a new passage tiddler, say John 3.16. The tabs macro will be in the passage tiddlers, showing the contents of John 3.16 notes (where I write notes on the passage), John 3.16 sources (where I list the sources I either need to consult or have already consulted) and John 3.16 comms (= commentaries, am debating if I need this tab as distinct from sources).

  2. From the viewtoolbar in the passage tiddler I create those three tiddlers with one click.

So the TiddlyWiki file will be a growing commentary on passages.

I did assume that. In fact, I tested my fix atop my suggestion in the other thread.

I’d be fascinated to see it as it grows!