-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Floating menu and code block #1503
Labels
Type: Feature
The issue or pullrequest is a new feature
Comments
multipliedtwice
added
Type: Feature
The issue or pullrequest is a new feature
v2
labels
Jun 23, 2021
multipliedtwice
changed the title
Hide floating menu in empty codeblock and enable on ``` without space
Hide floating menu in empty codeblock and enable ``` without space
Jun 23, 2021
multipliedtwice
changed the title
Hide floating menu in empty codeblock and enable ``` without space
Floating menu and code block
Jun 23, 2021
Merged
philippkuehn
added a commit
that referenced
this issue
Aug 11, 2021
…1043, fix #1268, fix #1503) * add key option to bubble menu * ignore react for now * add shouldShow option to bubble menu extension * improve types * remove BubbleMenuPluginKey * add key and shouldShow option to floating menu extension * fix: don’t show floating menu within code block * docs: add new menu options
@philippkuehn thank you! Amazing! |
andrewlu0
pushed a commit
to trybaseplate/tiptap
that referenced
this issue
Oct 20, 2023
, fix ueberdosis#1043, fix ueberdosis#1268, fix ueberdosis#1503) * add key option to bubble menu * ignore react for now * add shouldShow option to bubble menu extension * improve types * remove BubbleMenuPluginKey * add key and shouldShow option to floating menu extension * fix: don’t show floating menu within code block * docs: add new menu options
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem I am facing
Lists don't have it:
The solution I would like
floating menu
inside ofcode block
or make it configurable?code block
by ``` without space entering and step out ofcode block
by keyboard arrows? If the first added element was `code block` - not clear how to enter any text before it.editor.commands.focus();
and doesn't appear.code block
from menu resulting in separated code block for every pasted lineThe text was updated successfully, but these errors were encountered: