A ShoppingList/item_view_price.tid => ShoppingList/item_view_price.tid +13 -0
@@ 0,0 1,13 @@
+modified: 20191028003245000
+created: 20191028003245000
+creator: hokiegeek
+title: $:/plugins/hokiegeek/checklist/ShoppingList/ItemPrice/View
+tags: $:/tags/ViewTemplate
+type: text/vnd.tiddlywiki
+list-before: $:/core/ui/ViewTemplate/body
+
+<$list filter="[all[current]is[tiddler]!is[system]tag{$:/plugins/hokiegeek/checklist/ShoppingList/config/Item/tag}!field:price[]]">
+@@background-color: #e1e1e1;font-weight:bold;text-align: right;display: block;
+${{!!price}}
+@@
+</$list>
M plugin.info => plugin.info +1 -1
@@ 2,7 2,7 @@
"title": "$:/plugins/hokiegeek/checklist",
"description": "A bit of a template for creating various checklists",
"author": "hokiegeek",
- "version": "1.4.0",
+ "version": "1.5.0",
"core-version": ">=5.1.17",
"source": "https://gitlab.com/HokieGeek/tw5-checklist",
"plugin-type": "plugin",