Diego,
Faced with similar needs to you I usually make full use of Tags, However are you aware of the following?
- If you link to [[another tiddler]] within the text the other tiddler can see this under the info toolbar button > Reference
- This can be listed using filters
- If you transclude {{another tiddler}} in your text you can search for its use using advanced search > Standard > {{another tiddler}}
- I think you can automate this with a Search operator in a filter
- Or the {{Transcluded tiddler}} could have a link to itself [[Open|Transcluded tiddler]] So that when transcluded you can click and "open"
- If you use the excise editor toolbar button you can excise a block of text and put it in another tiddler tagged with the current one and choose to link or transclude the new tiddler.
- Building content using the new hear is a great way to structure your tiddlers. start at the top on the [[subjectname]] tiddler as soon as the new tiddler is created eg Topic 1, Topic 2, Topic 3 it will be tagged [[subjectname]] thus linking all topics as siblings.
- And of course you can Add any tiddler as a tag
- Insert any tiddler name into the body text using the editor toolbar with the link symbol, including a lookup function - just start typing the name.
- You may even choose to use some footnote plugin to annotate your related tiddlers
Further, If you want to keep the related tiddlers out of the text try using a macro like this to create a linked (by name) tiddler.
\define tiddlernotes() [[Tiddler Notes|$(currentTiddler)$-Notes]]
Use macro as <<tiddlernotes>>
or
\define relatedtiddler() [[related Tiddler Notes|$(currentTiddler)$-related]]
use macro as <<relatedtiddler>>
- You can then use the tiddlername-related tiddler to place as many related tiddler info you want.
- The Above macro(s) can be in a tiddler tagged $:/tags/Macro to make it a "global" macro
- You can also place <<relatedtiddler>> in a tiddler tagged $:/tags/ViewTemplate to make it appear below every tiddler
- note: rename the tiddlername-note or tiddlername-related tiddlers if you rename the original tiddler.
The future
Consider using fields and list-ops to build, capture and locate information on different relationships between tiddlers.
Regards
Tony