MrDraw/docs/plugins
Gina Häußge 67a0fd11dd PluginSettings.get_plugin_data_folder moved to OctoPrintPlugin.get_plugin_data_folder
That way plugins don't need to implement the SettingsPlugin mixin in order to access their data folder, which is now an injected property in OctoPrintPlugin. Plugin authors should still always use the getter since that will also make sure the folder actually does exist (lazy creation).

PluginSettings.get_plugin_data_folder has been marked as deprecated.
2015-06-24 13:59:45 +02:00
..
concepts.rst PluginSettings.get_plugin_data_folder moved to OctoPrintPlugin.get_plugin_data_folder 2015-06-24 13:59:45 +02:00
distributing.rst [doc] documented viewmodels and their callbacks and dependency injection for usage in plugins 2015-04-23 17:27:25 +02:00
gettingstarted.rst Docs: Updated plugin tutorial to utilize new cookiecutter template 2015-06-11 15:04:27 +02:00
hooks.rst Deprecated AppPlugin mixin and introduced octoprint.accesscontrol.appkey hook instead 2015-06-09 18:50:55 +02:00
index.rst [doc] documented viewmodels and their callbacks and dependency injection for usage in plugins 2015-04-23 17:27:25 +02:00
mixins.rst Deprecated AppPlugin mixin and introduced octoprint.accesscontrol.appkey hook instead 2015-06-09 18:50:55 +02:00
viewmodels.rst Add a short explanation of additional available callbacks 2015-04-28 04:24:59 -07:00