Ad rename by plugins:
Ah, I finally understood – so I cancel my suggestion.
Ad Sigil in metadata:
Sure. It's just a comment on one line.
Ad TOC:
I mean a more flexible choice.
E.g:
Instead
Code:
<div class="sgc-toc-title">Table of Contents</div>
it could be:
Code:
<h1 class="sgc-toc-title">Table of Contents</h1>
or even
Code:
<p class="sgc-toc-title">Table of Contents</p>
And a structure based on <div> with simpler tables of contents could be "flattened" to simple <p> paragraphs, which would only be styled by
margin-left depending on the level.
I have no idea if other users would agree and are interested in it, so I thought about transferring this option to the plugin, but here – as with renaming files – there is probably a duplication of Sigil's already existing functionality in the Python.
If you think this is too subjective suggestion – I can live with that