Jan asked ...

> What is your Idea about the Save-button? This seems to be interesting but 
> I do not understand it yet.
>

Limiting the action on a Save-button to specific criteria is a lot easier 
than you might think ... 

*The Save behaviour can have SUB-ROUTINES wrapped like this that only apply 
to certain cases ...* Put that FIRST. For OTHER cases it continues as 
normal. 

<$list filter="[all[current]tag[Tweet]type[text/plain]]">

<$set name=test value="" filter="
[<currentTiddler>get[text]regexps[(?g)#\w+\b]tolower[]]
">
   [... all sorts of code to execute it ...]

</$list>

   [... then normal saving for other cases ...]

I need underline I don't really know HOW this works, just that it does.

Josiah

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2c547481-2a48-4616-8e3a-fba15e3fcdab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to