ReminderPlugin cant insert reminders in tiddlers

130 views
Skip to first unread message

TonyM

unread,
Nov 27, 2011, 9:19:17 PM11/27/11
to tiddl...@googlegroups.com
Hi,


I am running the ReminderPlugin

Name:    ReminderPlugin
Version:    2.3.10 (Jun 28, 2007)
Source:    http://remindermacros.tiddlyspot.com

and it has been working for some time. Recently the ability to insert a reminder in a tiddler using the New Reminder option against a tiddler and the OK Button has ceased to operate.

Using <div class='newReminder' macro='newReminder'></div> in the view template.

The main changes recently are an upgrade to tiddlywiki 2.6.5 and my Portable FireFox browser updated to 8.0

This problem can be reproduced with an empty.html with only the ReminderPlugin installed and the view template updated.

Anyone aware of this problem or better yet a solution ?

Thanks Tony

TonyM

unread,
Dec 6, 2011, 12:37:59 AM12/6/11
to tiddl...@googlegroups.com
Bump - anywhere I can start ?

okido

unread,
Dec 7, 2011, 11:07:41 AM12/7/11
to TiddlyWiki
Hi TonyM,

Tried to replicate with FF 6,7,8 and TW2.6.3 / 2.6.5 but it always
worked.

Okido

TonyM

unread,
Dec 11, 2011, 6:20:52 PM12/11/11
to tiddl...@googlegroups.com
Thanks for reviewing the combinations Okido

I downloaded a new empty tiddlywiki at 2.6.5 running on my FF 8.0 and I reproduced it. So it is a little odd that you did not experience it.

I will do it again soon to confirm.

Jim

unread,
Jan 25, 2012, 10:54:40 AM1/25/12
to tiddl...@googlegroups.com
I had the same issue.  I was able to make a change to the addReminderToTiddler() method in ReminderMacros.

Look for the code in addRemindersToTiddler() that read

var title = window.story.findContainingTiddler(form).id.substr(7);  
var tiddler=store.getTiddler(title); 


and change them to

var here = window.story.findContainingTiddler(form);  
var tiddler = store.getTiddler(here.getAttribute("tiddler"));  
var title = tiddler.title; 

Reload your TiddlyWiki and it the "ok" button should now work. 

It looks like the layout of the tiddler datastructures has changed across versions.

Lisa

unread,
Jan 25, 2012, 12:48:03 PM1/25/12
to tiddl...@googlegroups.com
Holly molly, your not Jim Your God. One Out of billions live that gave a answer that understand replied with solution that made 3 computers retuurn to life of and social net working problems lessen. I coudnt even find it any where answers google Web Dev Team, College professor about 350 more top notch sites of tech. My stress level and cordision level. Thank You Jim God!!!!!! Tytyty!!!   

Sent from my iPod
-- 
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/9pSwr7Qpf_cJ.
To post to this group, send email to tiddl...@googlegroups.com.
To unsubscribe from this group, send email to tiddlywiki+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

Sent from my iPod
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/9pSwr7Qpf_cJ.
To post to this group, send email to tiddl...@googlegroups.com.
To unsubscribe from this group, send email to tiddlywiki+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

Jim

unread,
Jan 25, 2012, 3:42:47 PM1/25/12
to tiddl...@googlegroups.com
I forgot to mention. The original problem was only occurring for me when I had a tiddler whose title had a space in it.  This may explain why some people are not having an issue.

TonyM

unread,
Jun 14, 2012, 2:49:35 AM6/14/12
to tiddl...@googlegroups.com
I meant to thank you for your answer - purrfect !

Yahoo
Reply all
Reply to author
Forward
0 new messages