[tw5] Re: [TW5] Save Changes button, Action before saving changes

2022-08-22 Thread Ross Table
Thankyou! I think thats going to work! (Thankyou again as In the mean time I had actually found the tiddler for the save button, but, trying to write to $:/state/GMKey BEFORE saving wasn't working, well, that or I was doing something wrong... I was probably doing something wrong!) On Monday, A

[tw5] Re: [TW5] Save Changes button, Action before saving changes

2022-08-22 Thread Eric Shulman
You can prevent a tiddler from being saved in the file by creating a global macro named `publishFilter()` that removes the specific tiddler title, like this: Create a tiddler (e.g., "MyPublishFilter"), tagged with `$:/tags/Macro`, containing: ``` \define publishFilter() -[[$:/state/GMKey]] \end