Hello, some advice would be greatly appreciated.
I'm trying to build a slightly souped up wiki so that the content of a page is stored in wiki format and rendered when viewed, but in addition I would like to be able to add key->value pairs on the same page, so more or less some form of simple ajax form that lets me "tag" a node with the key->value.
Obvious problem I see with this is how can you tag something that doesn't exist until the submit form is hit? Or is there another solution?
At any rate I think wikitools will do the job for wiki rendering so now I'm trying to find a best practice approach for the key->value. I assume CCK will be the way to go, but read that it's current db format doesn't lend itself for easily interrogating multi-value submissions aka http://groups.drupal.org/node/3211
So I'm looking for some advice.