So, I’ve been adding bookmarks to my digital garden & I do this by transcluding a list of bookmark tiddlers.
Here’s the code:
<$list filter="[tag[Bookmarks]!sort[created]]">
---
<$transclude mode=inline/> <<currentTiddler>>
</$list>
<<currentTiddler>>
usually displays the title of the translated tiddler & links to it. Instead I’d like it to say something like “Edit Bookmark” & link back to the transcluded tiddler so I can edit it if necessary. Is this posible?