{"id":24890489,"url":"https://github.com/phirebase/quicktags-for-wp","last_synced_at":"2025-07-14T09:09:41.043Z","repository":{"id":263120896,"uuid":"73483157","full_name":"phirebase/quicktags-for-wp","owner":"phirebase","description":"This simply plugin adds useful buttons to native WordPress HTML editor.","archived":false,"fork":false,"pushed_at":"2025-06-11T08:49:06.000Z","size":216,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-04T22:48:19.062Z","etag":null,"topics":["classic-editor","edit","html-editor","quicktags"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/wp-quicktags/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phirebase.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":"https://paypal.me/DavidKlhufek"}},"created_at":"2016-11-11T14:15:20.000Z","updated_at":"2025-06-12T20:59:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d10397f-affd-4e6b-bd56-73a34fb06302","html_url":"https://github.com/phirebase/quicktags-for-wp","commit_stats":null,"previous_names":["phirebase/wp-quicktags"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/phirebase/quicktags-for-wp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phirebase%2Fquicktags-for-wp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phirebase%2Fquicktags-for-wp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phirebase%2Fquicktags-for-wp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phirebase%2Fquicktags-for-wp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phirebase","download_url":"https://codeload.github.com/phirebase/quicktags-for-wp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phirebase%2Fquicktags-for-wp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265266273,"owners_count":23737193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["classic-editor","edit","html-editor","quicktags"],"created_at":"2025-02-01T17:16:06.570Z","updated_at":"2025-07-14T09:09:41.032Z","avatar_url":"https://github.com/phirebase.png","language":"PHP","funding_links":["https://paypal.me/DavidKlhufek"],"categories":[],"sub_categories":[],"readme":"﻿# Quicktags for WP\n\n![WordPress Tested](https://img.shields.io/badge/WordPress-6.8-blue)\n![PHP Version](https://img.shields.io/badge/PHP-7.4%2B-blue)\n![License](https://img.shields.io/badge/License-GPLv2-orange)\n[![Issues](https://img.shields.io/github/issues/phirebase/quicktags-for-wp)](https://github.com/phirebase/quicktags-for-wp/issues)\n[![Stars](https://img.shields.io/github/stars/phirebase/quicktags-for-wp?style=social)](https://github.com/phirebase/quicktags-for-wp)\n\nEnhance the native WordPress **Classic Editor** with extra HTML Quicktag buttons.\n\n![Plugin banner](./assets/banner-772x250.jpg)\n\n---\n\n## 🧩 Description\n\n**Quicktags for WP** adds helpful HTML buttons to the native WordPress **Classic Editor** interface, specifically in the *Text* (HTML) editing mode.\n\nThe plugin is lightweight, direct, and adds the following tags as buttons:\n\n- `\u003ch1\u003e`, `\u003ch2\u003e`, `\u003ch3\u003e`, `\u003ch4\u003e`, `\u003ch5\u003e`, `\u003cspan\u003e`, `\u003chr\u003e`, `\u0026nbsp;`, `mox`\n\nThe **mox** button inserts a responsive wrapper (`\u003cdiv class=\"mox\"\u003e`) you can use to highlight images or elements via CSS.\n\n---\n\n## ✨ Features\n\n- Adds missing or hidden HTML buttons to the Classic Editor\n- Focuses on clean, readable markup\n- Works only in **Text (HTML)** mode – no bloat in Visual mode\n- Includes responsive wrapper class button (`mox`)\n- Ideal for fast editors, developers, and HTML lovers\n\n---\n\n## 🔧 Installation\n\n1. Upload the plugin folder to `/wp-content/plugins/`  \n2. Activate the plugin via **Plugins \u003e Installed Plugins**  \n3. Make sure the **Classic Editor** plugin is active  \n4. Open any post or page in the Classic Editor, and switch to **Text** tab  \n5. Start using the new buttons!\n\n---\n\n## ❓ FAQ\n\n\u003e ⚠️ This plugin works **only** with the Classic Editor. Gutenberg is not supported.\n\n### Does this plugin work with Gutenberg (Block Editor)?\n\nNo. This plugin is built specifically for the **Classic Editor**.  \nIf you are using Gutenberg, these Quicktags will not appear.\n\n### What does the \"mox\" button do?\n\nThe `mox` button inserts the following snippet:\n\n```html\n\u003cdiv class=\"mox\"\u003e\u003c/div\u003e\n```\n\nYou can target `.mox` in your theme’s CSS to highlight or style images, text blocks, or containers responsively.\n\n---\n\n## 🖼️ Screenshots\n\n![Quicktags for WP in action (in Classic Editor HTML mode)](./assets/screenshot-1.png)\n\n---\n\n## 📝 Changelog\n\n### 1.4.5\n\n- Moved plugin dependency declaration to main PHP file (Classic Editor)\n\n### 1.4.4\n\n- Added dependency check for Classic Editor with admin notice\n- Included Text Domain for localization support\n\n### 1.4.3\n\n- Updated codebase to follow **WordPress Coding Standards** (PHPCS)\n\n### 1.4.2\n\n- Fixed header placement\n- Added PayPal donate link\n\n### 1.4.1\n\n- Removed redundant `\u003cb\u003e` button (now native)\n- Added `\u003cspan\u003e` button before `\u003chr\u003e`\n\n### 1.4\n\n- Complete rewrite to match modern standards\n- Added function prefix `wpqt_` to avoid conflicts\n- Improved security, structure, and naming\n\n### 1.3 – 1.0\n\n- Initial releases and minor fixes\n\n---\n\n## 📌 Notes\n\n- Requires the [Classic Editor plugin](https://wordpress.org/plugins/classic-editor/)  \n- Compatible with WordPress 5.0+ through 6.8  \n- Fully client-side; does not affect front-end or content rendering\n\n---\n\n## 🙏 Credits\n\nDeveloped by [David Klhufek](https://phirebase.com)  \nSupport the project: [paypal.me/DavidKlhufek](https://paypal.me/DavidKlhufek)\n\n---\n\n## 📄 License\n\nLicensed under the GPLv2 or later. See `LICENSE` file.  \n[https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphirebase%2Fquicktags-for-wp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphirebase%2Fquicktags-for-wp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphirebase%2Fquicktags-for-wp/lists"}