[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fUQlikLj5AY5rKa6e1waAfZRnT7OjSoAnBnUwOTipii0":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"daxitude","https:\u002F\u002Fprofiles.wordpress.org\u002Fdaxitude\u002F",2,60,85,30,84,"2026-04-05T02:45:36.261Z",[13,35],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":9,"downloaded":19,"rating":20,"num_ratings":6,"last_updated":21,"tested_up_to":22,"requires_at_least":23,"requires_php":24,"tags":25,"homepage":30,"download_link":31,"security_score":8,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"ace-editor-for-wp","ACE Editor for WP","0.7.1","\u003Cp>This plugin adds an advanced code editor to the post content box on post.php and post-new.php. A third tab is added alongside Visual and HTML modes and you can toggle between the three.\u003C\u002Fp>\n\u003Cp>NOTE: Visual Mode tends to eat up most\u002Fall of any special formatting. If you want to use ACE I’d suggest disabling Visual mode completely. You can do this easily yourself under Users -> Your Profile -> ‘Disable the visual editor when writing’. You can also do it for all users and for specific post types only. See the accompanying file no-visual.php for an example.\u003C\u002Fp>\n\u003Cp>Not all features work in Internet Explorer v8 and earlier.\u003C\u002Fp>\n\u003Cp>This does not work in full screen mode. Yet.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Syntax highlighting\u003C\u002Fli>\n\u003Cli>Tabbing\u003C\u002Fli>\n\u003Cli>Line numbers\u003C\u002Fli>\n\u003Cli>Auto closing of tags and quotes\u003C\u002Fli>\n\u003Cli>Line highlighting\u003C\u002Fli>\n\u003Cli>Default theme is TextMate\u003C\u002Fli>\n\u003Cli>Fixed-width, soft wrap, adjustable height\u003C\u002Fli>\n\u003Cli>Remembers your last used mode and loads it up on initial page view\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Ca href=\"http:\u002F\u002Face.ajax.org\u002F\" rel=\"nofollow ugc\">ACE Editor\u003C\u002Fa> can do quite a bit more. If you have integration ideas, let me hear about it\u003C\u002Fp>\n\u003Ch3>Todo\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>make height of editor consistent when toggling between modes\u003C\u002Fli>\n\u003Cli>deal with auto_p? (might help preserve formatting from Visual mode)\u003C\u002Fli>\n\u003Cli>make it work in full screen mode\u003C\u002Fli>\n\u003Cli>allow users to set their ACE preferences on their profile screen\u003C\u002Fli>\n\u003C\u002Ful>\n","Adds ACE Editor to the post content editor for syntax-highlighting and more",5149,90,"2012-12-14T17:40:00.000Z","3.5.2","3.4","",[26,27,28,29],"admin","code","editor","syntax","http:\u002F\u002Fgithub.com\u002Fdaxitude\u002Face-4-wp","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Face-editor-for-wp.0.7.1.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":36,"name":37,"version":38,"author":4,"author_profile":5,"description":39,"short_description":40,"active_installs":9,"downloaded":41,"rating":42,"num_ratings":43,"last_updated":44,"tested_up_to":45,"requires_at_least":23,"requires_php":24,"tags":46,"homepage":51,"download_link":52,"security_score":8,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"drafts-of-post-revisions","Drafts of Post Revisions","0.8.1","\u003Cp>Create drafts of WordPress posts\u002Fpages\u002FCPTs even after they’ve been published. And when you’re ready, merge the changes back into the original published post.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Create multiple drafts of already published posts\u003C\u002Fli>\n\u003Cli>Merge the changes back into the published post when you’re ready\u003C\u002Fli>\n\u003Cli>Uses the published posts’s original post type, so metas, taxonomies, etc all are available in admin screens and can even be modified in the draft and merged back into the original post\u003C\u002Fli>\n\u003Cli>Perform a post diff similar to WP’s default revision.php?action=diff with added ability to compare changes in post meta and taxonomies\u003C\u002Fli>\n\u003Cli>See a notice when the original post has been updated ahead of a draft\u003C\u002Fli>\n\u003Cli>Preview drafts in the post\u002Fpage\u002FCPT’s natural template\u003C\u002Fli>\n\u003Cli>Since drafts all carry the same custom post status, they are organized in the admin’s edit.php with their own status filter (see screenshot-4)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This plugin requires javascript.\u003C\u002Fp>\n\u003Ch3>How Does it Work?\u003C\u002Fh3>\n\u003Cp>Go to a post’s edit screen and click on the “Save a Draft” button in the Drafts of Revisions postbox (make sure you’ve enabled the post type first). The post’s core data, taxonomies, and meta data are all copied into a new post – the draft – as a child of the original post. The draft has a custom post status; it will never show up in any queries for posts. You can create as many drafts as you like.\u003C\u002Fp>\n\u003Cp>You can edit a draft’s post content, taxonomies, and meta data as you like and save progress with the native WP “Save Draft” button. You can also preview the draft and compare changes against the parent at any time (even comparing changes in taxonomies and meta data).\u003C\u002Fp>\n\u003Cp>When you’re ready to update the parent post, click the Publish button from the draft’s edit page. All post data, taxonomies, and meta data are merged back into the parent post and the draft post is deleted.\u003C\u002Fp>\n","Create drafts of WordPress posts\u002Fpages\u002FCPTs even after they've been published",4878,98,7,"2013-12-21T18:03:00.000Z","3.4.2",[47,48,49,50],"post-status","revision","status","workflow","http:\u002F\u002Fgithub.com\u002Fdaxitude\u002Fwp-draft-revisions","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdrafts-of-post-revisions.0.8.1.zip"]