Updated Creating Plugins (markdown)

Dying 2019-05-13 17:59:17 +05:30
parent cb0f3a2d4f
commit eb929a3444
1 changed files with 1 additions and 1 deletions

@ -274,7 +274,7 @@ Adds a listener for when the node is removed from the document body.
***
#### `saveData(pluginName, key, data)`
Saved some `data` for plugin `pluginName` under `key` key. Gets saved in the plugins folder under `pluginName.config.json`. Data can be saved with [`loadData`](#loaddatapluginname-key).
Saved some `data` for plugin `pluginName` under `key` key. Gets saved in the plugins folder under `pluginName.config.json`.Saved data can be accessed with [`loadData`](#loaddatapluginname-key).
|Parameter|Type|Description|
|-|-|:-|