Hi Laurent TiddlyWiki5 defines "upgrader" modules that are given the chance to process tiddlers as they are imported. Such a module could be written that does the parsing you suggest, sets tags, and sets the correct content type.
The difficulty is that upgrader modules are invoked for every imported/upgraded tiddler. So your parsing would be repeated each time you upgrade TW to a new version. Best wishes Jeremy. On Wed, Nov 26, 2014 at 11:56 AM, laurent dugois <[email protected]> wrote: > Hi again, > > I'm wondering if there is a way to get some automatic tagging in TW5 ? > > I typically import paragraphs of raw text (in MarkDown format), with some > hashtags inline. I can drag and drop that raw text to a new TW5 tiddler and > it works great, and set the type to text/x-markdown (by the way it would be > great to set the type to text/x-markdown by default upon import :) ), but I > was wondering if there was some way to parse the actual text, detect > hashtags and set them as tags for that tiddler ? > > Again, I think I've seen a super tags macro on TiddlyTools and I'm hoping > that there's also a way to get such a functionality with TW5 :) > > thanks, > -laurent > > -- > 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 post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

