[tw] Re: Announcing TiddlyWiki version 2.8.0 BETA 1

2013-06-01 Thread Eric Shulman
>      http://tiddlywiki.github.com/alpha/empty.html >      http://tiddlywiki.github.com/alpha/tiddlywiki_externaljs_tiddlyspace >      http://tiddlywiki.github.com/alpha/jquery.js >      http://tiddlywiki.github.com/alpha/jQuery.twStylesheet.js >      http://tiddlywiki.github.com/alpha/twcore.

[tw] Re: Importing from Word

2013-06-01 Thread Måns
Hi Denis >Question about CKeditor Ive installed it and I have it working well with >some tiddlers but not all. >>> > some of them, I click on the wysiwyg link and nothing happens. Any ideas? Maybe it can't handle titles with more than one word in them? Try removing spaces in titles and see if

[tw] Re: Importing from Word

2013-06-01 Thread Denis Caron
Thanks again for your help so far. Question about CKeditor Ive installed it and I have it working well with some tiddlers but not all. >>> some of them, I click on the wysiwyg link and nothing happens. Any ideas? Cheers, -- You received this message because you are subscribed to the Google

[tw] Re: Importing from Word

2013-06-01 Thread Denis Caron
Thanks for the suggestion Mans, Ill give that a shot On Friday, May 31, 2013 7:17:04 PM UTC-4, Måns wrote: > > Hi Denis > > If you can read your Word documents as html code you can copy it into a > tiddler and surround it with html tags like this: > > >etc etc etc > > > > For a larg

[tw] Re: Any known plugin to "pin" a tiddler from closed?

2013-06-01 Thread Arc Acorn
Yep that fixed it, and now if feel silly. Thank you! On Saturday, June 1, 2013 11:48:09 AM UTC-7, Eric Shulman wrote: > > > if (e.getAttribute("pinned","true")) { > > > On the first click it adds true, on the second click it changes it to > > false, on the third and all following clicks it stays

[tw] Re: Any known plugin to "pin" a tiddler from closed?

2013-06-01 Thread Eric Shulman
> if (e.getAttribute("pinned","true")) { > On the first click it adds true, on the second click it changes it to > false, on the third and all following clicks it stays on false? > I don't understand why it's getting stuck on false. I've tried using an if > else statements as well if true than fal

[tw] Re: Any known plugin to "pin" a tiddler from closed?

2013-06-01 Thread Arc Acorn
Noob at play warning. I really liked this though I've taken a little bit of a different route and have come upon a rather odd issue. I would like to avoid having to have two buttons all together and use CSS to change the unpin/pin button which I do by loading this inline script right after th

[tw] Re: Setting up TiddlyWiki5 Hangout #3

2013-06-01 Thread FrD
Hi Måns, About node.js, you could use Chris Lea ppa on ubuntu (https://launchpad.net/~chris-lea/+archive/node.js/). The version is 0.10.8 or 0.10.9 It's quite often updated. FrD Le samedi 1 juin 2013 15:48:55 UTC+2, Måns a écrit : > > Hi again > > ... > > Seems that Ubuntu - (and Ubuntu deriv

[tw] Re: Any known plugin to "pin" a tiddler from closed?

2013-06-01 Thread G.J.Robert
It occurred to me that CSS selectors may help in giving recognizable changes in style for pinned/unpinned tiddlers, and also the display of the toolbar buttons. Since this plugin suits my needs to a certain extent I have updated my alpha version of PinTiddlerPlugin and republished it on my main

[tw] Re: Setting up TiddlyWiki5 Hangout #3

2013-06-01 Thread Måns
Hi again Now bld.sh seems to work fine - even if it's showing the same error: SyntaxError: Unexpected token ILLEGAL at Module._compile (module.js:439:25) etc.. serve.sh works now - and I'm able to view a TW5 in the browser at localhost:8081 Seems that Ubuntu - (and Ubuntu derivatives) users

[tw] Re: Setting up TiddlyWiki5 Hangout #3

2013-06-01 Thread Måns
Hi Jeremy I've downloaded/unpackaged the TiddlyWiki5-master dir and put it in a folder "TiddlyWork" where I also created the folder: "jermolene.github.com" Full path: /root/Web-Server/TiddlyWork/TiddlyWiki5-master/ I'm already running a tiddlyweb instance over port 8080 so I changed the serve.sh