Boris Mann 28th March 2021 at 8:37am
Most of the features are powered by Tiddly Groceries
URIFooter adds a footer if there is a uri
field.
<$list filter="[is[current]has[uri]]">
<hr />
Link: <a href={{!!uri}}><$view field="uri"/></a><br />
</$list>
Bookmarks is a handful of links of things tagged with bookmark
, and assumes a uri
field.
<$list filter="[tag[bookmark]]">
<li><$link>{{!!title}}</$link>: <a href="{{!!uri}}">{{!!uri}}</a></li>
</$list>
Pantry shows non-shopping-list items as long as quantity isn't zero.
<$list filter="[tag[Item]!tag[Selected]!field:quantity[0]]">
<li>{{!!quantity}} <$link>{{!!title}}</$link> {{!!notes}}</li>
</$list>
Installed and enabled the Twitter plugin, only used for the Boris Mann author entry right now.
Found and installed the Read Only plugin http://tw5readonly.tiddlyspot.com/