-
Notifications
You must be signed in to change notification settings - Fork 20
Plugin development
Mike Schwörer edited this page Mar 30, 2018
·
2 revisions
Plugins are dll's in the folder "plugins/".
AlephNote automatically loads all plugins where the last version number element is zero (a non-debug version), except in the debug mode were all plugins are loaded.
Every plugin has to create a class that implements IRemotePlugin
and that defines the different functionalities.
This wiki is (for now) unfinished, if someone really wants to create a plugin its probably best to open an issue or contact me some other way...
Manual
Special features
Development
Other