created: 20200702100633703 modified: 20200705195631007 tags: $:/tags/Macro title: $:/ou/macros/EditMode type: text/vnd.tiddlywiki \define editMode() <$fieldmangler tiddler="$:/core/ui/SideBar/More"> <$action-sendmessage $message="tm-add-tag" $param="$:/tags/SideBar"/> </$fieldmangler> <$action-setfield $tiddler="$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-tiddler" text="show"/> <$action-setfield $tiddler="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit" text="show"/> <$action-setfield $tiddler="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions" text="show"/> \end \define publishMode() <$fieldmangler tiddler="$:/core/ui/SideBar/More"> <$action-sendmessage $message="tm-remove-tag" $param="$:/tags/SideBar"/> </$fieldmangler> <$action-setfield $tiddler="$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-tiddler" text="hide"/> <$action-setfield $tiddler="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit" text="hide"/> <$action-setfield $tiddler="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions" text="hide"/> \end