Hello,
I was trying to create a tiddler with several tabs but a few of the tiddlers i had in mind use an apostrophe in the title which messes with the formating, since tiddlywiki interprets those as markers for the next word. Is there any way to work around this?
here's an example: the code:
<<tabs "'My Diner' 'Tom's Diner'" "My Diner" "$:/state/tab1">>
I want it to create two tabs: "My Diner" and "Tom's Diner"
In open contempt for my wishes Tiddlywiki creates four Tabs: "My Diner", "Tom", "s" and "Diner"
that's because the apostrophe of the name interferes with the ones that denote the name as belonging together after which the space is taken as a sign that it's a new tab.
So is there a way to get it to recognise the name with the apostrophe in it?