You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the ability to format selected text as a bullet point list or a numbered list in the Tiptap editor. The user should be able to toggle between list types and apply the formatting to the selected text.
Requirements
Bullet Point List Formatting:
When the bullet point list option is chosen, the selected text should be formatted as a bullet point list.
Numbered List Formatting:
When the numbered list option is chosen, the selected text should be formatted as a numbered list.
Menu Integration:
Add options to the editor's bubble menu or toolbar to format selected text as a bullet point list or numbered list.