View Single Post
Old 12-18-2020, 02:59 AM   #61
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 974
Karma: 3600000
Join Date: Jan 2017
Location: Poland
Device: Various
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
BeckyEbook is offline   Reply With Quote