Re: [tw] Reload .tid from disc without rebooting Node server?

2015-09-01 Thread Jeremy Ruston
Hi Ben On Tue, Sep 1, 2015 at 6:53 PM, Ben H. wrote: > Dang. Is there any functionality to push changed tiddlers from server to > client? > This is an area that needs working on. Part of it, as Danielo mentioned, is a new file system sync adaptor that can watch for changes

[tw] Reload .tid from disc without rebooting Node server?

2015-09-01 Thread Ben H.
Dang. Is there any functionality to push changed tiddlers from server to client? -- 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] Reload .tid from disc without rebooting Node server?

2015-09-01 Thread Danielo Rodríguez
Not yet. A re-writing of the sync module would be needed for that -- 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

[tw] From newbie to newbie: gradient colors work in TW5,too

2015-09-01 Thread Pit.W.
From newbie to newbie, gradient colors worked in TWC based on a nice flexible macro; they are possible in TW5 as well. the following produces a gradient colored background for text, also in a table. Firefox only. @@text-align:center;background: -moz-linear-gradient(left, brown, darkkhaki,

[tw] Re: Any updates on Dbl-Click to edit and ctrl+enter to save?

2015-09-01 Thread Odder
I also have used many years the double click in TWC and now I miss it. If there were a option to disable the edit-double-click, all were satisfied. The ones which do not need it and on the other side the many users switching from TWC to TW5. They don't want to miss it - like me. It has saved me

Re: [tw] Evolution of TiddlyWiki5 (Gource Visualization)

2015-09-01 Thread Alex Hough
Look at Jeremy go! On 31 August 2015 at 20:26, Felix Küppers wrote: > Really nice! > > > On 08/31/2015 02:51 PM, PMario wrote: > > Hi folks, > > I just found this: Evolution of TiddlyWiki5 (Gource Visualization) on > youtube. It's from Landon Wilkins >

Re: [tw] TiddlyMap on mobile?

2015-09-01 Thread Peter Merel
Hi Felix, Cool, I shall focus on content and keep my powder dry. Pete. On 2 Sep 2015, at 8:11 am, Felix Küppers wrote: > Hi Peter, > > I will implement this in v0.9 which will be released soon so if you wait > a bit, you have to do nothing :) > > -Felix > > On

Re: [tw] TiddlyMap on mobile?

2015-09-01 Thread Felix Küppers
Hi Peter, I will implement this in v0.9 which will be released soon so if you wait a bit, you have to do nothing :) -Felix On 09/01/2015 11:17 AM, Peter Merel wrote: > Hi Felix, > > Yes, I think that would be a great quick fix. I also had a play with it on an > old ipad where, while landscape

[tw] Re: From newbie to newbie: gradient colors work in TW5,too

2015-09-01 Thread Mat
Great that you're sharing Pit! I recently did some experimenting for a thing I intend to release... eventually... Here's a part of it that might be of interest for you. Paste the following into a tiddler and *tag *the tiddler "upholstery" http://lea.verou.me/css3patterns/#upholstery

Re: [tw] TiddlyMap on mobile?

2015-09-01 Thread Felix Küppers
Hi Peter, much thanks for your feedback! I also do not feel comfortable with the live view on mobile. Generally speaking, the live view only makes sense when used on a bigger screen when it is shown aside. What I could probably do is to completely hide the "map" tab when in mobile using css

Re: [tw] TiddlyMap on mobile?

2015-09-01 Thread Peter Merel
Hi Felix, Yes, I think that would be a great quick fix. I also had a play with it on an old ipad where, while landscape mode looks brilliant, portrait was even worse - animated wrong and again should be hidden by default. Since I'm not a CSS dude I wonder if you could paste up a bit of code to

[tw] Re: [TW5] Most basic "Hello World" version of TW?

2015-09-01 Thread Danielo Rodríguez
Hello Ben H. I am almost in the opposite position as you are now: I found TW a long ago, and now I am looking for another framework for desktop app building. The reason I leaved TW is because it re-renders the entire wiki too often to my needs and I have to tweak a lot of CSS in order to make

[tw] Re: Any updates on Dbl-Click to edit and ctrl+enter to save?

2015-09-01 Thread Matthew Lauber
I'll go ahead and throw in my two cents. I'd prefer if double click to edit was not on, or at least was configurable. Mostly because I regularly use double click and triple click to select text, a feature that's built into my browser (Chrome). It would throw off my workflow if that feature

[tw] Re: Is there any method to check all tiddlers are listed in Table of Contents?

2015-09-01 Thread Changhoon Lee
Well, I used MS Excel for workaround. Basically, I copied table of contents to exel and deleted all duplicated items and sorted in alphabetical order. Then, I compared all tiddler (in MoreSidebar) to check if all tiddlers are listed in my toc 2015년 8월 24일 월요일 오전 11시 30분 53초 UTC+10, Changhoon

[tw] Re: Is there any method to check all tiddlers are listed in Table of Contents?

2015-09-01 Thread HowardM
Hi I think Jed is right that there is no general method, but I find this works for me in practice (using your Library as the top tag). - the $list filter "[all[tiddlers]!prefix[$]] -[[Library]] -[[Library]tagging[]] -[[Libary]tagging[]tagging[]]" will list all the ordinary tiddlers not in

[tw] Re: Any updates on Dbl-Click to edit and ctrl+enter to save?

2015-09-01 Thread Matthew DeAbreu
I did enjoy being able to double click to edit in TWC, so I was a little saddened to find that it was missing from TW5. That being said I totally see the use in double clicking to select text. I think an option to enable it would be awesome. -- You received this message because you are

[tw] Reload .tid from disc without rebooting Node server?

2015-09-01 Thread Ben H.
Is there a faster way to load changed tiddlers from disc into the browser without restarting the Node server? Best of all would be a way to have the server monitor for changes to files on disc and push those changes to the browser, but I don't see anything in the code for that. -- You

[tw] Re: Any updates on Dbl-Click to edit and ctrl+enter to save?

2015-09-01 Thread Danielo Rodríguez
El martes, 1 de septiembre de 2015, 14:22:22 (UTC+2), Matthew Lauber escribió: > > I'll go ahead and throw in my two cents. I'd prefer if double click to > edit was not on, or at least was configurable. Mostly because I regularly > use double click and triple click to select text, a