The project "Citadel server, clients, utilities":
The branch, master has been updated
via d335351e40288a2824a97b8c056db4baddba3edc (commit)
from e36286d43ac030aae43791336a16dadd0c41fad8 (commit)
- Log -----------------------------------------------------------------
commit d335351e40288a2824a97b8c056db4baddba3edc
Author: Art Cancro <[email protected]>
Date: Wed Sep 10 09:06:40 2025 -0700
Editor component can now edit raw HTML.
The toggle button switches the contenteditable to a textarea, so the user can
edit the raw markup. While in this mode it also disables buttons that are not
applicable -- richtext buttons, and the save button.
Now that the editor is consolidated, this works across all applications.
-----------------------------------------------------------------------
Summary of changes:
webcit-ng/static/css/webcit.css | 17 +++++++++-
webcit-ng/static/js/editor.js | 67 ++++++++++++++++++++++++++++++++++++---
webcit-ng/static/js/view_forum.js | 2 +-
webcit-ng/static/js/view_mail.js | 2 +-
webcit-ng/static/js/view_wiki.js | 2 +-
5 files changed, 81 insertions(+), 9 deletions(-)
--
Citadel server, clients, utilities