[tw] Re: TWC Printing using Tiddly Desktop

2014-05-01 Thread SteveH
do you *mean setting up and operating under TiddlyWiki on Node.js? -- 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

[tw] Re: TWC Printing using Tiddly Desktop

2014-05-01 Thread SteveH
Hi Jeremy, By "client-server configuration with lazily loaded images" do you setting up and operating under TiddlyWiki on Node.js? -- 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,

Re: [tw] [TW5] Tabbed left slider menu for v_5.0.10

2014-05-01 Thread Matabele
Hi Must mention: it's kudos to you for the great work on TW5 -- great apps can be developed quickly and with ease by users. With TWC I found myself generally restricted to using plugins or entire functional versions of TW. Developing with TW5, I try to use only the rudimentary functionality of

[tw] Re: [TW5] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Stephan Hradek
H… What if you accidently press that button on the exact same time on 2 different dates? Are you happy with the title of the second one being "12:34:56-1"? I also do not understand why you want the date be a tag… -- You received this message because you are subscribed to the Google Groups

[tw] Re: TW5 disable editing/drag and drop

2014-05-01 Thread Shawn Chand
Thanks for that guide I used it last week, awesome page! On Thursday, May 1, 2014 1:47:45 AM UTC-7, Ton Gerner wrote: > > Hi Adam, > > If you want to make your TW read-only, have a look at at my read-only > guide [1]. > > Cheers, > > Ton > > [1] http://tw5readonly.tiddlyspot.com/ > > On Wednesday

[tw] Re: [TW5] Tabbed left slider menu for v_5.0.10

2014-05-01 Thread Matabele
Hi There's a new version since this morning with a few improvements. I had forgotten about the fontawesome down arrows in the sliders -- I have been removing the dependence of my TW on fontawesome, as many experience problems with display. I often work offline and installed fontawesome into my

Re: [tw] [TW5] The best way to include PDFs

2014-05-01 Thread Xavier Cazin
Hi Peter, I think maintaining a metadata file in this case is a bit more than good practice, because you also want to control the mimetype so that browsers know what you're actually transcluding. Best, Xavier. -- Xavier Cazin On Thu, May 1, 2014 at 8:29 PM, Peter Smillie wrote: > Hi Xavier,

Re: [tw] [TW5] The best way to include PDFs

2014-05-01 Thread Peter Smillie
Hi Xavier, That's wonderful, thank you. If I may summarize, the brilliant solution is to make the file itself a shadow tiddler and then transclude it; the additional step of separating the pdf from the metadata is just good practice. Peter On Friday, May 2, 2014 1:05:48 AM UTC+8, Xavier wrote

[tw] Re: [TW5] Tabbed left slider menu for v_5.0.10

2014-05-01 Thread Birthe C
Hi Matabele I saw your link this morning. Really it felt like christmas. I downloaded and have been playing around with it most of the day. So much to look at and try. I am sure this will be usefull and a favorit to many. Thank you very much! You had me wondering though. What does Ticklers mean?

Re: [tw] [TW5] Tabbed left slider menu for v_5.0.10

2014-05-01 Thread Matabele
Hi If there's general interest, that would be fine with me. Thanks for the thumbs up :-) regards On Thursday, May 1, 2014 7:08:41 PM UTC+2, Jeremy Ruston wrote: > > Hi Matabele > >> >> I have been working on a tabbed left slider menu to integrate with the >> new hamburger for v_5.0.10. For tho

Re: [tw] [TW5] Tabbed left slider menu for v_5.0.10

2014-05-01 Thread Jeremy Ruston
Hi Matabele > > I have been working on a tabbed left slider menu to integrate with the new > hamburger for v_5.0.10. For those interested , this may be viewed here: > http://wills.tiddlyspot.com/ > Hearty congratulations, that looks great. The presentation of the GTD functionality is very clean,

Re: [tw] [TW5] The best way to include PDFs

2014-05-01 Thread Xavier Cazin
Hi Peter, Not sure it's the best way, but with the node.js mode you may want to take advantage of decoupling content and metadata. Just move the PDF files into a subdirectory of tiddlers/ and create a .meta file from each PDF filename, that you can then transclude in a tiddler that is easier to h

[tw] [TW5] Tabbed left slider menu for v_5.0.10

2014-05-01 Thread Matabele
Hi I have been working on a tabbed left slider menu to integrate with the new hamburger for v_5.0.10. For those interested , this may be viewed here: http://wills.tiddlyspot.com/ I have provided sample menus for the tabs incorporating a quick and dirty gTD system (but the menus are easily chan

[tw] Re: [TW5] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Shash
Thanks Folks!! I got it working. My final code is as follows <$set name="tag" value=<>> <$newtiddler title=<> skeleton="base_skeleton" edit="yes">New Staff Meeting Using this I can create a new tiddler with time and list it conveniently. Shash On Thursday, May 1, 2014 3:43:17 PM UTC+5:30,

[tw] [TW5] The best way to include PDFs

2014-05-01 Thread Peter Smillie
Hi, I'm using TW5 with node.js. So far, I have been dragging and dropping PDFs to create appliation/pdf tiddlers. The issue with these is that they are slow to load into 'edit' mode, since they load a huge text file of gibberish. This is a problem mainly when I'm trying to add a tag. It seems

[tw] Re: [TW5] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Birthe C
Hi Shash And you do have the skeleton tiddler? Have a look in your code, something must be missing. Birthe Den torsdag den 1. maj 2014 09.40.37 UTC+2 skrev Shash: > > Oops had missed the newtiddler widget. I have imported the same. But when > trying to open a new tiddler with the journal button

[tw] Re: [TW5] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Stephan Hradek
Maybe you can upload a non-working example to tiddlyspot? -- 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 this

[tw] Re: [TW5] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Birthe C
Hi Shash Only thing I can think of isdid you remember the dateTime macro? Birthe On Thursday, May 1, 2014 10:07:20 AM UTC+2, Shash wrote: > > Yes I have even imported the base_skeleton from Stephan's site. This is > the code I am using > > <$set name="tag" value="minutes"> > <$newtiddler ti

[tw] Re: TW5 disable editing/drag and drop

2014-05-01 Thread Ton Gerner
Hi Adam, If you want to make your TW read-only, have a look at at my read-only guide [1]. Cheers, Ton [1] http://tw5readonly.tiddlyspot.com/ On Wednesday, April 30, 2014 7:59:35 PM UTC+2, Adam Winn wrote: > > Hi everyone! > > First off I think tiddlywiki5 is the coolest project. I'm an aspir

[tw] Re: [TW5] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Shash
Yes I have even imported the base_skeleton from Stephan's site. This is the code I am using <$set name="tag" value="minutes"> <$newtiddler title=<> skeleton="base_skeleton" edit="yes">New Staff Meeting Shash On Thursday, May 1, 2014 1:30:21 PM UTC+5:30, Birthe C wrote: > > Hi Shash > Have a

[tw] Re: [TW5] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Birthe C
Hi Shash Have a look at the code in your button. Clearly you are missing something. Do you have the skeleton tiddler? Birthe Den torsdag den 1. maj 2014 09.40.37 UTC+2 skrev Shash: > > Oops had missed the newtiddler widget. I have imported the same. But when > trying to open a new tiddler with

Re: [tw] Re: TWC Printing using Tiddly Desktop

2014-05-01 Thread Jeremy Ruston
Hi Steve > I've been wondering if the app's stability allow it to cope with larger numbers of tiddlers and is quicker than operating within a browser. It's conceivable TiddlyDesktop might be marginally more resilient under high loads than an ordinary browser; partly just because it's a good deal

Re: [tw] Re: TW5 disable editing/drag and drop

2014-05-01 Thread Jeremy Ruston
Hi Adam > First off I think tiddlywiki5 is the coolest project. Thanks, much appreciated! > first off drag and drop is a HUGE pain for the users I have a bunch of images and if they click and drag even a little, it creates a new tiddler with garbled text. Also I Want to restrict who can update t

[tw] Re: [TW5] Feature Request for Journal button by Stephan Hradek

2014-05-01 Thread Shash
Oops had missed the newtiddler widget. I have imported the same. But when trying to open a new tiddler with the journal button I am getting "Draft of Undefined" tiddler instead of the one shown in example .Can you please help me how to get rid of this. Thanks! Shash On Thursday, May 1, 2014 1

[tw] Re: [TW5] Newbie: Line-break question

2014-05-01 Thread Måns
Aaah - Nice tricks for effective writing! Tanks a lot Matabele :-) Cheers Måns Mårtensson Den onsdag den 30. april 2014 20.32.40 UTC+2 skrev Matabele: > > Hi > > If you don't mind an indent, a quick method I often employ is an abuse of > the wikitext for definitions; after a lone semicolon is p