newspeaklanguage / newspeak

Newspeak is a live object-capability language in the Smalltalk tradition
https://newspeaklanguage.org/
Other
132 stars 11 forks source link

Ampleforth needs WYSIWYG Bold, Italics, Underline, Strike-through, center, right/left justify, super/subscripting #105

Open gbracha opened 2 years ago

gbracha commented 2 years ago

All of these features are essentially trivial variations on each other. They should all be relatively simple to create as variations of "Make it an Amplet", where the selected text is replaced by a suitable DOM node whose contents are the selected text.

gbracha commented 7 months ago

OK, we have everything except right/left justification. Also, some of these (center, strikethrough) don't work as toggles like the rest, so need some more debugging.