I may have found what I wanted for storing game info...
ConnectedText.
It's a pretty nice Wiki editor that adds what the outlining programs
I've been using lack -- easy cross-indexing of information. Hierarchies
are problematic when a single piece of data can fall into multiple
categories simultaneously. One solution would be use aliases -- the
actual data is placed in one location, but 'phantom' links exist
elsewhere. However, no outliner/freeform DB I know of does this.
Of course, it's still not perfect. I ideally need a blend of structured
(form based) and unstructured data, but for the moment, it's nice
enough to experiment with.
Post a Comment