Hi Willem Here is one of many possible approaches.
Create a tiddler, call it whatever you like, and add the following code: \define list-backlinks(category) <$set name="this-tiddler" value=<<currentTiddler>> > <$list filter="[<currentTiddler>backlinks[]tag<__category__>last[]]"> <h3>''<<__category__>>''</h3> </$list> <$list filter="[<currentTiddler>backlinks[]tag<__category__>]"> <$link><<currentTiddler>></$link> <$context term=<<this-tiddler>> /> </$list> </$set> \end <hr> <h2>''References''</h2> <<list-backlinks category:"Case Law">> <<list-backlinks category:"Legislation">> <<list-backlinks category:"Literature">> Now tag this tiddler that you have just created with "$:/tags/ViewTemplate". Your lists should now appear at the bottom of every tiddler in your wiki. I am assuming that you are using the tags "Case Law", "Legislation" and "Literature". Since you are using TiddlyBlink, you may wish to replace the backlinks lists that are already featured. To do this, instead of creating your own tiddler, find the tiddler called "$:/.giffmex/ViewTemplate/refscontext" and replace the text with the above code. Remember to backup before doing this! Then you will be able to view your category list by clicking on the eye button and selecting "search results in context". Hopefully that works. Unless I made a mistake. Which is very possible. On Monday, 27 April 2020 08:18:32 UTC+1, Willem Hagendoorn wrote: > > Hi all! > > Only yesterday I discovered TiddlyWiki, so I'm totally new to this. Since > the possibilities are limitless, or so it seems, I was wondering if someone > can help me out with the following. > > I would like to organize the tiddler's backlinks and display them sorted > by subject. > > I also would like to show the specific fragment (and nothing else) the > link is refering to in the list > > For example: > > --Tiddler-- > About Human Rights > > --References/backlinks-- > > + Legislation > Tiddler about art. A, law Z > (Art. A mentions -Human Rights-) > > Tiddler about art. B, law Z > (This art. can also be used when conducting research about -human rights-) > > > + Case Law > Tiddler about case H > (textfragment -human rights-) > > Tiddler about case I > (textfragment -human rights-) > > > +Literature > Tiddler about book A > (textfragment -human rights-) > > Tiddler about book B > (textfragment -human rights-) > > > I hope this (or something similar) is possible! Can someone help me out? > :) > > Thanks! > > Willem > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d85ee94d-f89c-40b5-986b-012385441392%40googlegroups.com.

