Here is a very basic question about structuring TW.
I use fields to put some structure around the data in my TW. Fields containing date contain raw date data — YYYY0MM0DD0hh0mm0ss0XXX.
Except for date fields, most of my field values are links. So, a field ‘article-subject’ would carry a value ‘[[Physics]] [[Chemistry]]’, not ‘Physics Chemistry’. This automatically takes care of multi-word field values like ‘[[Organization and Structure]] [[Something or the other]]’
Is using links in the values of fields the correct/ standard way of doing things? Or would I be better off not using the links?
The reason I use links is that the autocomplete plugin I use — edit-comptext — allows autocompletion of links. That makes adding field values very convenient.
So, if you think field values should not be links, could you please suggest an autocomplete plugin that completes tiddler names? I tried CodeMirror Autocomplete, and it does not.