-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Tiptap Rich Text Editor #2347
Conversation
feat: adds readonly mode to the tiptap input element
Feature: Add images to Tiptap
…manifest-tweaks Tiptap: Toolbar manifest tweaks
Azure Static Web Apps: Your stage site is ready! Visit it here: https://ambitious-stone-0033b3603-2347.westeurope.1.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://ambitious-stone-0033b3603-2347.westeurope.1.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://ambitious-stone-0033b3603-2347.westeurope.1.azurestaticapps.net |
2 similar comments
Azure Static Web Apps: Your stage site is ready! Visit it here: https://ambitious-stone-0033b3603-2347.westeurope.1.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://ambitious-stone-0033b3603-2347.westeurope.1.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://ambitious-stone-0033b3603-2347.westeurope.1.azurestaticapps.net |
also sets the default config value.
Removed the `isDefault` property, replaced with property-editor's `defaultData`.
https://tiptap.dev/docs/editor/extensions/functionality/starterkit This is to steamline the number of direct dependencies.
"core" is for Tiptap editor native extensions. "toolbar" is custom buttons for the toolbar. Added consistency with the file and class names. Renamed "Code Editor" to "Source Editor", since it's editing the raw HTML source of the RTE, (not "code").
for Tiptap's "Source Editor" toolbar button Previously it was using "icon-code", which could be confused with the "Code Block" action.
to a "components" folder, to be under "tiptap" folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To Infinity and Beyond! 🚀
Description
New property editor UI for the rich text editor schema known as
Umbraco.RichText
.