In Calibre editor, currently we have two tools (amongst others) which are very useful for my needs :
1) The "Insert a tag" tool which allows to open a tag before selected text and to close it after selected text
2) The "fragment" tool which allow to insert some structured text by hitting Control+J just after have entered some trigger text
Is there a way to have the possibility, like the insert tag tool, to open a tag
with attributes before selected text and to close it after selected text.
Example :
I select "blabla" then I use Insert_a_tag tool "p". It is transformed to
I wish to be able to transform it in
Quote:
|
<p class="myclass" lang="fr-FR">blabla</p>
|
It is a little similar to fragment tool, but in this one, inserted texts are entered by user after having hit Ctrl-J.
If there is no way, Kovid, could you add that feature ?