[tw5] Re: Doubled Single Quotes Behavior in text/vnd.tiddlywiki format - do these need to be escaped or is it a bug?

2019-08-14 Thread Cade Roux
I have decided to go ahead and use the backticks around it and (also to be careful when that text is empty to not put two consecutive backticks). I'm changing up the markup to generally use TW for now and potentially move to XML in front of that with an XSLT to transform to TW or other targets

[tw5] Re: Doubled Single Quotes Behavior in text/vnd.tiddlywiki format - do these need to be escaped or is it a bug?

2019-08-14 Thread PMario
Hi, If you want to disable some wikitext rules you can put the \rules except bold pragma at the very beginning of the tiddler. So double single quotes will no longer start a "bold" text section. hope that helps -mario -- You received this message

[tw5] Re: Doubled Single Quotes Behavior in text/vnd.tiddlywiki format - do these need to be escaped or is it a bug?

2019-08-13 Thread Cade Roux
It's a code sample and it's an empty string. As an example, the actual code in that cell is: EXEC Doc.UpdateXP @obj = '[Config].[ConfigName]', @name = 'MS_Description', @value = ''; It's an output of my build process that highlights database artifacts without metadata and that is the code to

[tw5] Re: Doubled Single Quotes Behavior in text/vnd.tiddlywiki format - do these need to be escaped or is it a bug?

2019-08-13 Thread Eric Shulman
On Tuesday, August 13, 2019 at 4:47:08 PM UTC-7, Cade Roux wrote: > > I have this in a Tiddler and I was wondering if this is a bug or > intentional? > > Empty Single Quotes: '' > Single Quotes With a Space: ' ' > > Two single-quotes in a row is a wikitext formatting syntax indicating the

[tw5] Re: Doubled Single Quotes Behavior in text/vnd.tiddlywiki format - do these need to be escaped or is it a bug?

2019-08-13 Thread Mat
Yes, I'd say it's intentional. Double single quotes is for making bold text and the overlapping scopes of this vs the td/tr causes the problem. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Doubled Single Quotes Behavior in text/vnd.tiddlywiki format - do these need to be escaped or is it a bug?

2019-08-13 Thread 'Mark S.' via TiddlyWiki
Double single quotes begin *bold*. https://tiddlywiki.com/prerelease/#Formatting%20in%20WikiText You could switch the tiddler to HTML mode, if you're not going to use any TW features. Perhaps you could explain why you need double single quotes? On Tuesday, August 13, 2019 at 4:47:08 PM