Comments Plugin

105 views
Skip to first unread message

Damon Pritchett

unread,
Jan 21, 2019, 12:34:27 AM1/21/19
to TiddlyWiki
Hi All,

I've got a tiddler that is tagged with $:/tags/ViewTemplate that I use to append text to the bottom of all tiddlers with a certain tag. I've started playing with the new comments plugin, which I like a lot, but it shows up before the text that I'm appending on those certain tiddlers. I'd actually like the comments to be at the bottom with my appended text just above the comments. How would I go about doing this or is it even possible?

Thanks once again,

Damon

Dave Gifford - http://www.giffmex.org/

unread,
Jan 21, 2019, 9:21:05 AM1/21/19
to TiddlyWiki
Hi there

Go to Sidebar > More > Shadows > $:/tags/ViewTemplate (or search for that tiddler)

In the list field of that tiddler, paste the titles of your viewtemplate-tagged tiddler and the Comments plugin relevant tiddler, in the order you want. If your tiddler has any spaces, you should double bracket that tiddler's title.

Dave Gifford - http://www.giffmex.org/

unread,
Jan 21, 2019, 9:21:54 AM1/21/19
to TiddlyWiki
Sorry, I should have noted that when you add the tiddlers to the list field, add them at the end of the list.

Damon Pritchett

unread,
Jan 21, 2019, 1:03:25 PM1/21/19
to TiddlyWiki
Hi Dave,

Thanks for the reply. I tried what you suggested, but it had absolutely no effect. 

For reference, my tiddler is named Append-Backlinks and the text of the tiddler is this:

<$list filter="[all[current]tag[SomeTag]]" variable="dummy">

----
Mentioned in:
<<list-links "[all[current]backlinks[]] +[sortan[title]]">>
</$list>

Damon

TonyM

unread,
Jan 21, 2019, 5:11:57 PM1/21/19
to TiddlyWiki
Damon,

Use the method to display a tag as a tag pill such as
{{$:/tags/ViewTemplate||$:/core/ui/TagTemplate}}

Now click on the pill, there will be an ordered list of the items using the Tag $:/tags/ViewTemplate
You can click and drag items in the list into the order you want

This will update the list field in $:/tags/ViewTemplate

The following will list all system tags with the $:/ Prefix, and relies on the changing currentTiddler to display a tag pill for each, for which you can change the order
<$list filter="[is[system]prefix[$:/tags/]]">
{{||$:/core/ui/TagTemplate}}
<br>
</$list>

Regards
Tony

Damon Pritchett

unread,
Jan 21, 2019, 9:37:47 PM1/21/19
to TiddlyWiki
Thanks Tony - that did the trick.

Damon

Reply all
Reply to author
Forward
0 new messages