[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2016-01-02 Thread BJ
Hi John, thanks for the clarity, I will open an issue to track this problem. x-marked as it is not flexible enough for general tiddlywiki use, its use lies obviously in compatibility with systems outside tiddlywiki. (importing existing documents for instance) . I would prefer to use an

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2016-01-01 Thread BJ
I cannot produce a problem with my marked plugin when used with the codemirror plugin and the markdown plugin. This is what i did: 1.downloaded the tiddlywiki with the codemirror plugin pre-installed from tiddlywiki.com to form a local copy 2.dragged the markdown plugin from tiddlywiki.com onto

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2016-01-01 Thread John Doe
Thanks for the reply BJ. I am sorry if i did not describe the problem properly previously. Let me restate the problem again: Only the color highlighting feature from the codemirror is not working with the x-marked. It was working perfectly with the x-markdown plugin that comes with Tiddlywiki.

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-12-30 Thread John Doe
Hi BJ, The codemirror plugin was working with the Markdown plugin (http://tiddlywiki.com/plugins/tiddlywiki/markdown/). However once i installed your plugin for x-marked, the highlighting has stopped working. On related note, can you please brief me on how to use the Flexitype plugin to

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-12-30 Thread BJ
I have not tried the codemirror plugin, have at look here: https://github.com/Jermolene/TiddlyWiki5/issues/2059 cheers BJ On Tuesday, December 29, 2015 at 5:43:06 PM UTC, John Doe wrote: > > Thanks BJ for the excellent plugin and saving the day for me!! > > However, after using your plugin i

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-12-29 Thread John Doe
Thanks BJ for the excellent plugin and saving the day for me!! However, after using your plugin i noticed that codemirror syntax highlighting has stopped working. Do you know that might be the reason? I suspect that i will have to set xhtml: false , but i dont know how to set that. If anyone

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-11-01 Thread BJ
Sorry I didn't update the site properly, that's the wrong (old) plugin. I have updated with new instructions, all the best BJ On Sunday, November 1, 2015 at 5:02:45 AM UTC, Matabele wrote: > > Hi > > Doesn't render if I copy across the markdown plugin -- what tiddler type > should I be using?

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-11-01 Thread Matabele
Hi $:/plugins/bj/small/mdplusdemo/parsers/markapdaper.js throws a javascript error upon reload -- are we supposed to use this plugin or only $:/plugins/bj/small/mdplusdemo. If so, with only the latter, your examples don't render. Perhaps this only works with flexitype installed? regards On

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-11-01 Thread BJ
On Sunday, November 1, 2015 at 12:17:37 PM UTC, Matabele wrote: > > Hi > > $:/plugins/bj/small/mdplusdemo/parsers/markapdaper.js throws a javascript > error upon reload -- are we supposed to use this plugin or > only $:/plugins/bj/small/mdplusdemo. > > If so, with only the latter, your

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-11-01 Thread Matabele
Hi Thus the confusion -- screenshot from http://bjtools.tiddlyspot.com/ regards On Sunday, 1 November 2015 18:42:54 UTC+2, BJ wrote: > > > > On Sunday, November 1, 2015 at 12:17:37 PM

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-11-01 Thread BJ
thanks - I'll sort it out. On Sunday, November 1, 2015 at 4:51:16 PM UTC, Matabele wrote: > > Hi > > Thus the confusion -- screenshot from http://bjtools.tiddlyspot.com/ > > > > > regards >

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-10-31 Thread Matabele
Hi Doesn't render if I copy across the markdown plugin -- what tiddler type should I be using? regards On Saturday, 31 October 2015 23:53:04 UTC+2, BJ wrote: > > I have put a 'marked' flavor markdown plugin on bjtools > > http://bjtools.tiddlyspot.com/ > > > > On Tuesday, October 27, 2015 at

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-10-31 Thread BJ
I have put a 'marked' flavor markdown plugin on bjtools http://bjtools.tiddlyspot.com/ On Tuesday, October 27, 2015 at 6:47:33 PM UTC, Richard Edwards wrote: > > Hello All, > Does anyone have or know of a markdown plugin for TiddlyWiki that handles > code fence blocks; i.e. something

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-10-27 Thread Richard Edwards
Hello All, Does anyone have or know of a markdown plugin for TiddlyWiki that handles code fence blocks; i.e. something CommonMark-ish or github-ish? I might try to make something work, but it would be so much better if someone else already has done so! What I really want is to create tiddlers

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-10-27 Thread BJ
Hi red, I got the marked version working, is this what you are after? regards BJ On Tuesday, October 27, 2015 at 6:47:33 PM UTC, Richard Edwards wrote: > > Hello All, > Does anyone have or know of a markdown plugin for TiddlyWiki that handles > code fence blocks; i.e. something CommonMark-ish or

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-02-06 Thread BJ
Hi Guy, I am working with a different flavor of markdown from https://github.com/chjj/marked, with extensions for tiddlywiki that I am writing, but it will be couple of weeks until I publish a plugin. cheers BJ On Friday, February 6, 2015 at 2:49:30 AM UTC-6, Guy Rutenberg wrote: Hi, I've

Re: [tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-02-06 Thread Jeremy Ruston
Hi BJ I am working with a different flavor of markdown from https://github.com/chjj/marked, with extensions for tiddlywiki that I am writing, but it will be couple of weeks until I publish a plugin. Great to hear that, the existing markdown-js parser isn't great, and better integration with

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-02-06 Thread PMario
hi guy, did you try 4 spaces in front of the codeblock. see the markdown spec. -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

[tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-02-06 Thread Tobias Beer
Hi Guy, I don't quite see any ``` or ~~~ at the Maruku syntax... https://github.com/bhollis/maruku/blob/master/docs/markdown_syntax.md#precode Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group

Re: [tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-02-06 Thread Guy Rutenberg
Hi, I'm aware of the four spaces syntax, which indeed works. But fenced code blocks are much more convenient and seem like should work when selecting the Maruku dialect. Thanks, On Feb 6, 2015 11:26 AM, PMario pmari...@gmail.com wrote: hi guy, did you try 4 spaces in front of the codeblock.

Re: [tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-02-06 Thread Tobias Beer
The file you linked to is the original markdown syntax (it is also mentioned in the Maruku documentation). Maruku supposedly supports the Markdown Extra syntax which defines fenced code blocks. Would be great if the author demonstrated somewhere that / how it actually does. Best

Re: [tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-02-06 Thread Guy Rutenberg
Hi Tobias, The file you linked to is the original markdown syntax (it is also mentioned in the Maruku documentation). Maruku supposedly supports the Markdown Extra syntax which defines fenced code blocks. Thanks for your help, Guy On Feb 6, 2015 1:28 PM, Tobias Beer beertob...@gmail.com

Re: [tw] Re: TiddlyWiki markdown plugin - fenced code blocks

2015-02-06 Thread Jeremy Ruston
My guess is that the Maruku dialect doesn't support fenced code blocks. It's difficult to figure out because the link to Maruku in the readme is broken: https://github.com/evilstreak/markdown-js From a quick scan of the code I couldn't see any implementation of fenced code blocks. Best wishes