parent nodes: ExternalGraphicalApplications | Intro9Advanced | ProgramFiles | WikidPadAdvanced

Plugins

Contents:
Plugins
General
Examples

Back

General

Python plugins are no real subject of this Wiki for the simple reason that the author has no Python experience. The pages below on plugins therefore have been copied relatively unchanged from the wikidpadhelp.wiki.
For more information on plugin- and other development see "Developer Starting Points" on WikidPad's trac homepage.


Examples

editor plugin
In the directory user_extensions you can find an example for a working editor plugin. The file is called "anchorify.pyx"; rename it to "anchorify.py" and after restarting wikidpad you will have a new option "Anchorify selection Ctrl-Shift-Z" in the Plugin menu and you can start using it. The function will surround any selected text with <a href=""> ... </a> HTML tags, when Ctrl-Shift-Z is pressed. For details see the file.

insertion plugin
In the directory extensions you can find an example for a working insertion plugin. The file is called ExampleInsertion.py. You can use it as a model to create your own insertion in user_extensions.

trac wiki
More examples and working plugins can be found on WikidPad's trac wiki.


previous: Back
parents:  ExternalGraphicalApplications, Intro9Advanced, ProgramFiles, WikidPadAdvanced
[help.status: done]