[tw] How do I move the right menuchoices close all permaview new tiddler new journal...etc to header section...

2009-09-19 Thread Tobbe
and in horizontal align? I've tried alot of from TW-Help but I doing it wrong because nothing is happening. //T... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email

[tw] Re: How do I move the right menuchoices close all permaview new tiddler new journal...etc to header section...

2009-09-19 Thread wolfgang
Hi Tobbe.. there are different ways to place the sidebar macros into the header area. The easiest is to place tiddler SideBarOptions into the SiteSubtitle shadowed tiddler. Other options, like creating an extra TopMenu right below the regular header, or at any other specific place within the

[tw] Re: Identifying tiddlers in which custom field values have been changed

2009-09-19 Thread wolfgang
But if I make a change to a field using some other method (e.g., by using a store.setValue script in another tiddler, or by changing a Tickler date in mGTD), that does not affect the changecount. cmari I see. In this case the way those scripts are written is the reason why the changecount

[tw] Re: Hiding display of backstage when using locally

2009-09-19 Thread wolfgang
showBackstage=false; This doesn't seem to work. I never tried to get the backstage hidden with local TWs. However, to overwrite the default behavior of hiding the backstage with an online TW a little bid more is needed in a systemConfig tagged tiddler than what you used for your opposite case:

[tw] Re: Help with porting code to a TW plug-in

2009-09-19 Thread Tobias
Hi expat, How often would you have to move these tables from HTML to tiddlywiki and vice versa? If it is less often, you could use calc or excel to turn your html table into a tiddlywiki table, which you can import using Erics plugin: http://tiddlytools.com/#CreateTiddlersFromCSV Of course..

[tw] Question: setting the sidebar height

2009-09-19 Thread Shankar
How do I tweak the height of the sidebar? I don't seem to find it in the StyleSheet. Mine is set rather small so it occupies roughly 20% of the height of the browser and displays an annoying scrollbar. Since there is enough real estate for the sidebar to grow, I would like the scrollbar to

[tw] Re: TiddlerTweaker feature request

2009-09-19 Thread Måns
Hi Wolfgang How do you edit custom fieldvalues with SliceGridPlugin ?? I tried: sliceGrid [[fields:fieldtitle1 fieldtitle2]] [[field:fieldtitle1 fieldtitle2]] [[fieldnames:fieldtitle1 fieldtitle2]] [[fieldname:fieldtitle1 fieldtitle2]] inline wikify edit all 12 verbose But none of them seemed

[tw] Re: How do I move the right menuchoices close all permaview new tiddler new journal...etc to header section...

2009-09-19 Thread Måns
Hi Tobbe Have a look at http://tiddlythemes.com/empties/Monochrome.html It has the mainmenu in the header. You can insert closeAll permaview newTiddler newJournal DD MMM and saveChanges on a lineseparated list in the mainmenu - and you get them all in the header nicely divided by a

[tw] Re: TiddlerTweaker feature request

2009-09-19 Thread Eric Shulman
How do you edit custom fieldvalues with SliceGridPlugin ?? I tried: (some imagined syntax) But none of them seemed to work... YS Måns Mårtensson OMG.. I can't believe I'm about to write this... RTFM As you should know by now, along with my prolific code writing skills, I generally

[tw] Re: Help with porting code to a TW plug-in

2009-09-19 Thread Eric Shulman
Looking at that editable grid, you haven't by any means slogrammed any such for fields as well, have you? I just did. To use custom tiddler fields in the slice grid, use the [[slices:...]] macro parameter, but precede fieldnames with =. Thus, while [[slices:foo bar]] refers to slice values,

[tw] Re: TiddlerTweaker feature request

2009-09-19 Thread Måns
Hi Eric I will try to recontruct: I read Wolfgangs message thenI went directly to tiddlytools - found the documentation. Read the last update line saying: 2009.09.17 [1.1.0] added '=fieldname' syntax for 'field grid'.. Then I installed the plugin. Went back to the documentation - Read the Usage

[tw] Re: TiddlerTweaker feature request

2009-09-19 Thread Måns
I just had the very pleasant experience of using SliceGridPlugin with editable text and fields of tiddlers choosen by a tag: sliceGrid [[tags: tag1 tag2]][[slices:=text =title]] inline wikify edit all 13 verbose I never thought this was possible - Thanks a lot Eric - for yet another great

[tw] How to link to file using relative path?

2009-09-19 Thread Khundeen
Hi, Is it possible to create link to file that is in the same folder as the tiddlywiki.html using relative path? I have a folder that contains pdf files and I want to be able to open pdf file from the wiki page. Right now it works if I use absolute path. Both file:\\\ and http:\\. This