11-04-2011, 06:33 AM | #1 |
Wizard
Posts: 1,337
Karma: 123455
Join Date: Apr 2009
Location: Malaysia
Device: PRS-650, iPhone
|
User Interface Plugin Creation & Development Process
Plugin Development
The Official Plugin Tutorial is here. Plugin Developer API Documentation is located here. Access the plugin folder by going to Calibre Preferences: Miscellaneous -> 'Open Calibre Configuration Directory' At a high level, developing and testing changes to a user interface plugin requires these steps:
Thankfully all that logic can be done while Calibre is running with a single command line: Code:
calibre -s; sleep 4s; zip -R /path/to/plugin/zip/file.zip *; calibre Publishing Your Plugin Basic Introduction / End User Info Discuss this sticky here. Last edited by ldolse; 11-05-2011 at 01:17 AM. |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
User Interface Plugin Creation/Debug process | ldolse | Development | 15 | 11-04-2011 10:15 AM |
Reset Sony Device Interface plugin? | NLight95 | Devices | 2 | 04-04-2011 07:40 PM |
Writing an interface action plugin | kiwidude | Plugins | 21 | 11-11-2010 05:11 PM |
Device interface plugin - nook | badmadbug | Plugins | 2 | 09-06-2010 12:03 PM |
Device plugin development | reader42 | Plugins | 10 | 03-29-2010 01:39 PM |