Jed et al.. Yes this is important, and I did not actually see why double doublequote is not there, thanks Jed
This is how I understand it. =undelimited-name ='undelimited-name' ='delimited name' ie space in name is a delimiter so need quotes ='' empty single quotes empty value ="delimited name" ="" empty double quotes empty value ="""delimited name""" I believe the same is true when setting defaults in macros \define macro-name(value:"value here" 2ndval) I have not tested every case and when calling macros <<macro-name "value here">> based on position <<macro-name 2ndval="value here">> based on name *The idea is a particular quote method allows anything but that quote method itself to exist between the quotes.* A good example is using wikify which is likely to have double quotes in it so we use """triple double-quotes so we can "quote" in here""" With this specified a little more at https://tiddlywiki.com/#Filter%20Run and *other places* on tiddlywiki.com Regards Tony On Wednesday, August 8, 2018 at 6:11:09 AM UTC+10, Jed Carty wrote: > > The only difference between ", """ and ' is what they match with. There > are multiple options so that you can have " or ' inside a string literal. > There is no difference in their meaning. > > "" isn't used aside to indicate an empty string. > -- 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/afda8764-b498-4a3b-ae79-e8a4f2c10ebd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

