this was asked before, but sadly the “Insert/edit link” (with interlinking) was developed as a tinymce plugin so using it outside of tinymce is not really possible unless your write the whole thing from scratch.
Related Posts:
- How can I add an image upload field directly to a custom write panel?
- Adding Custom Text Patterns in the WP 4.5 Visual Editor
- Add custom TinyMCE 4 Button, Usable since WordPress 3.9-beta1
- How do I improve this admin query snippet to avoid generating duplicate results on non-meta searches?
- Add self-closing shortcode button to TinyMCE in WP 4.6
- How to validate custom fields in custom post type?
- How to add tab which is visible only in admin side of product in woocommerce? [closed]
- How to provide translations for a WordPress TinyMCE plugin?
- API to trigger prompt on leaving page
- Creating custom field with drop down on new post page
- Hook the Keydown Event in the TinyMCE Post Editor
- Save metabox with multiple checkbox array
- Retrieving custom fields with $wpdb->get_results
- How can the tinyMCE dom be manipulated (offical API does not seem to work)?
- How to create Image gallery Metabox in wordpress [closed]
- anything like add_meta_box for categories?
- Making a custom widget that includes a tinymce and works in Site Origin Page Builder
- Bridge WordPress Media API with custom tinyMCE plugin [closed]
- template_redirect for single posts w/ custom fields
- WYSIWYG editor in WP 3.2 plugin
- Support auto-save and revisions for custom fields
- Best choice of options/settings framework for plugin/theme development
- Ordering posts by metadata
- Show dialog box in TinyMCE plugin and use WordPress php functions in it
- Adding set of custom fields to WordPress Post in Dashboard
- the_editor() function
- get_posts() not working when accessing with a custom user role
- TinyMCE 4.7.11 custom styles using styleselect – what does the ‘attributes’ argument do?
- Custom Taxonomy to dropdown box on adminside wordpress
- Create & Save multiple Meta-boxes
- Saving value of a selection option in comment form as comment meta
- Rich text editor settings persist throughout all rich text editors
- Strange issue saving custom field data for a WooCommerce order
- Woocommerce – Convert Delivery method into a custom field
- How to get Metabox custom field to show checked if value is updated using post meta query?
- How do I update a field of a meta box?
- Asynchronously render shortcodes in TinyMCE visual editor
- Input value from metabox is not found in $_POST after post save
- Run Shortcode of post’s custom field in functions.php / Plugin
- How to use TinyMCE Editor for one of my custom post meta field?
- Add a select option of shortcodes like dropdown in tinymce
- Open modal when user clicks on span in visual editor
- tinymce.get() returns error after ajax request
- Custom code for WordPress dynamic menu
- TinyMCE editor turns white on Biographical info [closed]
- Inserting code to HTML view from a pop up initiated from visual view
- Translate MCE button text/tooltip in custom plugin
- Checked() function on a multidimensional array
- What is the best way to store a few fields?
- Delist entries in the_loop
- Remove entire [$key] from array stored in custom field using Ajax – unset($array[$key]); not working
- How can I add a simple custom field to my plugin?
- Ajax is not working in a loop
- Moving/dragging a metabox removes TinyMCE’s content
- How to save post meta as an array in Gutenberg?
- Issues Updating Post Meta with AJAX (Seems simple but cannot figure it out)
- per blog metadata for plugin
- How to format custom fields when editing an attachment?
- Can I Hook Into the TinyMCE Insert/Edit Link Button to Use Shortlink For Post?
- How can I allow the user to press enter without creating a new element in the editor?
- Any way to update_post_meta with html content? It gets stripped and becomes empty
- How to close tinymce inline popup
- How to display TinyMCE HTML view?
- how to add custom fields into new & update post page?
- Customise Grouped Product display in Woocommerce with custom column
- Multiple TinyMCE on button click is initialized and appended but why only last one is writeable?
- WP_Query not ordering correctly
- Adding customs fields on each product on the cart
- add_meta_box does not display meta box in Admin
- TinyMCE 4.7.11 – Enable hidden WordPress core plugins? (referencing a wp-includes from plugin.php)
- How to get values from Tinymce visual editor popup?
- How and when would I implement some code which would take data from one part of the Db and put it in another?
- Displaying Custom Post Meta
- get_option() is undefined in TinymceWindowManager
- Add Button to TinyMCE Custom Menu
- Issue with iframe in TinyMCE
- Why if i enqueue the tinymce script i get undefined error
- How can i call from custom fields to the category editor?
- I want to display the content of a text field only if it has been entered
- Create Unique and Customized User ID for Website Members in WordPress
- Can I log the searches that are returning 404 in the DB?
- How can I configure Docker for developing and deploying a custom theme?
- What is the difference between using global $current_screen and get_current_screen()?
- How to filter $post->post_content prior to save
- How to get data from WordPress $wpdb into React Gutenberg Blocks Frontend?
- How can I add/append content to the_content on the home page via a plugin?
- What function to hook for changes made in status and visibility of a post
- Block: attributes not saving
- wp_scheduled_event being removed mysteriously
- Can we intercept user_login and user_pass from a wp_login_form?
- How to output functions from plugin inside theme
- How to get the `comment_post_ID`?
- add_editor_style to the blog editor view (Gutenberg?)
- call funcution when clicking submit
- Hook for plugin to show content for certain urls
- Let user override plugin CSS
- add short code not working
- React Plugin Settings Page Localization
- Is it within WordPress guidelines to update another plugin’s database fields from my own plugin? [closed]
- Block Development: hamburger module throwing error in save function