When you rename a Timeline, you also have to re-select itâs checkbox in the âEvents and Timelinesâ section of the Calendar Settings.
Note that the current Calendar Settings values are stored in $:/config/TiddlyTools/Calendar
(a JSON data tiddler), which you can manually edit by pressing the âpencilâ icon next to the title of the âCalendar Settingsâ popup.
If you do this, you will see an events
JSON index which contains a space-separated list of selected Events/Timelines.
The events
index value will still contain the OLD Timeline title (even after youâve re-selected the new Timeline title). This is harmless, since the old Timeline title no longer exists as a tiddler after being renamed (which only updates âtagsâ and âlistâ fields in other tiddlers); however, you CAN manually edit the config tiddler value to remove that old title.
The events
index value is also completely cleared whenever you uncheck the âEvents and Timelinesâ master checkbox in the Calendar Settings.
-e