[tw] Re: [TW5] newbie question: enable macro or download plugin

2013-11-14 Thread PMario
On Thursday, November 14, 2013 8:33:15 AM UTC+1, Jens Georg Frøjk wrote:

 Is NoWiki a part of TW5?


Sry, I have no idea what you mean with NoWiki. Please provide links to 
plugins or a syntax you talk about. See my guesses below.
 

 Do you recommend me to use it.


TW5 can define \rules that can be included into the tiddler text eg:

\rules except dash

which will wikify everything except n -- and m --- dashes

the opposite is 

/ruels only dash

so only dashes will be wikified: copy this text -- ---

---

@Jeremy !

Also in TW5 every tiddler has a MIME type. So if you give a tiddler the 
type: text/plain it should be not wikified.
(I did test this and it seems to be broken amt :/ )

@Jeremy
There seems to be no documentation about the possibilities here!

-mario

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: [TW5] newbie question: enable macro or download plugin

2013-11-14 Thread PMario


 Also in TW5 every tiddler has a MIME type. So if you give a tiddler the 
 type: text/plain it should be not wikified. 

(I did test this and it seems to be broken amt :/ )


It actually works.

I did find the issue: 
works: text/plain 
doesn't work: text/plain see the whitespace at the end 

I'll create an issue at github.
-m

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: [TW5] newbie question: enable macro or download plugin

2013-11-13 Thread PMario
This creates a code tag: `code tag`

this will be pre

```
your code goes here
it keeps the fromatting
```

Do _not_ modify the html directly. It will cause super strange behaviour, 
that will be very hard to track down.
-m

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: [TW5] newbie question: enable macro or download plugin

2013-11-13 Thread PMario
On Wednesday, November 13, 2013 9:55:58 AM UTC+1, Jens Georg Frøjk wrote:

 ...So I tried to use the wikitext-example macro. And it did not function. 
 So I was wondering...
 Later I read up on the HTML tags, and I understand you need both PRE and 
 CODE tags to


Can you post the code that you used and that did not work?
Having a minimal testcase speeds up responses a lot. ... otherwise it is 
just guessing.

-m

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: [TW5] newbie question: enable macro or download plugin

2013-11-13 Thread Jens Georg Frøjk


Den onsdag den 13. november 2013 15.31.34 UTC+1 skrev PMario:

 This creates a code tag: `code tag`

 this will be pre

 ```
 your code goes here
 it keeps the fromatting
 ```

 The one tic for CODE is working, but the 3 tic for PRE is not working. TW5 
Alpha 14.

/G 

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: [TW5] newbie question: enable macro or download plugin

2013-11-13 Thread Jens Georg Frøjk


Den onsdag den 13. november 2013 15.43.33 UTC+1 skrev PMario:

 On Wednesday, November 13, 2013 9:55:58 AM UTC+1, Jens Georg Frøjk wrote:

 ...So I tried to use the wikitext-example macro. And it did not function. 
 So I was wondering...
 Later I read up on the HTML tags, and I understand you need both PRE and 
 CODE tags to


 Can you post the code that you used and that did not work?
 Having a minimal testcase speeds up responses a lot. ... otherwise it is 
 just guessing.

 It's all going in the right direction... Just me finding a way, before 
doing some gawk and convert me txt file to TW5. ;-)
Maybe I should use NOWIKI.
The problem is if you have code samples, using backtics and square brackets.

/G

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: [TW5] newbie question: enable macro or download plugin

2013-11-13 Thread PMario
On Wednesday, November 13, 2013 6:17:37 PM UTC+1, Jens Georg Frøjk wrote:


 this will be pre

 ```
 your code goes here
 it keeps the fromatting
 ```

 The one tic for CODE is working, but the 3 tic for PRE is not working. 
 TW5 Alpha 14.


If you copy paste the above code into TW5 and close the tiddler, it 
deffinitely works. The backticks have to be in a single line with no 
whitespace at the end. 


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: [TW5] newbie question: enable macro or download plugin

2013-11-13 Thread Jens Georg Frøjk


Den onsdag den 13. november 2013 20.18.54 UTC+1 skrev PMario:

 On Wednesday, November 13, 2013 6:17:37 PM UTC+1, Jens Georg Frøjk wrote:


 this will be pre

 ```
 your code goes here
 it keeps the fromatting
 ```

 The one tic for CODE is working, but the 3 tic for PRE is not working. 
 TW5 Alpha 14.


 If you copy paste the above code into TW5 and close the tiddler, it 
 deffinitely works. The backticks have to be in a single line with no 
 whitespace at the end. 


 

Ahhh, on a line by them self. Great it is working. Dont need the CODE any 
more. Thx a lot. 

Is NoWiki a part of TW5?
Do you recommend me to use it.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: [TW5] newbie question: enable macro or download plugin

2013-11-12 Thread PMario
The wikitext info is here: http://five.tiddlywiki.com/static/WikiText

imo no today macro atm. 
There is no systemConfig anymore. The plugin mechanism changed quite a bit.

Can you discribe your usecase a bit?

-m

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.