commudle/commudle-ng

Make the customization bar sticky in lab editor/creator

Opened this issue · 4 comments

The problem:
As I keep adding more content to a section, it becomes increasingly difficult for me to go up, select any text customizations like lists, text alignment, etc.

The solution:
Make the whole customization stick to the top for every section so it becomes to edit the content when writing in the lab editor.

Thanks for citing this @Daksh777
Would you like to take this one up?

Would you like to take this one up?

I would love to work on this problem and #322 myself but I have no knowledge of typescript.

Oh, that shouldn't be a problem, you can still give it a try! We're using TinyMCE here for the editor plugin.

Okay, I went through the documentation and found this:
https://www.tiny.cloud/docs/configure/editor-appearance/#toolbar_sticky
However, I can't seem to find any tinymce.init script.

Next, I searched for toolbar_sticky and found this:
image
It is already set to true.

Sorry, I'm not really used to projects so large and I couldn't figure out what exactly do I need to edit 😢