[tw] Re: Default Date Formats - Reference Info?

2011-03-24 Thread B. S.
On Mar 24, 8:31 am, rakugo wrote: > Thus I wouldn't worry about any consequences of changing how the dates > are displayed in the timeline or elsewhere in the TiddlyWiki. As long > as you are only displaying dates rather than manipulating them you > won't have a problem. But that's the rub - I ha

[tw] Re: printing with teamtasks template?

2011-03-24 Thread colmjude
> I am using the TeamTasks template [www.getteamtasks.com] and I suspect > that there might be something different about the CSS in this template > that is not allowing me to print anymore than the first page of a > tiddler. > > When I paste the CSS below into the StyleSheet tiddler, it does not >

[tw] printing with teamtasks template?

2011-03-24 Thread chishaku
Thanks in advance for any help. I am using the TeamTasks template [www.getteamtasks.com] and I suspect that there might be something different about the CSS in this template that is not allowing me to print anymore than the first page of a tiddler. When I paste the CSS below into the StyleSheet t

[tw] JSXGraphPlugin for tiddlywiki

2011-03-24 Thread La Raison
Hi! Anyone hare ear about a JSXGraphPlugin? My javascript knowledge is to small for writing it. I try use ProcessingPlugin for template... without success. thanks -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email

[tw] Re: new tiddler from template that has placeholders in it

2011-03-24 Thread Dave Parker
Thats it! Thank you w! (and thanks for replying PMario) I had a template with stuff like this <> which worked fine except for when viewed through a transclusion, and now I just replace the word "here". Works great. On Mar 24, 7:44 am, whatever wrote: > Try > > > var alwaysTag="ProblemsList";

[tw] Re: new tiddler from template that has placeholders in it

2011-03-24 Thread whatever
Try var alwaysTag="ProblemsList"; var p1=prompt("Problem name",""); if(!p1)return; if(store.tiddlerExists(p1)) { if(! confirm(config.messages.overwriteWarning.format([p1.toString()]))) return null;} var tags=(alwaysTag); var title=(p1); store.saveTiddler( title, title, store.getTiddlerT

[tw] Re: new tiddler from template that has placeholders in it

2011-03-24 Thread PMario
Hi Dave, Reading you code, it is very hard, to guess, what you want. I think it would be easier, if you discribe you problem in prose. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegrou

[tw] Re: TiddlyMarks - Bookmarks anywhere, anytime!

2011-03-24 Thread whatever
That's strange. I tried both versions on FF4 and they installed without problem. Did you use any of the above links (TiddlySnip{1.21beta}+-+for+FF+v4 or TiddlySnip+1.2beta-cbr4plus) or did you use the link that's on the bottom of http://groups.google.com/group/tiddlysnip (TiddlySnip+1.2beta-cbr3pl

[tw] Re: TiddlyMarks - Bookmarks anywhere, anytime!

2011-03-24 Thread rakugo
I tried to install this but got an error: "TiddlySnip" will not be installed because it does not provide secure updates How do I get around this? Many thanks Jon On Mar 24, 10:34 am, whatever wrote: > TiddlySnip has been > updated.http://groups.google.com/group/tiddlysnip/browse_thread/thread/a

[tw] Re: Default Date Formats - Reference Info?

2011-03-24 Thread rakugo
Dates stored on tiddlers are stored in the form MMDDHHMM When displaying dates this string is converted to a human readable string. Thus I wouldn't worry about any consequences of changing how the dates are displayed in the timeline or elsewhere in the TiddlyWiki. As long as you are only disp

[tw] Re: Default Date Formats - Reference Info?

2011-03-24 Thread B. S.
On Mar 23, 4:55 pm, rakugo wrote: > I think this should answer your > questions:http://docs.tiddlyspace.com/#%5B%5Bview%20macro%5D%5D%20%5B%5Bview%20... > > Also a lot of dates use the timeline which would require adding a > plugin with a new date string. > e.g. > config.macros.timeline.dateForma

[tw] Re: TiddlyMarks - Bookmarks anywhere, anytime!

2011-03-24 Thread whatever
TiddlySnip has been updated. http://groups.google.com/group/tiddlysnip/browse_thread/thread/af0c43562bceb269 or http://groups.google.com/group/tiddlysnip/browse_thread/thread/60fc7870ffb67d87 w On 22 mar., 23:06, whatever wrote: > Hi! > > I made my own TiddlyWiki "app" for keeping bookmarks and

[tw] Re: Dendogram view of tags

2011-03-24 Thread markus.l...@googlemail.com
On 18 Feb., 19:47, Måns wrote: > > Thanks for the site, by the way what WYSYWYG editor are you using at the > > > site you sent me? > > I'm usinghttp://visualtw.ouvaton.org/VisualTW.html#FCKeditorPluginand > FCKeditor I believe its version 2.6.6.http://ckeditor.com/download > >