So let's say that I have a tiddler, and then a button that creates a new 
tiddler. Right now I get how to do it so it copies the tags from the parent 
twiddler to the child twiddler:

<$button >
<$action-sendmessage $message="tm-new-tiddler"
    title="Title"
    tags={{!!tags}}
/>
New
</$button>

But then is there a way to lowercase those tags? It's complicated, but I 
want to kind of have a tiered system of tags. I feel like there's probably 
a java-scripty way to do this, but I don't really know javascript.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/9baff200-65e7-4761-a4cb-e237d6a49df8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to