Popis
Tento plugin přidává do nativního editoru HTML ve WordPressu užitečná tlačítka.
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.
Poznámka: Tento plugin funguje pouze s klasickým editorem. Nepodporuje nový editor Gutenberg (Block Editor).
Kompatibilita
- Vyžaduje, aby byl aktivní klasický editor.
- Navrženo speciálně pro HTML režim editoru.
Instalace
- 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/
. - Activate the plugin through the ‚Plugins‘ menu in WordPress.
- Pokud chcete používat vylepšená tlačítka Quicktags, ujistěte se, že je aktivní klasický editor.
Nejčastější dotazy
-
Funguje tento plugin s Gutenbergem (Block Editor)?
-
Ne, tento plugin je určen speciálně pro klasický editor. Pokud používáte Gutenberg, funkce pluginu nebudou k dispozici.
-
Tlačítko „mox“ přidá
<div>
s responzivní třídou CSS, kterou lze stylovat pro zvýraznění obrázků nebo jiných prvků v příspěvcích.
Autoři
Quicktagy pro WP je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPlugin „Quicktagy pro WP“ byl přeložen do 1 jazyku. Děkujeme všem překladatelům za jejich pomoc.
Přeložte “Quicktagy pro WP” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.4.5
- Moved the
Requires Plugins: classic-editor
declaration fromreadme.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
- Vydání veřejné verze