[tw] Re: [TW5] Creating tiddlers by code

2014-05-06 Thread Bertrand Goetzmann
Finally, looking at TW5's source code (e.g. boot.js), I saw that you can use the $tw variable. For example, you get a tiddler with: var t = $tw.wiki.getTiddler(GettingStarted) Cheers, Bertrand. Le lundi 28 avril 2014 22:43:02 UTC+2, Bertrand Goetzmann a écrit : Hello, With TidllyWiki

[tw] [TW5] Creating tiddlers by code

2014-04-28 Thread Bertrand Goetzmann
Hello, With TidllyWiki classic files it is possible for example to create tiddlers by JavaScript code through the use of the store JS variable, e.g.: var t = store.createTiddler('Hello'); t.set(...) Is it possible to do same things with TW5? Cheers, Bertrand. -- You received this message

Re: [tw] [TW5] Porting TiddlyWikiFX (TiddlyWiki into a JavaFX application) to use TiddlyWiki 5

2014-03-27 Thread Bertrand Goetzmann
. If this approach works we could refactor this saver into a general LocalFileSystem saver, and add a new check that can detect TiddlyWikiFX. Best wishes Jeremy On Wed, Mar 26, 2014 at 11:11 PM, Bertrand Goetzmann bertrand@gmail.com javascript: wrote: Hello, I created a project named

[tw] [TW5] Porting TiddlyWikiFX (TiddlyWiki into a JavaFX application) to use TiddlyWiki 5

2014-03-26 Thread Bertrand Goetzmann
Hello, I created a project named TiddlyWikiFXhttps://bitbucket.org/bgoetzmann/tiddlywiki-fx/wiki/Home; all is in the name: it's a JavaFX application using a WebView component that contains a TiddlyWiki *classic *page. The benefit is to have a more integrated solution whereby you can have more

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

2012-07-02 Thread Bertrand Goetzmann
TiddlySpace. Can you confirm this? Cheers, Bertrand. Le samedi 30 juin 2012 16:05:32 UTC+2, PMario a écrit : 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

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

2012-06-29 Thread Bertrand Goetzmann
Hello, Is someone succeeded to integrate TW with Alex Gorbatchev's SyntaxHighlighter (http://alexgorbatchev.com/SyntaxHighlighter/) with a plugin, or in an other way? Cheers, Bertrand. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view