I have returned to this and have looked at keeping it simple by making an operator using js. Presently it replicates the links operator returning all “hardlinks” in the form pretty|tiddler or |tiddler.
- I also have a matching backlinks equivalent.
- And I am working on how best to make use of this output in TiddlyWiki script.
- I am using ChatGPT in a specific targeted way and testing the result.
The form pretty|tiddler or |tiddler.
This output pattern perhaps needs a name, it is a “pipe | delimited pair” where the first may be empty.
- It may have value in other cases as
|is not permitted in tiddler titles - However it is used in title links when using pretty links, so perhaps we should use another delimiter?
- Later we may use it to return
fieldname|fieldvaluekeyname|valuekeyname|value1|value2
A designer can leverage this output in a number of ways, however since it may most commonly be used to link to tiddlers and or URL’s a linkify widget/macro or function may help.