You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michael Butscher edited this page Jan 23, 2021
·
1 revision
# Reloads all plugins. For debugging for plugin developers.
# Install: Put the source into "WikidPad/user_extensions/reloadMenuPlugins.py" and restart WikidPad.
WIKIDPAD_PLUGIN = (("MenuFunctions",1),)
def describeMenuItems(wiki):
return ((reloadMenuPluginsPlugin, "reloadMenuPlugins\t", "reloadMenuPluginsPlugin"),)
def reloadMenuPluginsPlugin(wiki, evt):
wiki.reloadMenuPlugins()