If link is hidden behind display text, clicking should probably open a box that shows the full URL, so that people know where they're going for security purposes.
Alternatives you've considered
No response
Additional context
No response
Technical ideas and questions
does html need to be sanitized before being rendered into the editor?
does tiptap do any sanitization?
would it be best to convert html to markdown before saving in the database, to avoid harmful things (scripts?) being rendered into the editor?
will the text box re-render and flicker every time pane is opened? (during prototyping with node text it seemed like this happened)
could just leave this as a bug and try to fix later
Describe your issue
When I'm creating a topic, sometimes in the topic description I
Solution you'd like
Use a rich text box for topic description, node notes, and comments.
This is almost completely prototyped already in https://github.com/amelioro/ameliorate/commit/de3b67f1557f2e4d76204044309c356fecc5d324
If link is hidden behind display text, clicking should probably open a box that shows the full URL, so that people know where they're going for security purposes.
Alternatives you've considered
No response
Additional context
No response
Technical ideas and questions