In general I totally agree that you should put as much as possible information in fields, so you can make use of all the great TiddlyWiki capabilities and e.g. filter tiddlers based on the information in the fields.
But sometimes it’s really hard for me to choose a title. In TiddlyWiki every tiddler needs a unique title, which serves as the unique ID of a tiddler. This causes sometimes two problems:
- There are cases where finding a title is hard/annoying
- Sometime it is annoying that you can’t have multiple titles
Before using TiddlyWiki I used a Mind map tool called Freeplane, where every node in the mind map gets it’s unique ID and you can call the node title whatever you want (there could be the same node title multiple times in a mind map). You link then to another node through the ID and not with the title. This is sometimes more handy when you just want to through out (fast) some information and the connection between ideas is preserved through the connection of the nodes.
For example when I want to document settings from application A
and application B
which have similar settings. In Freeplane I would do a node for every application followed by child nodes like Application A
– Settings
– Appearance
– Theme
. Then I would do another node for the other applications like Application B
– Settings
– Appearance
– Theme
. Then I would create an overall node Application
and this would look like:
-
Applications
-
Application A
– Settings
– Appearance
– Theme
-
Application B
– Settings
– Appearance
– Theme
I would then store the information in the node details (which is similar to the tiddler text field). The advantage of Freeplane in this case is that this would be faster than compared to TiddlyWiki (in my limited experience), because a shortcut creates a new node and the new node is automatically connected (which means the information is related together) and also I don’t have to care about the title name (I think this is maybe the reason why @saqimtiaz created streams?). In TiddlyWiki I end up with weird titles like ApplicationA:Settings:Appearance:Theme
, because I can’t have two Settings
titles. How would you @TW_Tones (or someone else) solve this example in TiddlyWiki?
To came back to the topic, I also don’t know how to name meeting tiddlers unique without using the date. If I would have every Monday a meeting with John how should I create a unique title for every meeting?