I can help you with most of the above, I am half way through developing a drop link method, which I will share today Sydney time.
But the community is well developed so let us see what others suggest.
I belive we can do it all with tiddlywiki.
Regards
Tony
What I would like is that the $:/tags/SideBarSegment shows the links for the currently selected tiddler.
{{$:/HistoryList!!current-tiddler}}I do not mind to add the linked tiddlers and resources to the tiddler text with some specific formatting that make the links within this specific formatting not show up in the tiddler text itself but in the sidebar.
<$tiddler tiddler={{$:/HistoryList!!current-tiddler}}>
Backlinks:<br>
{{{ [<currentTiddler>backlinks[]] }}}
Contains
{{{ [<currentTiddler>contains[]] }}}
...etc with similar filter for each of:
links
listed
tag
tagging
</$tiddler><<list-links [<currentTiddler>backlinks[]] >>
Thanks for all explanations ...
{{Used URL's}}
<$tiddler tiddler={{$:/HistoryList!!current-tiddler}}><br>
This tiddler is mentioned on:
<<list-links [<currentTiddler>backlinks[]] >>
This tiddler links to:
<<list-links [<currentTiddler>links[]] >>
</$tiddler> \define notAboveStory()Not Tagged $:/tags/AboveStory<br>Shows how to do/display more as a result of an emptyMessage, by using a macro definition\end<h3>Test ~SideBar</h3>Current Tiddler: "<<currentTiddler>>"<br>Current Tab: "<<currentTab>>"<br>
<$list filter="[<currentTiddler>has[title]]" emptyMessage="No Current Tiddler available" variable=result> Displayed only in Story River</$list>
<$list filter="[<currentTab>has[title]]" emptyMessage="No current Tab" variable=result> Displayed only in tabs</$list>
<$tiddler tiddler="Test SideBar"><$list filter="[tag[$:/tags/AboveStory]]" emptyMessage=<<notAboveStory>> variable=result> Displayed only When also tagged $:/tags/AboveStory</$list></$tiddler>