[tw] Re: doesn't work, how to ignore syntax?

2016-02-29 Thread Scott Simmons (Secret-HQ)
Good idea, BJ!

You could also leave off the pragma and just set the tiddler-type to 
text/plain.  That too would allow you to transclude it elsewhere without 
wikification.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/5cc28e5d-262c-40b9-8e9e-324ac5a0d144%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: doesn't work, how to ignore syntax?

2016-02-29 Thread BJ
you could put the text you want  'plain' into a separate tiddler (called eg 
'norules') and at the top of that tiddler have the rules pragma:

/rules only

then in your other tiddler can use

<<<
{{norules}}
<<<

all the best 

BJ
On Saturday, February 27, 2016 at 2:48:24 PM UTC, Shay Shaked wrote:
>
> I don't know what is it in this piece of text I copy-pasted, but I can't 
> close the quote block. I tried to tell TW to ignore any formatting in this 
> text block, but all my attempts failed. Here's an image: 
>
>
> 
> As you can see, the block-quote ignores the closure indicator (or whatever 
> you want to call it) and happily continues on its marry way. How to stop 
> it? Hmm? 
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/a8bf17c9-f433-4ab2-8905-0619b8c04cce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: doesn't work, how to ignore syntax?

2016-02-28 Thread Scott Simmons (Secret-HQ)
Hi, Shay —

The only trick I know of is this one:

<$text text="""<$macrocall name="something" />''This'' is my //apparently// 
__wikified__text.""" />

You could write a macro that would make it a little easier, like so:

\define nowiki(text)
<$text text="""$text$""" />
\end

... so that you could write this in tiddlers:

<''This'' is my //apparently// 
__wikified__text.""">>


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/0c9c5eb3-bacd-48d8-b68e-8c795538b275%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: doesn't work, how to ignore syntax?

2016-02-28 Thread Shay Shaked
Eric, 

 doesn't work in TW5. I tried it on other, simpler line of text. No 
affect. I am then left wondering how to ignore syntax in TW5?

On Saturday, February 27, 2016 at 1:38:30 PM UTC-5, Eric Shulman wrote:
>
> On Saturday, February 27, 2016 at 10:26:29 AM UTC-8, Shay Shaked wrote:
>>
>> Eric, still doesn't work: 
>>
>>
>> 
>>
>> Try adding a newline after the closing .  If that doesn't help, 
> try progressively removing bits of your content to see if any of it is 
> interferring in some strange way.  I'd try it myself, but you only posted 
> snapshots of the content, so I can't copy/paste it into a live TW to 
> experiment.
>
> -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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/51ce1406-cae1-4fc0-9e1d-d61c2f5120d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: doesn't work, how to ignore syntax?

2016-02-27 Thread Eric Shulman
On Saturday, February 27, 2016 at 10:26:29 AM UTC-8, Shay Shaked wrote:
>
> Eric, still doesn't work: 
>
>
> 
>
> Try adding a newline after the closing .  If that doesn't help, 
try progressively removing bits of your content to see if any of it is 
interferring in some strange way.  I'd try it myself, but you only posted 
snapshots of the content, so I can't copy/paste it into a live TW to 
experiment.

-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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/69b0417d-f67e-4439-a87b-831156842b2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: doesn't work, how to ignore syntax?

2016-02-27 Thread Shay Shaked


On Saturday, February 27, 2016 at 9:48:24 AM UTC-5, Shay Shaked wrote:
>
> I don't know what is it in this piece of text I copy-pasted, but I can't 
> close the quote block. I tried to tell TW to ignore any formatting in this 
> text block, but all my attempts failed. Here's an image: 
>
>
> 
> As you can see, the block-quote ignores the closure indicator (or whatever 
> you want to call it) and happily continues on its marry way. How to stop 
> it? Hmm? 
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/6775807e-c64e-4a77-87d0-047ef7372284%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: doesn't work, how to ignore syntax?

2016-02-27 Thread Shay Shaked
Eric, still doesn't work: 




On Saturday, February 27, 2016 at 11:58:04 AM UTC-5, Eric Shulman wrote:
>
>
>
> On Saturday, February 27, 2016 at 6:48:24 AM UTC-8, Shay Shaked wrote:
>>
>> I don't know what is it in this piece of text I copy-pasted, but I can't 
>> close the quote block. I tried to tell TW to ignore any formatting in this 
>> text block, but all my attempts failed. Here's an image: 
>>
>
> Use "<<<" to start *and end* the blockquote (not ">>>")
>
> This is before the blockquote
>
> <<<
> 
> this is blockquote text
> note the SAME sequence is used to start and end the blockquote.
> 
> <<<
> This is after the blockquote 
>
> Note that in TWClassic, the blank line before the <<< is will be displayed 
> as literal text (an actual blank line)... you can safely omit the blank 
> line if you don't want the whitespace; however, in TW5, the blank line 
> preceding the "<<<" is needed so the blockquote syntax won't be treated as 
> "inline mode" content rather than being recognized as the start of "block 
> mode" content.  The blank line is not actually displayed.
> enjoy,
> -e
> Eric Shulman
> TiddlyTools / ELS Design Studios
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/efd542c8-990b-482b-bfcb-88ed476bfa22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: doesn't work, how to ignore syntax?

2016-02-27 Thread Eric Shulman


On Saturday, February 27, 2016 at 6:48:24 AM UTC-8, Shay Shaked wrote:
>
> I don't know what is it in this piece of text I copy-pasted, but I can't 
> close the quote block. I tried to tell TW to ignore any formatting in this 
> text block, but all my attempts failed. Here's an image: 
>

Use "<<<" to start *and end* the blockquote (not ">>>")

This is before the blockquote

<<<

this is blockquote text
note the SAME sequence is used to start and end the blockquote.

<<<
This is after the blockquote 

Note that in TWClassic, the blank line before the <<< is will be displayed 
as literal text (an actual blank line)... you can safely omit the blank 
line if you don't want the whitespace; however, in TW5, the blank line 
preceding the "<<<" is needed so the blockquote syntax won't be treated as 
"inline mode" content rather than being recognized as the start of "block 
mode" content.  The blank line is not actually displayed.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/41257c68-cfdb-453f-97d4-120757c8ddc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.