-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add new menu buttons #52
Comments
I am intending to add more explicit support and built-in buttons for all of these, so thank you for filing and detailing this in such an organized way @bryanjtc! A couple of those are in fact already supported:
|
Removing |
The tooltip label should be a prop in all menu buttons to customize the label content. |
@bryanjtc Yes, that's the intention for |
FYI you can now override |
The latest release v1.0.0-beta.5 includes several more controls components (undo, redo, horizontal rule, underline, and multiple options for text-align) |
The latest release v1.0.0-beta.10 features a new |
|
This project is amazing! Love the high velocity and quality ya'll are shipping. Thanks so much for building it. 🙏🏻 |
Second on the impressive speed! And also the text and highlight color input components |
Just commenting to say I haven't forgotten about this and aim to tackle the text and highlight color menu components soon. I have a WIP version but have a bit more work to do to polish it. |
I've released mui-tiptap v1.5.0 which includes the first version of the text-color and highlight-color menu controls (along with some building-block components you can use to build a more custom version). Implemented in #135. Thanks for all the comments and suggestions in this thread! I'm going to close out this issue, since those were the last outstanding extensions here which were missing support in mui-tiptap. I've added a separate issue #136 to track future improvement ideas for the "Insert image" menu button, based on the above discussion. Let me know if you have any feedback, and as usual feel free to file an issue if you come across bugs or have feature-request ideas! |
Is your feature request related to a problem? Please describe.
To make this package a true replacement for react-mui-draft-wysiwyg there are a few menu buttons that you can add.
Describe the solution you'd like
Implement the following suggestions:
@tiptap/extension-history
(Add Undo and Redo menu buttons #65)@tiptap/extension-history
(Add Undo and Redo menu buttons #65)@tiptap/extension-highlight
(Add menu controls components for Tiptap Color and Highlight extensions #135)@tiptap/extension-text-style
@tiptap/extension-color
(Add menu controls components for Tiptap Color and Highlight extensions #135)MenuHeadingSelect
@tiptap/extension-text-style
(newFontSize
extension andMenuSelectFontSize
in Add FontSize extension and associated MenuSelectFontSize control component #94 and Make the MenuSelectFontSize and MenuSelectHeading components more configurable #95)@tiptap/extension-text-style
@tiptap/extension-font-family
(Add font family select component for TiptapFontFamily
extension #110)@tiptap/extension-text-align
(Add TextAlign menu buttons, and make HeadingWithAnchor support TextAlign #69, Add newMenuSelectTextAlign
component for TextAlign, using newMenuSelect
component for improved styles #70)@tiptap/extension-text-align
(Add TextAlign menu buttons, and make HeadingWithAnchor support TextAlign #69, Add newMenuSelectTextAlign
component for TextAlign, using newMenuSelect
component for improved styles #70)@tiptap/extension-text-align
(Add TextAlign menu buttons, and make HeadingWithAnchor support TextAlign #69, Add newMenuSelectTextAlign
component for TextAlign, using newMenuSelect
component for improved styles #70)@tiptap/extension-text-align
(Add TextAlign menu buttons, and make HeadingWithAnchor support TextAlign #69, Add newMenuSelectTextAlign
component for TextAlign, using newMenuSelect
component for improved styles #70)@tiptap/extension-image
@tiptap/extension-horizontal-rule
(Add button and specific styles for Horizontal Rule #66)@tiptap/extension-underline
(Add Underline menu button #68)Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: