Replies: 1 comment 2 replies
-
I was having the same requirements, to modify the dialog to conform to some other design style guidelines. I was able to decipher the functionality required by referencing the original Link Dialog: https://github.com/mdx-editor/editor/blob/main/src/plugins/link-dialog/LinkDialog.tsx I think the main functionality that the use of It is a bit confusing, so perhaps a documentation of these methods would be very helpful |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I would like to have a custom link dialog that will allow me to open my own picker. I could not find any working code to pass a LinkDialog JSX element to the linkDialogPlugin
Expected behavior
Any code sample with a demo dialog for editing and inserting links
Additional context
In my application, there are many link suggestions and they are too long so the user cannot read them in the OOB dialog.
I would like to open a page picker that will allow custom navigation to pick a page in a folder-view and pages.
Beta Was this translation helpful? Give feedback.
All reactions