mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
e70fd3a759
commit
d1674cc8a4
@ -214,8 +214,10 @@ self-explanatory. Read the API documents of the
|
|||||||
main.py
|
main.py
|
||||||
^^^^^^^^^
|
^^^^^^^^^
|
||||||
|
|
||||||
Here we will see the definition of a single tool that does a does a couple of
|
Here we will see the definition of a single tool that will multiply all font
|
||||||
simple things that demonstrate the editor API most plugins will use.
|
sizes in the book by a number provided by the user. This tool demonstrates
|
||||||
|
various important concepts that you will need in developing your own plugins,
|
||||||
|
so you should read the (heavily commented) source code carefully.
|
||||||
|
|
||||||
.. literalinclude:: plugin_examples/editor_demo/main.py
|
.. literalinclude:: plugin_examples/editor_demo/main.py
|
||||||
:lines: 8-
|
:lines: 8-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user