Dave Parker wrote: > > • Question: Is there actually a "best practice" for a project like > this, or is one data structure as good as the next? >
I'd say there are some general best practices using TW, but not for your particular context because this obviously depends on your needs - not least future needs like how you will want to extract the data and how to sort it. (You might not even know this at this moment.) To name one specific example, recently discussed: the most basic way to structure your data is by using *tags*. This is much better than to e.g try to use special prefixes direclty on the tiddler titles. You talk about key:value pairs (a.k.a name:value pairs). As Tony notes, this is what fields are in TW <https://tiddlywiki.com/#TiddlerFields>. So it may be a good idea to use your keys as field names (and the value as value). But, again, it depends what you want to do. It is fairly easy to e.g extract all tiddlers that have a specific field or a specific field value. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f1980715-74e9-43e6-a553-cb075bbe2dc8%40googlegroups.com.

