View Single Post
Old 03-01-2021, 02:03 PM   #173
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: 876
Karma: 3501146
Join Date: Jan 2017
Location: Poland
Device: Various
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 /*… */)
Attached Thumbnails
Click image for larger version

Name:	asterisk-coloring-code-issue.png
Views:	93
Size:	357.8 KB
ID:	185698  

Last edited by BeckyEbook; 03-01-2021 at 02:56 PM.
BeckyEbook is offline   Reply With Quote