A large part of the factors used to create a qualified name is the tiddler name. Thus it depends on what current Tiddler value is.
It is designed to generate a unique and reproducible qualification on a per tiddler and title.
I have developed a tiddlyserial number that issues a unique serial number to each tiddler on first save. This is a better qualifyer as it never changes after assignment regardless of the title.
I hope to publish soon, perhaps on the weekend.
Another simpler way is to just use the title which is unique by definition and add a prefix
New tiddler = $:/qualified/$(currentTiddler)$
Does this help?
Does this help?
The qualify macro is an important part of the StateMechanism.
It returns a unique string that encodes its position within the widget tree, as identified by the stack of transcluded tiddlers that lead to that position.
ISSUESIt is true that qualify should returns a unique, but considering transclusion in Tiddlywiki it cause confusion!
- This force very restricted use case for qualify and one should take care how and where used qualify macro!