[tw] Re: Warning: Using TaggerPlugin in TW 2.6.0 results in loss of custom fields (names and contents)

2010-09-04 Thread Tobias Beer
Hi smari, Don't worry, no need to proof-read all the code of TagSearchPlugin. I believe a simple test on whether or not fields remain intact would be enough, e.g. to try and reproduce whether your tiddlers are being corrupted as they had been using that non-fixed version of TaggerPlugin. Cheers,

[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-04 Thread Tobias Beer
Hi everyone, @PMario and everyone else I made a few changes to the stylesheet. Most importantly, instead of trying to outsmart my css capabilities by giving some buttons a display:block (to allow them to stretch), I've put most everything on display:inline with a reasonable minimum padding. I've

[tw] Re: Tspace issue: "scroll to top"

2010-09-04 Thread Tobias Beer
Hi twgrp, Indeed, I can't find it and there's no such code in the templates that I am seeing... so there maybe is some access control issue. Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlyw...@

[tw] Re: Permanent settings changes

2010-09-04 Thread Secret-HQ
Hi, Tom -- I know this is floating around out there somewhere, but I can't find it off-hand, so I'll just type it here. :P Create a tiddler called "zOptionsDefaults," give it the tag "systemConfig," and paste this into it: /*** !Default User Name ***/ /*{{{*/ config.options.txtUserName

[tw] Cross-Linking TiddlyWikis (And Using Anchor Tags in URLs)

2010-09-04 Thread Secret-HQ
I know I can use this syntax to open a TiddlyWiki and specify which tiddlers are displayed: [[file:///C:/path/to/TiddlyWiki.html#TiddlerToView1%20TiddlerToView2]] ... but here are some of the things I DON'T know how to do (and wish I did): (1) Open a TiddlyWiki using a relative path. [[file:///

[tw] Re: Tspace issue: "scroll to top"

2010-09-04 Thread twgrp
Uuups, sorry, NOW I really think it should work. (I just posted on the TWeb group on the reason for my mistakes; http://groups.google.com/group/tiddlyweb/browse_thread/thread/befe5417ab5e94e0 ) Thanks!!! On Sep 4, 11:02 am, Tobias Beer wrote: > Hi twgrp, > > Indeed, I can't find it and there's

[tw] Re: Is TW aware of its center being?

2010-09-04 Thread PMario
On Sep 4, 2:13 am, skye riquelme wrote: > ...whats wrong with this code?? nothing .. olmost :) If you want var extratags instead of text, it needs to contain the result. var extratags =" "; story.forEachTiddler(function(title, tiddler){ extratags += title+" "; // }); -m -- You received

[tw] Re: fET syntax for including only a part of the title

2010-09-04 Thread whatever
Hi! Actually, slices saved the day: context.inTiddler.title.slice(16) - removes the first 16 characters context.inTiddler.title.slice(0,-10) - removes the last 10 characters w On Aug 29, 12:33 pm, Tobias Beer wrote: > Hi whatever, > > It should be... > < 'tiddler.tags.contains("UsedWithTask_"+

[tw] Re: How to access tiddlerdataplugin data from another tiddler without FET

2010-09-04 Thread PMario
On Aug 31, 7:11 pm, Tobias Beer wrote: > ...what are the benefits of using DataTiddlerPlugin? Some very well documented examples :? > Could it be that the missing link (if missing indeed) are some... > > store.saveSection(tiddler,section,text,visible); > store.saveSlice(tiddler,slice,visible); >

[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-04 Thread PMario
On Sep 4, 9:47 am, Tobias Beer wrote: > FF and IE and they seem fine now... so check out version 1.0.1 Looks nicer now. But I still have a problem. The text input is bigger than the form box. .tagsearch form { width: 180px; <-- if I disable/remove this it works at all of your examples. } May be

[tw] Re: Specify tags in prompt window

2010-09-04 Thread Jen
Tobias, I must ask that you forgive my ignorance as I may not be as well versed in tiddlywiki as you are. I have no problem with changing the code in plugins, but I must admit that I'm not sure what code/text from the plugin was removed and what code/text was replaced with the code. And I do ha

[tw] How can I permanently disable backups?

2010-09-04 Thread Tobias Brandt
Hi, I'm using mGSD to implement my personal GTD system. I keep my mGSD.html file in my Dropbox folder which automatically keeps this synced across all my PCs. Dropbox also keeps a version history of all my changes so there is really no need to keep backups. Moreover I live in a country where bandw

[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-04 Thread Måns
Hi Tobias Happy birthday yesterday Tobias, if I had a tiddlywiki badge I would send it to you at once :-). Thanks for yet another great plugin - I'm implementing it everywhere at the moment. I've been playing around with the FloatObject plugin and tried to use it on the sidebarTabs on a standard T

[tw] Re: Is TW aware of its center being?

2010-09-04 Thread skye riquelme
THANKS again...I knew it had to be something simple...and I poured over that code for some timelate at night admitedly.. My lovely text input box is now working perfectlyfor now thanks again skye On 4 Set, 08:52, PMario wrote: > On Sep 4, 2:13 am, skye riquelme wrote: > > > ..

[tw] Re: How can I permanently disable backups?

2010-09-04 Thread Måns
Hi Tobias Put this in a tiddler tagged with systemConfig: config.options.chkSaveBackups = false; See http://tiddlywiki.org/wiki/Persistent_Options Regards Måns Mårtensson On 4 Sep., 10:08, Tobias Brandt wrote: > Hi, > > I'm using mGSD to implement my personal GTD system. I keep my > mGSD.html

[tw] Re: Removing the Search button with the YourSearch plugin

2010-09-04 Thread Eli
This worked perfectly. Thanks a lot! On Aug 31, 10:24 pm, Tobias Beer wrote: > Hi Eli, > > You don't need any zzConfig, css will do. > > 1)Open SideBarOptions and wrap <> in a class like so... > {{hideBtn{<>}}} > > 2)Open your StyleSheet tiddler and add... > > .hideBtn .button{display:none !impor

[tw] Re: Permanent settings changes

2010-09-04 Thread Secret-HQ
I was too addled this morning to find it, but I see someone else asked the same question and another TiddlyWiker posted this link with all the specs: http://tiddlywiki.org/wiki/Persistent_Options -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-04 Thread Måns
Hi again > the sidebarTabs dissapears everytime I have made edits on a tiddler and I > have to reload the page to get it back - Solved: A macroerror caused by <> It seems not to be able to render in the sideBarTabs div - for some reason. This looks fine when opening the page: " However, when I us

[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-04 Thread Måns
typo: > However, when I use zoom ctrl++ the sideBarTab div wanders across the > TW to the right... Should be to the left... Cheers Måns Mårtensson -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlyw...@goog

[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-04 Thread Tobias Beer
Hi PMario, I (believe I) removed the fixed width, ...it seems no lopnger needed after having removed all the display:block items ...it somehow was necessary beforehand for ie6 to render properly (instead of aligning the input next to the title) ...but now it works without it... so, if you don't mi

[tw] Help, transferring the value of a variable into other tiddler

2010-09-04 Thread octw
Hi all, I have a problem in generating a new tiddler to become a project panel. Currently I have a "newTiddler" button like this: {{{ <> <> }}} Which accepts the variable "txtNewProject" as the title of the new project AND using the tiddler "ProjectPanel" as the default text. The text in "Proje

[tw] Re: Help, transferring the value of a variable into other tiddler

2010-09-04 Thread Eric Shulman
> Currently I have a "newTiddler" button like this: > <> > <   label:"AddNewProject" >   title:{{config.options.txtNewProject}} >   text:{{store.getTiddlerText("ProjectPanel")}} > >> > text in "ProjectPanel" is something like this: > < Todo "Things todo" "/Todos" > OK "Things finished" "@@

[tw] Re: Help, transferring the value of a variable into other tiddler

2010-09-04 Thread octw
Wow, it worked! Thanks, Eric, for your kind help. Cheers, octw On 9月5日, 下午1時39分, Eric Shulman wrote: > > Currently I have a "newTiddler" button like this: > > <> > > < >   label:"AddNewProject" > >   title:{{config.options.txtNewProject}} > >   text:{{store.getTiddlerText("ProjectPanel")}} > >