[tw] Re: Permaview with .hta file

2010-09-12 Thread Eric Shulman
I would like to be able to use the permaview function, but as I have no address bar, I can't see an address. Does anyone know of a way around this? http://www.TiddlyTools.com/#CoreTweaks specifically, #458 and #607 add HREF (link data) to individual tiddler links as well as the permaview

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

2010-09-12 Thread Måns
Hi Tobias How do i make this script actually *replace* text (and *not* fields) For now I'm using it to add text - which is fine - however I have made a lot of entries that I would like to replace, either with a blank textarea or with a new modified template. I tried to remove the +txt bit after

[tw] Add or replace text in multiple tiddlers at once (batchedit)

2010-09-12 Thread Måns
On 12 Sep., 14:22, Måns humam...@gmail.com wrote: Hi Tobias How do i make this script actually *replace* text (and *not* fields) For now I'm using it to add text - which is fine - however I have made a lot of entries that I would like to replace, either with a blank textarea or with a new

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

2010-09-12 Thread Tobias Beer
Hi Måns, Forgot about this thread. When you say replace text do you mean replace a placeholder like %somePlaceholder% with some content or do you mean take a section and replace it's content or do you mean take any (multiline?) text and replace it with some other. What exactly is the workflow or

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

2010-09-12 Thread cmari
Hi Tobias, 1) On fields... I have noticed and taken care of that part of the code ...at least, so I believe ...and asked (cmari) to possibly confirm that mine doesn't come with that problem. [2] Here's belated confirmation that there's no problem with fields! On the other hand, in case it

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

2010-09-12 Thread Måns
Hi Tobias Forgot about this thread. When you say replace text do you mean replace a placeholder like %somePlaceholder% with some content or do you mean take a section and replace it's content or do you mean take any (multiline?) text and replace it with some other. What exactly is the

[tw] Re: INTRO: JAMMP Jit Another Mind Map Plugin

2010-09-12 Thread cmari
Hi Michael, Have you seen this thread about DcTableOfContentsPlugin: http://groups.google.com/group/TiddlyWiki/browse_frm/thread/d25b6d431be2c12c/eba3136e49b6c15a?lnk=gstq=showtocpli=1 cmari Since my TW heavily relies on DcTableOfContentsPlugin I have to live with that. -- You received this

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

2010-09-12 Thread Secret-HQ
Thanks, Alan! I would've thought that surely I'd tried that before — but maybe I just assumed it wouldn't work, for some reason. It works great here, on all my Windows machines — and seems to support relative paths with ./ and ../, even! -- You received this message because you are subscribed

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

2010-09-12 Thread Secret-HQ
Thanks for reading my mind, Michael — the IncludePlugin is a bit of a step left from what I was asking about initially, but I have a couple of TWs that could really benefit from being tied together in that way. I'm off to read up on how it works, how it affects search, etc. ... . Oh, and your

[tw] Invoking scripts via the tiddler macro

2010-09-12 Thread whatever
Hi! I have a bunch of users and each user requires a dashboard. Each user's properties are in a user's tiddler and the dashboard is a separate tiddler. I'm using fET to check if the dashboard exists and if it doesn't, it displays a button to create the dashboard. The button consists of the

[tw] Re: Invoking scripts via the tiddler macro

2010-09-12 Thread Måns
Hi whatever I think you'll find the answer in this line: var title=(tiddler.title+alwaysTitle); It seems like it fetches the title from the tiddler from where it is run (tiddler.title) and adds the alwaysTitle var alwaysTitle='s Dashboard. Therefore this happens: when I invoke it using tiddler

[tw] Re: INTRO: JAMMP Jit Another Mind Map Plugin

2010-09-12 Thread Michael.Tarnowski
Hi cmari Thx for pointing me to this thread - but I'am aware of it. I use DcTableOfContentsPlugin version 0.4.0, whereas the thread mentions 0.3.0. DcTableOfContentsPlugin is very handy by providing section links combined with a jump-to-top feature. Eric's SectionLinksPlugin generates a

[tw] Help, please: clickify

2010-09-12 Thread Shankar
I have a tiddler that contains the following contents: clickify newTiddler title:{{prompt('enter a title','Anonymous Notes')}} tag: 'aaTag' text:'{{c1{Title: }}} {{c2{Main Idea: }}} ' When I click on the tiddler, I would like a tiddler with the name entered to the prompt to be created with

[tw] Re: Invoking scripts via the tiddler macro

2010-09-12 Thread whatever
Hi, Måns. The problem is, that it's not the user himself who creates the dashboard, it's his boss. So when the boss creates a new user, he has to also create the corresponding dashboard. I've also tried the stuff you and Eric did in thread

[tw] Re: Help, please: clickify

2010-09-12 Thread whatever
If you don't want to edit the tiddler, you might want to use the NewSavedTiddlerPlugin from MPTW. It has the popup and I think you can specify the text like that. w On Sep 13, 2:41 am, Shankar shankar.sw...@gmail.com wrote: I have a tiddler that contains the following contents: clickify