Hey all In my new plugin TOC generic <https://groups.google.com/forum/#!topic/TiddlyWiki/KZWhS-BtZCQ>, ended up storing tiddler title and value (show/hide) in a dictionary tidder. This is done with a button action-set-field widget that use <<currentTiddler>>.
*Problem* data tiddlers use a colon ":" between name (tiddler title) and value If a tiddler title have ":" in the title when appended to the data tiddler, the colon will be interpreted as the name/value separator and that do not work. Example: tiddler titled New Tiddler : with a colon: will append to the dictionary tiddler like this New Tiddler : with a colon:: show *question* Is there a way to escape the colon or a way to append the title to a dictionary tiddler that do not interpret the colon? -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/2451b3e2-a94a-49b7-97dd-762a5980add1%40googlegroups.com.

