My use case
I’m keeping a reading list. Relevant tiddlers are tagged as:
-
author
s -
book
s- some of which also tagged as
collection
- some of which also tagged as
short
stories (Not the cleanest approach ontologically, but it keeps my templates & filters simple). Short stories have acollection
field with the title of the book they belong to.
- some of which also tagged as
I’d like to be able to provide a list of titles and a means to define fields to be applied to all of them (I guess by pressing a button?). Something like this, with two plain text input boxes:
Titles:
Story A
Story B
Story C
Fields:
tags:short book todo
author:[[Author Name]]
collection:[[Collection Name]]
Pressing the button should create 3 new tiddlers, all having the same 3 tags, same author and collection details.