I noticed a little thing: in the user_interface.html file,
Code:
Remove Open and Close Tag Pair (no equivalent menu entry)
should:
Code:
Remove Open and Close Tag Pair Format→Remove Tag Pair
I can see quite a few minor typographic inconsistencies in the code, so when it's fully updated I’ll take the entire file and fix all of those places.
It's about classic changes:
* hyphen in the middle of the text to ndash – 8 times, 1 time is to be converted to −
* mdash in the middle of the text for ndash – 6 times
* simple quotation marks for the correct one (it’s a tedious job and has to be done by hand, avoiding those places where the simple quotation marks need to stay, but I’ll do it)
* correct apostrophes (e.g. Sigil’s)
* standardization of arrows pointing to a menu item (->, =>, →). For the sake of readability, I propose to list them all with ⮞ [EDIT: this is high-number-unicode] or ➜, but I would like the opinion of others. As it stands, in bold, → is almost invisible.
* ellipsis made of dots
BTW: Rare code coloring error caused by an asterisk. (Treats text as a comment /*… */)