[tw] Re: how to include "tagging" in <>

2010-11-28 Thread Dave Parker
Thank you Mans for doing that up for me. There are multiple things in there that are a bit (hopefully) over my head, so I'm going to try to digest it, and when I figure it out for my purposes, I'll post back here for those who are closer to my skill set and may need a similar thing. :-) Dave --

[tw] Re: how to include "tagging" in <>

2010-11-28 Thread Måns
Hi Dave I've made a transclusion example "the usual place" http://tw-abc.tiddlyspot.com/#TestTagglyTag And a test here: http://tw-abc.tiddlyspot.com/#testTestTagglyTag I simply use {{tiddler.title}} - however this will not work on TiddlySpace.. Cheers Måns Mårtensson > these didn't work either:

Re: Replicating projects

2010-11-28 Thread Simon Baird
What you could do is type it up into QuickAdd, then copy and paste the text from the QuickAdd input into another tiddler for future reuse. On Sun, Nov 28, 2010 at 11:32 PM, Matthew wrote: > I am a new mGTD user and I wish to find out if there is a way in which > I an create a copy of an existing

[tw] Re: how to include "tagging" in <>

2010-11-28 Thread Dave Parker
these didn't work either: return "++...@[peek]\n"+t.text+"<\>\n===\n"; return "++...@[peek]\n"+t.text+"<\>\n===\n"; return "++...@[peek]\n"+t.text+"<\> \n===\n"; -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email

[tw] Re: how to include "tagging" in <>

2010-11-28 Thread Dave Parker
by the way, I just tried this: return "++...@[peek]\n"+t.text+t.tagging+"\n===\n"; and didn't get an error, but the popup contained the tiddler body and the word "undefined". -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group,

[tw] Re: how to include "tagging" in <>

2010-11-28 Thread Dave Parker
Hi again. I tried to use your idea, but with "tagglytagging" instead of "tiddler" (as the way I've modified it so far does work for displaying the tiddler contents.) I just wanted to tack on the tagging after that: return "++...@[peek]\n"+t.text+ {{story.findContainingTiddler(place).getAttribute

[tw] Re: how to refresh all checkboxes in tiddlers tagged with (something)

2010-11-28 Thread Dave Parker
Thank you Mans, that's perfect! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com. For more opti

Re: [tw] Re: The Great TiddlyWiki Viral Mass Interview Challenge

2010-11-28 Thread Jeremy Ruston
Thanks Måns, we'll look into the quote mangling, Best wishes Jeremy On Sat, Nov 27, 2010 at 10:46 PM, Måns wrote: > Hi Jeremy > >>I've fixed it so that answers are now  shown properly wikified, and will look >>at ways of presenting longer  answers. > > Great :-) > > For some reason [2] my answ

[tw] Re: how to refresh all checkboxes in tiddlers tagged with (something)

2010-11-28 Thread Måns
Hi Dave >..how would I go about resetting all those checkboxes back to an empty state? I guess You want a script that removes a specified tag from all tiddlers tagged with that tag?? Here's one: var tag="SomeTag"; var tids=store.getTaggedTiddlers(tag); store.suspendNotifications(); for (var i=0;

[tw] Re: button to switch css properties?

2010-11-28 Thread Måns
CycleTag is explained by Tobias (who made it) here: http://coloredlinks.tiddlyspot.com/#CycleTagsInfo Cheers Måns Mårtensson On 28 Nov., 19:38, Måns wrote: > Hi Mitchke > > Eric explains how to use  SetTiddlerBackground in this > thread:https://groups.google.com/group/tiddlywiki/browse_thread/t

[tw] Re: button to switch css properties?

2010-11-28 Thread Måns
Hi Mitchke Eric explains how to use SetTiddlerBackground in this thread: https://groups.google.com/group/tiddlywiki/browse_thread/thread/a6a7089351f2117/4fc433f2e6dac0d4?hl=da&lnk=gst&q=tiddler+color#4fc433f2e6dac0d4 I'm sure you'll find a way to click a button(you could use toggletag instead) to

[tw] Re: button to switch css properties?

2010-11-28 Thread MobileLibrary
back again ;-( after some fiddling around i found out that the combination tagcyle and settiddlerbackground doesn't work in my case (i'm playing with tiddlydesktop). (what happens is when i use cycle tag and in that way set the background the tiddler in editmode jumps back to viewmode and can't be

[tw] Re: how to include "tagging" in <>

2010-11-28 Thread Dave Parker
Yes, but my aim was to be able to see it all at a glance in a popup (text body and tagging in one view) from another tiddler On Nov 27, 4:54 am, Tobias Beer wrote: > Isn't that precisely what the MiniTags - the tags listed on top of the > tiddlers title - using QuickOpenTag from MPTW provide? > >

[tw] Re: Big TiddlyWikis and the "split" question

2010-11-28 Thread whatever
Hi! For questions about server-side implementations, have a look at the following two groups: http://groups.google.com/group/cctiddly http://groups.google.com/group/tiddlyweb And also http://www.tiddlywiki.org/wiki/CcTiddly w On Nov 28, 11:18 am, Yakov wrote: > Thanks, Michael. This will be very

[tw] stylesheet depending screen resolution?

2010-11-28 Thread sklpns
Hello everyone is there a way for a tw to load different stylesheets depending on the users screen resolution? thank you -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubsc

[tw] Re: button to switch css properties?

2010-11-28 Thread MobileLibrary
thanks Måns, i'll have a play around. Like your icons, btw! cheers, mitchke -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki

[tw] Re: Big TiddlyWikis and the "split" question

2010-11-28 Thread Yakov
Thanks, Michael. This will be very improtant in the future.. You say "reasonable load time" and what about the speed of work? Of opening tiddlers etc? Does anyone know things about ServerSide implementations? On 28 ноя, 10:10, "Michael.Tarnowski" wrote: > Hi, > > please have a look at the simili

[tw] Re: Report: organizing CSS and StyleSheet rendering

2010-11-28 Thread Yakov
A bit of old discussions: [#1] https://groups.google.com/group/tiddlywiki/browse_thread/thread/3fe78f17f5d54376 [#2] https://groups.google.com/group/tiddlywiki/browse_thread/thread/ad98ca4e750a3b51 The [#2] discussion reminds me one more thing about organizing CSS- tiddlers. If you want see CSS

[tw] Re: Defining CSS: some TW-aspects quesions

2010-11-28 Thread Yakov
See also a report about this things: https://groups.google.com/group/tiddlywiki/browse_thread/thread/3598c4f9c8b4becd On 14 ноя, 00:13, PMario wrote: > Hihi, > I like your experiments. > > If you want to see some cracy use of this,  have a look at [1] > TiddlerMap, TiddlerMapTabs and TiddlerMapSl

[tw] Report: organizing CSS and StyleSheet rendering

2010-11-28 Thread Yakov
I thought this can be of use for experimenting with CSS and perhaps for developers (see rendering of StyleSheets). Note 0. The organization described here has a purpose of good view and further development, but not space economy. Note 1. Long CSS-tables places in one /*{{{*/.../*}}}*/ pair of "br