> Just finished a Schedule/timetable plugin which exploits the
> RemindersMacro.    You can see it working and read the documentation
> at  http://schedule.tiddlyspot.com/

Wow, that's very neat - good job!

> Any feedback (functionality, coding style, best practice etc) would be
> appreciated.

The code looks pretty good - I like how you're sticking to the plugin 
template and best practices.
Quick note on config.extensions:
     /* As per template, will use/remove one I understand purpose */
     if(!config.extensions) { config.extensions = {}; } //# obsolete 
from v2.5
     config.extensions.schedule = {};
That creates a namespace for your plugin where you can register your 
functions and variables (e.g. config.extensions.schedule.foo) to prevent 
polluting the global namespace. However, your plugin seems to work 
entirely with macros, so you're already using the config.macros namespace.
I'd be happy to go into more detail on the developers group.


-- F.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to