J-Ro
Forum Replies Created
-
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Quick View Pop UpHi there, I’m guessing the quick view plugin does things differently, so this plugin does not support that. The code is open, so feel free to submit a patch if you want to make a change to how it works.
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Saving in visual view kills markupAs I said, this plugin does not attempt to preserve line breaks, that is not its function.
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Saving in visual view kills markupAh, gotcha — that is not a feature this plugin offers then, we do not preserve things like that, only preserving the tags themselves (so the display is right).
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Saving in visual view kills markupUnfortunately I’m unable to reproduce, and this is a volunteer project, so if you’d like to fix it, whatever it is, I think you’ll have to fix it.
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Saving in visual view kills markup@azragh I’m not seeing issues with latest wordpress on my sites, maybe there’s an interaction with another plugin? Feel free to submit a PR too with changes if you’d like: https://github.com/j-ro/Preserved-HTML-Editor-Markup
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Not working in Text Visual editorI would doubt this is supported, it it built to work only with TinyMCE built into the WordPress core editor experience.
Updated and released and tagged you as a contributor. Thank you!
Thanks! I’ll try to find some time to build the plugin for a release (and remember how to do that!) soon.
Hi there, I’m guessing text widgets work through a different system than the main editor, hence the trouble here. The code for the plugin is on github: https://github.com/j-ro/Preserved-HTML-Editor-Markup
If you’re up for making a patch if you can figure out how to make it work, happy to merge it and get an update pushed!
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Plugin Update?Good to know!
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Plugin Update?Gotcha — this plugin never preserved whitespace and due to how these editors work, can’t. So that shouldn’t be an expectation. But pretty much all actual semantic HTML (and therefore, display) should be preserved, and it should work with newer WP versions, at least in my testing.
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Plugin Update?What are you noticing specifically?
Thank you!
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] text align don’t workGenerally, given how this works, probably not.
Forum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Adds a lot of and to code?Generally no, this is only going to work for HTML and to some extent CSS, can’t really deal with javascript. It’ll preserve links to javascript files well, but not the actual code.