Quote:
Originally Posted by kovidgoyal
Look at the action chains plugin.
|
Thank You very much for this hint.
Sorry for the second question, how can I show a message (only for information, not as dialog in calibre gui)?
I try:
from calibre.gui2 import question_dialog
question_dialog(gui, 'title', 'msg <a href="http://google.com">goog</a> ')
But this a dialog with buttons.
Thank You for calibre