Found this content helpful? Log in or sign up to leave a like!

Is this indication of formatting helpful for you in the Rich Content Editor?

Jump to solution
KataKeri
Instructure Alumni
Instructure Alumni

I was wondering how this information on underling HTML is useful for plain Rich Content Editor users - especially if the formatting is present in the toolbar too in a way which is more insightful. Do you have a specific reason or use case why this would be beneficial for you? In the attached screenshot below - there's a 'p' indicating that the current text is formatted as a paragraph. Does the 'p' help you in any way?

Screenshot 2025-06-26 at 18.56.27.png

Labels (1)
3 Solutions
chriscas
Community Coach
Community Coach

Hi @KataKeri,

The p itself may not be super helpful since that's indicate elsewhere, but the genenral structure that bottom-left area indicates is incredible useful, especially when trying to troubleshoot issues with copy/pasted content.  Attaching a quick example here that I made on the fly that shows the content is inside two div tags.  That's not apparent anywhere else (without going into html mode), so I'd hate to see that area go away as someone who provides support.

Screenshot 2025-06-26 at 1.05.43 PM.png

-Chris

View solution in original post

melodyc_lam
Community Coach
Community Coach

@KataKeri As someone who has found malformed HTML on pages to cause issues with course exports and rendering in Canvas, having the HTML tags there is useful to figure out where I should start checking for any issues.

View solution in original post

ProfessorBeyrer
Community Coach
Community Coach

Thank you @KataKeri for asking this question. In addition to the excellent reasons already stated, another one that I find helpful is when I copy and paste content from another webpage (including Canvas pages), it often includes an unnecessary <div><div>. If I catch that before I save the changes I made, I can go into the code and remove the extraneous stuff, which can be a button (that goes nowhere) or duplicate text (from the id attribute). Seeing the HTML tags underneath the RCE window helps a lot with this.

While you're thinking about this, I hope you bring back even more utility to that tag. I have a memory that tag indicator used to be active so that I could click on it and the tag would be selected within the RCE window. I found that very helpful when trying to delete content from the RCE without accidentally deleting other stuff, which is easy to do when I click-and-drag with my mouse.

View solution in original post