Re: [tw] Re: TW and (Alex Gorbatchev's) SyntaxHighlighter

2013-05-06 Thread carlos duarte
by any chance do you know how to wrap a transcluded tiddler in code? let's say i have a tiddler that contains a bash script (non-syntax highlighted), and then i want to transclude it somewhere else, but i want the transclusion to be syntax highlighted... how do i do that? thanks! -carlos On

Re: [tw] Re: TW and (Alex Gorbatchev's) SyntaxHighlighter

2013-05-06 Thread PMario
On Monday, May 6, 2013 10:19:56 PM UTC+2, carlos duarte wrote: by any chance do you know how to wrap a transcluded tiddler in code? let's say i have a tiddler that contains a bash script (non-syntax highlighted), and then i want to transclude it somewhere else, but i want the transclusion

Re: [tw] Re: TW and (Alex Gorbatchev's) SyntaxHighlighter

2013-05-06 Thread PMario
I think you have a valid usecase, so I'll create an add on. -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

Re: [tw] Re: TW and (Alex Gorbatchev's) SyntaxHighlighter

2013-05-06 Thread PMario
Have a look at: http://syntaxhighlighter.tiddlyspace.com/#SyntaxHighlighterPlugin3Info section: Macro highlightTiddlerText have fun! mario -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails

[tw] Re: TW and (Alex Gorbatchev's) SyntaxHighlighter

2013-05-04 Thread PMario
Hi Carlos, Nice you found the issue. If you need syntax highlighting in edit mode too. codemirror may be an option. http://codemirror.tiddlyspace.com/ There is also a video, how to activate the stuff: https://www.youtube.com/watch?v=J5tq5xv0FHU have fun! mario -- You received this message

[tw] Re: TW and (Alex Gorbatchev's) SyntaxHighlighter

2013-05-03 Thread carlos duarte
thanks for your work, but i got Error: ReferenceError: SyntaxHighlighter is not defined in: ShBrushCSS.js ShBrushJScript.js ShBrushPlain.js ShBrushXml.js in the plugin manager how can i fix this? thanks! -carlos On Monday, July 2, 2012 6:58:18 AM UTC-7, PMario wrote: On Jul 2, 12:07 pm,

[tw] Re: TW and (Alex Gorbatchev's) SyntaxHighlighter

2013-05-03 Thread carlos duarte
nevermind, i had deleted the RequiresShCore.js from ShBrushCSS.js, which caused this problem. reestablishing that snippet fixed everything! thanks! -carlos On Friday, May 3, 2013 3:55:20 AM UTC-7, carlos duarte wrote: thanks for your work, but i got Error: ReferenceError: SyntaxHighlighter

[tw] Re: TW and (Alex Gorbatchev's) SyntaxHighlighter

2012-07-02 Thread Bertrand Goetzmann
Thank you! I need it just for documentation purpose in my own TW file. As I'm relatively new to TW, I didn't understand how to use your plugin; finally it worked by adding all the tiddlers tagged syntax in my TW file, and by adding the tag systemConfig to those that have this tag in your

[tw] Re: TW and (Alex Gorbatchev's) SyntaxHighlighter

2012-07-02 Thread PMario
On Jul 2, 12:07 pm, Bertrand Goetzmann bertrand.goetzm...@gmail.com wrote: Thank you! I need it just for documentation purpose in my own TW file. As I'm relatively new to TW, I didn't understand how to use your plugin; finally it worked by adding all the tiddlers tagged syntax in my TW file,

[tw] Re: TW and (Alex Gorbatchev's) SyntaxHighlighter

2012-06-30 Thread PMario
On Jun 30, 1:28 am, Bertrand Goetzmann bertrand.goetzm...@gmail.com wrote: Is someone succeeded to integrate TW with Alex Gorbatchev's SyntaxHighlighter (http://alexgorbatchev.com/SyntaxHighlighter/) with a plugin, or in an other way? yup. Do you only need syntax highlighting for documentation