On Tuesday, December 22, 2015 at 8:34:06 AM UTC-8, leeand00 wrote:
>
> <$button>
> <$list filter="\"Change Git Commit Editor\" \"Commit Verbosely\" \"git 
> blame\" +[make[ %title% ]]">
> <$action-setfield text="My New Tiddlers"  tags="[[Standardized git commit 
> message format]]" caption="xx"/>
> <$action-navigate/>
> </$list>
> Make New Tiddlers
> </$button>
>
> In the code above, is it possible to escape characters within the input of 
> the filter?
>

There is no general "escape" character sequence for filters.

However, for your example use-case, there are some other solutions:

* use tripled double-quotes (""") around the filter definition, so that 
single double-quotes within the filter don't need to be escaped:
<$list filter=""""Change Git Commit Editor" "Commit Verbosely" "git blame" 
+[make[ %title% ]]""">

* or, use doubled square-brackets instead of single double-quotes within 
the filter:
<$list filter="[[Change Git Commit Editor]] [[Commit Verbosely]] [[git 
blame]] +[make[ %title% ]]">

enjoy,
-e

-- 
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/177743f2-20ab-4f31-9446-65d9dd040cf4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to