Another experiment. I just got the idea of adding a custom field for each topic when reading a book. Rather than using tags or links. I could add page numbers and other notes in the field input box.
Which means I would need a list of custom field id’s, each showing a list of links to the tiddlers that contain them. How might I do this?
Is this thread saying it is not currently possible?
[edit: Hey, I found it myself! Tucked away in $:/core/ui/EditTemplate/fields, the snippet is [!is[shadow]!is[system]fields[]search:title<newFieldName>sort[]] :except[[created]] :except[[creator]] :except[[draft.of]] :except[[draft.title]] :except[[modified]] :except[[modifier]] :except[[tags]] :except[[text]] :except[[title]] :except[[type]]
That is the list filter. But what would be the way to express the internal list of tiddlers that have each field listed in the outer list?
Expressed another way, what is the field id equivalent of [all[current]backlinks[]]?
Personally, I find code very hard to parse when it’s all presented in a single line — even if it’s functionally identical.