Is it possible to add buttons to the Sigil-toolbar (performing some action in the HTML source with respect to the actual cursor position or selection)?
For example:
- "wrap selected text inside <span class='x'>"
- "wrap the active paragraph inside <div class='y'>"
Do I have to do it in the C++ sources, or is there an easier way?