In CalendarPlugin, I find the text :
// get journal format from SideBarOptions (ELS 5/29/06 - suggested by MartinBudden)
var text = store.getTiddlerText('SideBarOptions');
I'd like to change the template of the tiddler created when I click on a date. I tried changing the string SideBarOptions to the name of an existing tiddler, but nothing changed. I saved and reloaded and nothing changed.
How can I modify the template?
Thanks,
Randy