Quicktags for WP

설명

This simple plugin adds useful buttons to the native WordPress HTML editor (Classic Editor).

Currently adds:
h1, h2, h3, h4, h5, span, hr, nbsp, mox

The “mox” button adds a nice responsive CSS class which you can use to highlight pictures or other elements in your posts.

Note: This plugin works only with the Classic Editor. It does not support the new Gutenberg (Block Editor).

Compatibility

  • Requires the Classic Editor to be active.
  • Designed specifically for the HTML mode of the editor.

스크린샷

  • screenshot-1.png

설치

  1. Unzip into your /wp-content/plugins/ directory. If you’re uploading it, make sure to upload the top-level folder. Don’t just upload all the PHP files and put them in /wp-content/plugins/.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Ensure the Classic Editor is active if you want to use the enhanced Quicktags buttons.

FAQ

Does this plugin work with Gutenberg (Block Editor)?

No, this plugin is designed specifically for the Classic Editor. If you are using Gutenberg, the plugin’s functionality will not be available.

What does the “mox” button do?

The “mox” button adds a <div> with a responsive CSS class that can be styled to highlight images or other elements in your posts.

후기

2016년 9월 3일
Useful buttons for html editor. Thanks.
모든 4 평가 읽기

기여자 & 개발자

“Quicktags for WP”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Quicktags for WP”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Quicktags for WP”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.4.5

  • Moved the Requires Plugins: classic-editor declaration from readme.txt to the main PHP file to properly enforce plugin dependencies.

1.4.4

  • Added dependency check for the Classic Editor plugin, ensuring it is active and displaying a warning if not.
  • Updated the plugin code to include Text Domain for translation support.

1.4.3

  • Updated code to comply with WordPress Coding Standards using PHPCS.

1.4.2

  • Fixed header placement and added PayPal donate link.

1.4.1

  • Removed the “b” button as it was redundant in newer versions of the Classic Editor where this functionality is already included by default.
  • Added the “span” button before the “hr” button.

1.4

  • Complete rewrite of the plugin according to new guidelines.
  • Changed the plugin name to “Quicktags for WP”.
  • Prevented direct file access by adding security checks to all PHP files.
  • Updated function names to use a unique prefix wpqt_ to avoid conflicts with other plugins.
  • Improved code readability and maintainability by standardizing naming conventions.
  • Resolved potential conflicts with other plugins by ensuring all function names, classes, and options are unique.

1.3

  • Updated readme.txt, fixed small typo errors

1.2

  • Updated readme.txt, fixed small typo errors

1.1

  • Updated screenshots, fixed Uncaught ReferenceError: QTags is not defined

1.0

  • Public release