Replies: 2 comments 1 reply
-
Lets break it down to text, and then the over structure of the page and content types Content/Wix like:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, the text editor would be done first but I've done extensive research into wysiwygs and TinyMCE https://github.com/tinymce/tinymce is the best option among MIT licensed offerings. The good news is that I think we might be able to do add this feature without a db migration so it will be among the first items on the next milestone after the 1.0 release. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently use the Trix Editor by Basecamp, which is a very effective editor for writing and blogging. However, it lacks advanced features that may be desired by some users. Some of the limitations of the Trix Editor include:
To address these limitations, we propose adding an additional field type called "Editor" or "WYSIWYG" to our system. This field type would include the full suite of features that users expect in an editor, such as the ability to modify image dimensions, create tables, and embed videos. System admins would still have the option to use the Long Text field type, but the Editor field type would provide additional functionality for those who need it.
As a side note, we were previously unaware that the TinyMCE editor is licensed under the MIT license. This could potentially be an alternative option to consider as well.
Beta Was this translation helpful? Give feedback.
All reactions