OK, let me preface this by saying that I am trying to selectively get around the read-only mode on my wiki.
I usually run my main instance with anon access for readers and authenticated for writers. It’s great and does the job.
But, I want to be able to allow changes by anons for some tiddlers. specifically, I want users to be able to click a button which does an ActionSendMessage of tm-add-tag or tm-remove-tag. But this button only shows up in some tiddlers based on their tags.
Now, I did add another sendmessage of tm-save-wiki to that button which does save the changed tiddler. Unfortunately, i also triggers the download dialog for the html file which is undesirable.
Is there any way I can force a save without getting that dialog?
Is there a better way I can do what I am trying to do?