[tw] Re: Help, please: clickify

2010-09-13 Thread Måns
Hi Shankar Why not fetch the text from another tiddler (template)? newTiddler text:{{store.getTiddlerText(SampleTiddler)}} See http://tiddlywiki.org/wiki/NewTiddler_(macro) Regards Måns Mårtensson On 13 Sep., 02:41, Shankar shankar.sw...@gmail.com wrote: I have a tiddler that

[tw] Re: Invoking scripts via the tiddler macro

2010-09-13 Thread Måns
Hi whatever You could try: script label=New user dashboard title=Create a new User Dashboard var alwaysTag=user_dashboard; var alwaysTitle=prompt(Enter title of XXs DashBoard,s DashBoard); var title=(alwaysTitle); var tags=(alwaysTag); store.saveTiddler( title, title, ,

[tw] Re: Invoking scripts via the tiddler macro

2010-09-13 Thread PMario
Have you tried this? var tid = findContainingTidder(); If new tiddle is in the sidebar, it wont work. not tested. -m http://www.tiddlytools.com/insideTW/#Story.prototype.findContainingTiddler On Sep 12, 10:27 pm, whatever kbrezov...@gmail.com wrote: Hi! I have a bunch of users and each user

[tw] Re: Help, please: clickify

2010-09-13 Thread PMario
I'm not sure, but have you tried doubleQuotes instead of single eg: clickify newTiddler title:{{prompt(enter a title,Anonymous Notes)}} tag: aaTag text:{{c1{Title: }}} {{c2{Main Idea: }}} On Sep 13, 2:41 am, Shankar shankar.sw...@gmail.com wrote: I have a tiddler that contains the

[tw] Re: NEW: ColoredLinksPlugin

2010-09-13 Thread Pr.Franconetti
Reminded of [1] and inspired by siglets [2] I finally set out to get that baby home for good. Feel free to rejoice at my all new ColoredLinksPlugin [3]  :o) [3]http://coloredlinks.tiddlyspot.com/ On every theme I try to install the plugin the 'backstage area' disappear and that even on a new

[tw] How to move main menu to top menu

2010-09-13 Thread Heller
Can anyone please point me in the direction of how to put the main menu along the top instead of on the left. A search of the posts returns incomprehensible solutions from 2006 -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group,

[tw] Re: How to move main menu to top menu

2010-09-13 Thread PMario
Hello Heller, MonkeyPirateTiddlyWiki [1] may be of interest. It works with themes [2]. And has some other interesting plugins with it. If it is, what you need. Tell me. If you want to dig deeper, there are a lot more links. But for the start, that's it :) have fun! mario [1]

[tw] Re: How to move main menu to top menu

2010-09-13 Thread Heller
I was actually looking to customizing a vanilla TiddlyWiki but I guess as MPTW contains most of the customization I require anyway it is a good starting point... Thanks -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send

[tw] MPTW how to get search box in subtitle on the right

2010-09-13 Thread Heller
Could someone please tell me how to get the search box on the extreme right of the subtitle in the MPTW theme tiddly PageTemplate span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'/span /div div id='headerSearch' macro='search'/div /div and StyleSheet #headerSearch {

[tw] Re: How to move main menu to top menu

2010-09-13 Thread Måns
Hi Heller You could create a vertical mainmenu + sideBarOptions like the one used in a TiddlySpace. See http://sandboxmm.tiddlyspace.com/#StyleSheetMenuBar Transclude the StyleSheetMenuBar in the StyleSheetTiddler with double brackets [[StyleSheetMenuBar]] And change the PageTemplate tiddler to

[tw] Re: MPTW how to get search box in subtitle on the right

2010-09-13 Thread Måns
Hi Heller If you'd like a seachbutton placed as it is in the TiddlySpaceTheme you can copy some code from the StyleSheetHeader tiddler http://sandboxmm.tiddlyspace.com/#StyleSheetHeader , and put it into your Stylesheet tiddler and a snippet from the PageTemplate tiddler

[tw] Re: NEW: ColoredLinksPlugin

2010-09-13 Thread Tobias Beer
Hi Pr.Fran, Thanks for pointing out. Fixed, hopefully. Get the updated ColoredLinksPlugin v1.0.2 from here: http://coloredlinks.tiddlyspot.com Cheers, Tobias. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: MPTW how to get search box in subtitle on the right

2010-09-13 Thread Heller
Máns, As you can see in my original posting I already tried this and it did not work... Take note I am using the MPTW theme... -- 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

[tw] Re: Help, please: clickify

2010-09-13 Thread Tobias Beer
Hi Shankar, Instead actual newlines, use '\n' for newlines in your inline template. On the other hand, +1 vote for Måns solution ...which makes it much easier to manage templates and to see the actual results. Cheers, Tobias. -- You received this message because you are subscribed to the

[tw] Re: NEW: ColoredLinksPlugin

2010-09-13 Thread Tobias Beer
Note that it is intended to not see the backstage area in the online- version... so, you'll have to download the plugin or the TiddlyWiki to verify that it works now. Cheers, Tobias. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this

[tw] Re: Invoking scripts via the tiddler macro

2010-09-13 Thread whatever
Hi! Måns, the point of the button is to avoid the popup. :D That was what I had before I tried the above script. Mario, I get the ReferenceError: findContainingTidder is not defined. I tried this: var tid=findContainingTidder(); var title=(tid+alwaysTitle); Am I doing it wrong? Also, I copied the

[tw] Re: MPTW how to get search box in subtitle on the right

2010-09-13 Thread Tobias Beer
Hi Heller, Put the search div outside the header... preferably at the beginning or end of the PageSemplate. Also, you don't want bottom:xyz ...but top:xyz. It could also be required to set a specific width in order to work properly (in ie). I much prefer to use gotoTiddler from GotoTiddlerPlugin

[tw] Re: MPTW how to get search box in subtitle on the right

2010-09-13 Thread Tobias Beer
Hi Heller, Put the search div outside the header... preferably at the beginning or end of the PageSemplate. Also, you don't want bottom:xyz ...but top:xyz. It could also be required to set a specific width in order to work properly (in ie). I much prefer to use gotoTiddler from GotoPlugin in

[tw] Re: EditSectionPlugin does not create sections, where there aren't any already?!

2010-09-13 Thread Tobias Beer
Hi With respect to the last code posted here [1], you simply have to change... store.getTiddlerText(t.title)+'\n'+txt, ...to... txt, ...which sets the tiddler's content to what was retrieved as a template via... txt=store.getTiddlerText('NEWTEXT')||''; Cheers, Tobias. [1]

[tw] Re: How to move main menu to top menu

2010-09-13 Thread PMario
Hi Måns, I think the TiddlySpace layout, is not really the easyest way to start with tw, customisation. -m On Sep 13, 1:42 pm, Måns humam...@gmail.com wrote: Hi Heller You could create a vertical mainmenu + sideBarOptions like the one used in a TiddlySpace.

[tw] Re: Invoking scripts via the tiddler macro

2010-09-13 Thread PMario
Sorry typos, and to less thinking. I had an other idea tiddler ScriptTiddler with: {{tiddler.title}} in the script tiddler replace this var title=(tiddler.title+alwaysTitle); by var title=($1+alwaysTitle); does it do, what you want? -m On Sep 13, 2:52 pm, whatever kbrezov...@gmail.com wrote:

[tw] Re: NEW: ColoredLinksPlugin

2010-09-13 Thread Pr.Franconetti
Fantastic, it's fixed! thanks Pr.Fran_ On 13 sep, 14:44, Tobias Beer beertob...@googlemail.com wrote: Note that it is intended to not see the backstage area in the online- version... so, you'll have to download the plugin or the TiddlyWiki to verify that it works now. Cheers, Tobias. --

[tw] Re: NEW: ColoredLinksPlugin

2010-09-13 Thread Tobias Beer
Hi Dave newTiddler tag:empty tag:mtThemesBPN tag:BPN is creating a new tiddler without any tags, when it should have three. Mhhh... that worked for me. I have no idea why it wouldn't work for you. Cheers, Tobias. -- You received this message because you are subscribed to the Google Groups

[tw] Re: EditSectionPlugin does not create sections, where there aren't any already?!

2010-09-13 Thread Måns
Hi Tobias With respect to the last code posted here [1], you simply have to change... store.getTiddlerText(t.title)+'\n'+txt, ...to... txt, Great - Thank you :-) Now I'll need to specify autosave to make all touched tiddlers save on a TiddlySpace, unless I want to open every tiddler and click

[tw] Re: Help, please: clickify

2010-09-13 Thread Shankar
Thanks everyone, for your responses. The solution suggested by Måns Mårtensson was the one I liked the most and used that. Thanks for your help. Cheers; 'best, shankar -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send

[tw] Re: Invoking scripts via the tiddler macro

2010-09-13 Thread whatever
It does indeed! Thank you. :D w On Sep 13, 4:24 pm, PMario pmari...@gmail.com wrote: Sorry typos, and to less thinking. I had an other idea tiddler ScriptTiddler with: {{tiddler.title}} in the script tiddler replace this var title=(tiddler.title+alwaysTitle); by var

[tw] Re: Invoking scripts via the tiddler macro

2010-09-13 Thread Tobias Beer
Hi whatever, I believe the problem actually may be that you are creating a local scope in your fET by putting (tiddler.title) into brackets. Why are you doing that? Take those brackets out - also for allwaysTag - and check if ir works. As for findContainingTiddler it is to be... var

[tw] Re: How to move main menu to top menu

2010-09-13 Thread Tobias Beer
Hi Heller, I don't think PMario actually suggested that you to start from an empty MPTW... instead, you just need to check out the PageTemplate and the StyleSheet sections in MptwTheme and add the things relating to the 'topMenu' div to your PageTemplate and Stylesheet. Other than that, to play

[tw] Re: Invoking scripts via the tiddler macro

2010-09-13 Thread whatever
Lol! Removing the brackets didn't help, but using your solution did. Hehe, not I got two solutions. :D w On Sep 13, 7:57 pm, Tobias Beer beertob...@googlemail.com wrote: Hi whatever, I believe the problem actually may be that you are creating a local scope in your fET by putting

[tw] Re: Michael Mahemoff's forum

2010-09-13 Thread whatever
So, does anyone have an idea? On Sep 1, 2:49 pm, whatever kbrezov...@gmail.com wrote: Yeah, sorry about that. Sloppy me. w On Sep 1, 2:36 pm, Tobias Beer beertob...@googlemail.com wrote: Hi whatever, It would be nice, if you always referred to what you're talking about by giving

[tw] Re: Michael Mahemoff's forum

2010-09-13 Thread whatever
So, does anyone have an idea? On Sep 1, 2:49 pm, whatever kbrezov...@gmail.com wrote: Yeah, sorry about that. Sloppy me. w On Sep 1, 2:36 pm, Tobias Beer beertob...@googlemail.com wrote: Hi whatever, It would be nice, if you always referred to what you're talking about by giving

[tw] Re: How to move main menu to top menu

2010-09-13 Thread TonG
Hi Heller, TiddlyWiki.org [1] has a simple solution. Cheers, Ton [1] http://tiddlywiki.org/wiki/Main_Menu On Sep 13, 8:36 pm, Tobias Beer beertob...@googlemail.com wrote: Hi Heller, I don't think PMario actually suggested that you to start from an empty MPTW... instead, you just need to

[tw] Re: EditSectionPlugin does not create sections, where there aren't any already?!

2010-09-13 Thread Måns
Hi Tobias Thanks a lot! Thats real magic or maybe more rightly put: JS-poetry :-) I had a syntaxerror - unknown sth if When I replace the comma after tpl=store.getTiddlerText(tpl)||'', with a ; it seems to work, with the prompts, however saving still doesn't occur?! Saving of all edited tiddlers

[tw] Re: How to move main menu to top menu

2010-09-13 Thread Måns
Hi Mario Hi Måns, I think the TiddlySpace layout, is not really the easyest way to start with tw, customisation. You're right - sorry Heller - TonG's link to tiddlywiki.org http://tiddlywiki.org/wiki/Main_Menu - is the way to go!! Cheers Måns Mårtensson -- You received this message because

[tw] TagglyTagging: Any Way to Sort TaggedIn by Tiddler Creation Date?

2010-09-13 Thread Secret-HQ
I'm using TagglyTagging and wondering if there are any plugins or hacks that would allow me to change the sort order of the Tagged In lists. Currently, the Tagged In list in each tiddler is sorted in ascending alphabetical order by tiddler title, just like the tags list are sort in ascending

[tw] Toggle sidebar in TiddlySpace

2010-09-13 Thread dickon
I am struggling to get the very useful plug in from Eric Schulman to work in the TiddlySpace that I am just trying to get set up (http:// ambit.tiddlyspace.com/). Eric's plug in (which I use in most other TW applications as it is such a great way of clearing desk space) is at

[tw] Make my TW look less scary

2010-09-13 Thread dickon
I have posted about the AMBIT project a few times before. AMBIT a developing therapeutic method of working with young people who have multiple complex problems (crime, mental health, drugs, family breakdown, etc). We have trained a number of teams in this method and the 'manual' (how-to-do-it)

[tw] Re: EditSectionPlugin does not create sections, where there aren't any already?!

2010-09-13 Thread Tobias Beer
Hi again Måns, Turns out - since you're actually not creating any new tiddlers - you don't need to merge config.defaultCustomFields with any existing fields. I have modified the script in your sandbox for the tagging rule which you desired and tested... script label=Replace Text Now! var i,t,

[tw] Re: How to move main menu to top menu

2010-09-13 Thread Tobias Beer
Good to know! -- 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 options, visit this

[tw] Re: How to move main menu to top menu

2010-09-13 Thread Heller
Great stuff thanks people I got what I wanted and itis working just great... -- 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

[tw] Re: MPTW how to get search box in subtitle on the right

2010-09-13 Thread Heller
Thanks Tobias the crux there was top I think. It now works exactly as expected... So to re-cap Insert into MPTW.PageTemplate div id='headerSearch' macro='search'/div Put in StyleSheet #headerSearch { position: absolute; top: 2px; right: 85px; } #headerSearch a { border:

[tw] Re: MPTW how to get search box in subtitle on the right

2010-09-13 Thread Måns
Hi Heller and Tobias So to re-cap Insert into MPTW.PageTemplate div id='headerSearch' macro='search'/div Put in StyleSheet #headerSearch {      position: absolute;      top: 2px;      right: 85px; } #headerSearch a {      border: none; } This should be be archived at