Thanks for the assist, Didier Ridou.Updated the code but the left menu still doesn't automatically/instantly refreshes.
On Thursday, December 20, 2012 1:17:47 AM UTC+8, Didier Ridou wrote:
You have to modify the code of the TagsTreePlugin because the PageTemplate tiddler has been modified since. Just open the TagsTreePlugin Tiddler and change the last line by :
config.shadowTiddlers.PageTemplate = config.shadowTiddlers.PageTemplate.replace(/id='mainMenu' role='navigation' refresh='content' /,"id='mainMenu' role='navigation' refresh='content' force='true' ")
Normally, your left menu should be updated automatically now.
Best regards.