Inkdrop Application
Removed in Inkdrop 6. inkdrop.main was a reference to the application
instance in the main process, obtained through Electron's remote module,
which v6 dropped. Everything a plugin needs is now on the
Environment itself.
| Inkdrop 5 | Inkdrop 6 |
|---|---|
inkdrop.main.dataStore | inkdrop.localDB β see Data Store |
inkdrop.main.version | inkdrop.appVersion |