https://github.com/cheoljundev/heading-id-copy
https://github.com/cheoljundev/heading-id-copy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cheoljundev/heading-id-copy
- Owner: cheoljundev
- Created: 2025-01-23T08:31:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-04T08:03:40.000Z (4 months ago)
- Last Synced: 2025-02-04T09:19:24.908Z (4 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Heading ID Copy ===
Contributors: devcj
Tags: copy, heading, URL, clipboard
Tested up to: 6.7
Stable tag: 1.7
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: Add IDs to heading tags (h2-h6) and allow users to copy the URL to clipboard with the heading ID.
Version: 1.7== Installation ==
1. Upload the plugin folder to the /wp-content/plugins/ directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.== Description ==
Heading ID Copy is a lightweight WordPress plugin that automatically assigns unique IDs to heading tags (`h2-h6`).
It also adds a small copy icon next to each heading, allowing users to quickly copy the URL containing the heading ID.### Features:
- Automatically generates heading IDs for `h2-h6` elements.
- Adds a small copy button next to each heading.
- Clicking the button copies the full URL with the heading ID to the clipboard.
- Works on both posts and pages.
- Simple and lightweight, with minimal impact on performance.== Changelog ==
= 1.7 =
* Added a new setting option that allows administrators to choose whether the link copy functionality and copy icon are shown to all users or only to administrators.= 1.4 =
* Added detailed plugin description.= 1.3 =
* Version update and minor improvements.= 1.2 =
* Enabled heading ID copy functionality for both posts and pages.= 1.1 =
* Added a copy icon for easier heading ID copying.= 1.0 =
* Initial release.