I have taken advantage of the StartupActions to perform a few actions–all working well. I now want to add a TW version check. On startup if the version of TiddlyWiki is older than I support I want to report this to the user. I have tried $:/tags/StartupAction/Browser and $:/tags/StartupAction/PostRender tiddlers to either issue a notification and/or navigate to a tiddler—without success.
Without performing any version checks I have not been able to get a startup action to perform an $action-navigate or notification.
Questions:
- What is the best way to perform a version check?
- How does one get notifications to work on startup?
- How does one get navigate to a tiddler to work on startup? If not possible, what is a good solution on startup?
- This question is off-topic. Is there anything out there to capture and display a history of notifications?
Thank you.