Hello developers (and NocoBase developers)!
I am not a programmer, but I found your platform and find it very comfortable and functional. I am using it to create my own CMS. For this, I need a more advanced version of the Rich Editor (I need more tools in the toolbar). Currently, there is a simplified version
But it is extremely important to me that it be as advanced as possible (as far as possible) so that users can format text (H1-H6 headings, fonts, text highlighting, text color, image uploading, link creation). I understand that the core uses the basic version of the Quill editor? Is it possible (this is a question for the NocoBase developers) to make an extended version in the core? Perhaps I am not the only one who needs this version of the editor? Is it difficult to implement?
I understand that it is possible to either create a plugin and connect it, or do it myself in the code (I found where the editor files are in the repository), or use another editor - Markdown (Vditor), but there are problems:
- I am not a programmer, but I tried to create my own plugin using Vibe Coding (VS Code + AI Agents). But nothing works, alas, I need to know coding…
- Rebuild the editor’s source file in the code myself… This is an unknown experiment for me… As I said above, I am not a programmer, I don’t think this is a good idea for me. Besides, if I update NocoBase to a new version, the changes will be overwritten and I will have to change the editor code again…
- The Markdown editor is not very user-friendly… For content creation, I am more used to a classic rich text editor, as it is more comfortable to work with HTML format there.
So I would like to know if there is a solution for me as a non-programmer (maybe I don’t know all the intricacies of integration, maybe there is a way to connect an external editor without code? But it is important that the HTML data is stored in the database). This is really important to me. I would appreciate any tips and help from experts (but first and foremost, I hope that the main developers will create an extended version).



