{"id":301843,"date":"2026-04-28T08:14:38","date_gmt":"2026-04-28T08:14:38","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/clean-google-docs-paste\/"},"modified":"2026-04-28T09:25:51","modified_gmt":"2026-04-28T09:25:51","slug":"tooltester-clean-paste-for-google-docs","status":"publish","type":"plugin","link":"https:\/\/es-uy.wordpress.org\/plugins\/tooltester-clean-paste-for-google-docs\/","author":14598713,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.3","stable_tag":"1.0.3","tested":"6.9.4","requires":"5.0","requires_php":"7.2","requires_plugins":null,"header_name":"Tooltester Clean Paste for Google Docs","header_author":"Tooltester","header_description":"Removes the messy inline formatting Google Docs leaves behind when you paste into the WordPress editor. Not affiliated with or endorsed by Google LLC.","assets_banners_color":"f8f8f8","last_updated":"2026-04-28 09:25:51","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/tooltester-clean-paste-for-google-docs\/","header_author_uri":"https:\/\/www.tooltester.com\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":72,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.1":{"tag":"1.0.1","author":"tooltester","date":"2026-04-28 08:14:16"},"1.0.2":{"tag":"1.0.2","author":"tooltester","date":"2026-04-28 09:14:37"},"1.0.3":{"tag":"1.0.3","author":"tooltester","date":"2026-04-28 09:25:51"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3517128,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3517128,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3517132,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3517132,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.0.2","1.0.3"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Before: messy Google Docs markup in the code editor view","2":"After: clean HTML after saving with the plugin active"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[3786,1975,17784,18126,261247],"plugin_category":[46],"plugin_contributors":[261248],"plugin_business_model":[],"class_list":["post-301843","plugin","type-plugin","status-publish","hentry","plugin_tags-cleanup","plugin_tags-formatting","plugin_tags-google-docs","plugin_tags-paste","plugin_tags-spans","plugin_category-editor-and-writing","plugin_contributors-tooltester","plugin_committers-tooltester"],"banners":{"banner":"https:\/\/ps.w.org\/tooltester-clean-paste-for-google-docs\/assets\/banner-772x250.png?rev=3517132","banner_2x":"https:\/\/ps.w.org\/tooltester-clean-paste-for-google-docs\/assets\/banner-1544x500.png?rev=3517132","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/tooltester-clean-paste-for-google-docs\/assets\/icon-128x128.png?rev=3517128","icon_2x":"https:\/\/ps.w.org\/tooltester-clean-paste-for-google-docs\/assets\/icon-256x256.png?rev=3517128","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>When you copy content from Google Docs and paste it into WordPress, you get messy HTML like this:<\/p>\n\n<pre><code>&lt;span style=\"font-weight: 400;\"&gt;Your perfectly normal text.&lt;\/span&gt;\n<\/code><\/pre>\n\n<p>And list items end up looking like this:<\/p>\n\n<pre><code>&lt;li style=\"font-weight: 400;\" aria-level=\"1\"&gt;A simple bullet point.&lt;\/li&gt;\n<\/code><\/pre>\n\n<p>None of this formatting does anything visible on your site. It just clutters your markup and can cause issues with themes and page builders.<\/p>\n\n<p>This plugin automatically strips that junk every time you save a post or page.<\/p>\n\n<p><strong>What it cleans:<\/strong><\/p>\n\n<ul>\n<li><code>&lt;span style=\"font-weight: 400;\"&gt;<\/code> wrappers (keeps the text inside, removes the span)<\/li>\n<li><code>style=\"font-weight: 400;\"<\/code> on list items<\/li>\n<li><code>aria-level<\/code> attributes on list items (Google Docs nesting markers that WordPress doesn't need)<\/li>\n<\/ul>\n\n<p><strong>What it does NOT touch:<\/strong><\/p>\n\n<ul>\n<li>Bold, italic, links, headings, images, or any other meaningful formatting<\/li>\n<li>Content inside <code>&lt;code&gt;<\/code> or <code>&lt;pre&gt;<\/code> blocks (safe for tutorial sites that show HTML examples)<\/li>\n<li>Custom fields, widgets, menus, or anything outside the post editor<\/li>\n<\/ul>\n\n<p>No settings. No admin page. No JavaScript. Just one lightweight filter that runs on save.<\/p>\n\n<p><strong>Trademark notice:<\/strong> This plugin is not affiliated with, endorsed by, or sponsored by Google LLC. \"Google Docs\" is a trademark of Google LLC and is used here only to describe the source of the formatting this plugin cleans up.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>tooltester-clean-paste-for-google-docs<\/code> folder to <code>\/wp-content\/plugins\/<\/code><\/li>\n<li>Activate the plugin through the Plugins menu in WordPress<\/li>\n<li>That's it. Paste from Google Docs and save as usual.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20this%20clean%20up%20posts%20i%20already%20published%3F\"><h3>Does this clean up posts I already published?<\/h3><\/dt>\n<dd><p>It cleans content when you save. So if you open an older post and hit Update, it will clean that post. It does not automatically batch-process existing posts.<\/p><\/dd>\n<dt id=\"will%20it%20break%20my%20formatting%3F\"><h3>Will it break my formatting?<\/h3><\/dt>\n<dd><p>No. <code>font-weight: 400<\/code> means \"normal weight,\" which is the browser default. Removing it changes nothing visually. The plugin only removes formatting that has zero visible effect on your site.<\/p><\/dd>\n<dt id=\"does%20it%20work%20with%20the%20block%20editor%20%28gutenberg%29%3F\"><h3>Does it work with the block editor (Gutenberg)?<\/h3><\/dt>\n<dd><p>Yes. The cleanup runs server-side on save, so it works with both the block editor and the classic editor.<\/p><\/dd>\n<dt id=\"does%20it%20work%20with%20code%20blocks%3F\"><h3>Does it work with code blocks?<\/h3><\/dt>\n<dd><p>Yes. Content inside <code>&lt;pre&gt;<\/code> and <code>&lt;code&gt;<\/code> tags is left completely untouched. If you write tutorials that include HTML examples, those examples are safe.<\/p><\/dd>\n<dt id=\"can%20i%20use%20this%20with%20other%20paste-cleanup%20plugins%3F\"><h3>Can I use this with other paste-cleanup plugins?<\/h3><\/dt>\n<dd><p>Yes. This plugin uses a standard WordPress filter and plays nicely with others.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Added a one-time, dismissible admin notice with a link to the Tooltester newsletter<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Moved trademark notice to the end of the description for better readability<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Added cleanup of <code>style=\"font-weight: 400;\"<\/code> on list items<\/li>\n<li>Added cleanup of <code>aria-level<\/code> attributes on list items<\/li>\n<li>Protected <code>&lt;pre&gt;<\/code> and <code>&lt;code&gt;<\/code> blocks from being modified<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<li>Strips <code>&lt;span style=\"font-weight: 400;\"&gt;<\/code> wrappers from post content on save<\/li>\n<\/ul>","raw_excerpt":"Removes the messy inline formatting Google Docs leaves behind when you paste into the WordPress editor.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/es-uy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/301843","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/es-uy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/es-uy.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/es-uy.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=301843"}],"author":[{"embeddable":true,"href":"https:\/\/es-uy.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/tooltester"}],"wp:attachment":[{"href":"https:\/\/es-uy.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=301843"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/es-uy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=301843"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/es-uy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=301843"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/es-uy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=301843"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/es-uy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=301843"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/es-uy.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=301843"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}