Question 1: Is it a plugin or hack that can allow one to parse html inside the visual view
Neither of both. The visual view is the visual view and not the HTML view. If you want to paste HTML, use the HTML view.
Question 2: Is it possible to insert html code to the html view from a popup initiated from the visual view
Technically this should be possible, but it would mean that you need to create a plugin with javascript for that first. In case “hack” from your first question is about writing a plugin, then well, this could be done for visual view as well.
The TinyMCE API is a good start for doing that stuff.
This answer to the “Want to have the Post editor remembering the last editing position” question might be helpful as well.
Related Posts:
- How to provide translations for a WordPress TinyMCE plugin?
- API to trigger prompt on leaving page
- Hook the Keydown Event in the TinyMCE Post Editor
- Making a custom widget that includes a tinymce and works in Site Origin Page Builder
- WYSIWYG editor in WP 3.2 plugin
- Add a select option of shortcodes like dropdown in tinymce
- Multiple TinyMCE on button click is initialized and appended but why only last one is writeable?
- How can you check if you are in a particular page in the WP Admin section? For example how can I check if I am in the Users > Your Profile page?
- Is it possible to reuse wp.media.editor Modal for dialogs other than media
- Adding Custom Text Patterns in the WP 4.5 Visual Editor
- Add custom TinyMCE 4 Button, Usable since WordPress 3.9-beta1
- How to include jQuery and JavaScript files correctly?
- Add self-closing shortcode button to TinyMCE in WP 4.6
- How to implement color picker from wordpress in my plugin?
- How can I run AJAX on a button click event?
- Add async script
- Can I use the wp media uploader for my own plugin?
- How-to implement admin Ajax inside an admin WP_List_Table?
- Customizing the 3.5 “Add Media” popup (Backbone.js)
- Test to see if jQuery or Prototype is queued by another plugin?
- Include third party Javascript library which is not included in WordPress
- jQuery in header or footer
- How to Add a .js file Only in one specific Page Dynamically to Head
- lodash dependency in a Gutenberg plugin
- wp_localize_script $handle
- How can the tinyMCE dom be manipulated (offical API does not seem to work)?
- How to prevent loading of all plugin’s resources?
- Utilize TinyMCE hyperlink chooser outside of TinyMCE
- How to trap “Publish” button to check for meta box validation?
- Pass javascript result to shortcode executer function
- The changes I make to an external JS file of my WP plugin are only applied after I clear my browser’s cache
- `wp_set_script_translations` with `wp.i18n` does not return translated strings in simple plugin
- Use js script from one plugin in another plugin
- How do I only load js on the post-new.php and post.php pages in admin?
- creating elements/innerblocks via rangecontrol
- How to wrap the content of the main tinyMCE editor with extra tags
- Bridge WordPress Media API with custom tinyMCE plugin [closed]
- Looking for callback function after Gutenberg is rendered?
- What’s the better way to add an inline script?
- Can’t get JS code to work with shortcode
- How do I add a javascript file to all admin pages via a plugin?
- Gutenberg: useDispatch is not a function – @wordpress/data included
- Make a list with header and subtext in Gutenberg blocks
- Gutenberg – What is the best way to save/update post meta?
- Prevent Javascript Facebook SDK Conflicts in plugin
- How to Load Plugin JS in theme’s footer section
- Show dialog box in TinyMCE plugin and use WordPress php functions in it
- how to include javascript file and css file in wordpress
- Print WordPress username id inside JavaScript
- Mixing Regular Javascript With jQuery in a Plugin
- How to run a external JavaScript file on wp-admin if admin, and other if normal user?
- Why is my javascript not invoked in my hooks except wp_head?
- Where to call wp_enqueue_script in a plugin with custom template?
- the_editor() function
- Is Using WordPress Supplied WYSIWYG Advisable?
- TinyMCE 4.7.11 custom styles using styleselect – what does the ‘attributes’ argument do?
- Is there an event or an other method that tells me the preview is loaded?
- WordPress Plugin with a shortcode that dynamically generates javascript. Can I use add_action without wrapping the javascript in a function?
- Rich text editor settings persist throughout all rich text editors
- How to integrate CLEditor to comment system?
- How to prevent UNDO on guternberg block editor
- Do I have to worry about useState causing a re-render?
- Creating a custom Gutenberg block with columns
- “import declarations may only appear at top level of a module” when importing WooCommerce API node module
- wp.template() returns tags in Ajax response
- Gutenberg: import dependency or assign from global variable?
- Asynchronously render shortcodes in TinyMCE visual editor
- My WordPress plugin cannot load my JavaScript file
- javascript datatables in a plugin
- Open modal when user clicks on span in visual editor
- tinymce.get() returns error after ajax request
- add javascript files only when plugin is called?
- TinyMCE editor turns white on Biographical info [closed]
- Translate MCE button text/tooltip in custom plugin
- Plugin – Make sure jquery is loaded in my settings page plus my JS file
- How can I avoid conflicts between plugin and theme?
- How to control an elements classes from multiple Gutenberg sidebar controls?
- How should I go about registering JavaScript that isn’t a file? [duplicate]
- What action hook can I use to add a JavaScript to a page post using a theme template that is not including get_header() nor get_footer()?
- should i be checking for jquery before enqueing it in a plugin
- Loading custom js file on the admin page through plugin
- Run JavaScript validation script on form submit in plugin
- Custom Plugin – CSS works, JS doesn’t
- Moving/dragging a metabox removes TinyMCE’s content
- Translate javascript with WordPress built-in localization API for static strings
- Need help about understand api, wp, $ syntax in WordPress plugin script
- How to add a panel/box/widget/are/screen to the right side of edit post/page confusion
- Insert Into Post Not Working For Audio File Using jQuery
- Service Worker Uncaught (in promise) DOMException
- Developing the save function in Gutenberg blocks
- Gutenberg – is it ok to load dependencies multiple times?
- Preventing double loading JS scripts (like React) when developing for Gutenberg
- Can I Hook Into the TinyMCE Insert/Edit Link Button to Use Shortlink For Post?
- About a programming language starts with [closed]
- Referencing files in JavaScript in WordPress Plugin
- How can I allow the user to press enter without creating a new element in the editor?
- How to insert HTML/CSS/JS into my iframe plugin?
- Is there a WordPress plugin to design WebGL? [closed]
- Should I put my plugin javascript inline?
- How to close tinymce inline popup