Is there a way to make TocP pluggin work if the parent field is a list of tiddlers? Example1 works, Example2 is what i want to achieve
Example1:
tiddlerC parent field = tiddlerB
tiddlerB parent field = tiddlerA
In tiddlerC:
<<tocP root field"parent">>
Result:
tiddlerA::tiddlerB::tiddlerC
Example2:
tiddlerC parent field = [[tiddlerB]] [[tiddler2]]
tiddlerB parent field = [[tiddlerA]]
tiddler2 parent field = [[tiddler1]]
In tiddlerC:
<<tocP root field"parent">>
Result:
[[tiddlerA::tiddlerB::tiddlerC]] [[tiddler1::tiddler2::tiddlerC]]
Thanks!
Is there a way to make TocP pluggin work if the parent field is a list of tiddlers? Example1 works, Example2 is what i want to achieve
Example1:
tiddlerC parent field = tiddlerB
tiddlerB parent field = tiddlerA
In tiddlerC:
<<tocP root field"parent">>
Result:
tiddlerA::tiddlerB::tiddlerC
Example2:
tiddlerC parent field = [[tiddlerB]] [[tiddler2]]
tiddlerB parent field = [[tiddlerA]]
tiddler2 parent field = [[tiddler1]]
In tiddlerC:
<<tocP root field"parent">>
Result:
[[tiddlerA::tiddlerB::tiddlerC]] [[tiddler1::tiddler2::tiddlerC]]
Thanks!