Intellitager and MPTW; small problem

8 views
Skip to first unread message

Alex Hough

unread,
Aug 4, 2008, 5:11:14 AM8/4/08
to TiddlyWiki
Clicking on [edit] in the top left corner of a tiddler opens the
intellitagger without opening the whole tiddler. However once open, i
can't get the intellitagger to close.

I am running MPTW with intellitagger on Firefox 3.

I have posted the TW here:
http://r.a.hough.googlepages.com/SCiOmaturityModel.html

Thanks in advance

Alex
I have searched the archieve and can't find anything there.

cmari

unread,
Aug 4, 2008, 8:29:34 AM8/4/08
to TiddlyWiki
The only way I've been able to get Intellitagger to work in MPTW is by
disabling the InstantTimeStampPlugin. That also worked just now when I
tried it on Alex's file. I'd be thrilled to be proven wrong or given
another solution.
cmari

Alex Hough

unread,
Aug 4, 2008, 10:03:31 AM8/4/08
to TiddlyWiki
Intellitagger works fine with a double click, but the clicking [edit]
causes the crash.

perhaps it is just best to remove the [edit]

Alex

Alex Hough

unread,
Aug 4, 2008, 10:16:59 AM8/4/08
to TiddlyWiki
to remove the [edit] I
1. used the code at http://tiddlywiki.abego-software.de/archive/IntelliTaggerPlugin/Plugin-IntelliTagger-src.1.0.2.js
- it is easier to read.
2. found [edit] in the code
3. put // in front of the code thus:

// Add an "[edit]" button to the "tags" field that is displayed with
the tiddler in the ViewTemplate.
// Pressing the button allows editing the tags only, with the text
still being displayed in wikified form.
//
// var oldTagsHandler = config.macros.tags.handler;
// config.macros.tags.handler =
function(place,macroName,params,wikifier,paramString,tiddler) {
// oldTagsHandler.apply(this, arguments);

// abego.IntelliTagger.createEditTagsButton(tiddler,
createTiddlyElement(place.lastChild,"li"));
// };

// close the Suggestion Window when the tiddler is no longer edited
// (i.e. the tag edit inputfield is gone.)
//
// (Note: we must poll this condition since onblur on the input
field
// cannot be used since every click into the suggestion window
results
// in a lost focus/blur)
//



Alex Hough

unread,
Aug 4, 2008, 10:31:30 AM8/4/08
to TiddlyWiki
I just thought that I should write what I have done to the
extension....


On Aug 4, 3:16 pm, Alex Hough <r.a.ho...@googlemail.com> wrote:
> to remove the [edit] I
> 1. used the code athttp://tiddlywiki.abego-software.de/archive/IntelliTaggerPlugin/Plugi...
Reply all
Reply to author
Forward
0 new messages