On 9/30/05, Anil Gangolli <[EMAIL PROTECTED]> wrote: > (3) Ease of tagging is extremely important, preferably these could be > typed as text with some minimal markup right in the entry (as was the > case with my primitive topic tag page plugin). I think this is really > important. Pull downs and selection boxes seem too painful, but I may > be in the minority here.
As I'm using a self-written wikipedia syntax plugin (instead of JSPWiki plugin) in my roller instance www.bliki.info, I'm also interested to add categories/metadata through the syntax render engine into the blog entry. For my purposes I think a new method getMetadata() in the PagePlugin would make sense: public java.util.List getMetadata(); It should be called after the render method of the plugin. I would prefer this wiki syntax (but that's of course plugin dependent): http://meta.wikimedia.org/wiki/Help:Category
