An open API service indexing awesome lists of open source software.

https://github.com/cheoljundev/heading-id-copy


https://github.com/cheoljundev/heading-id-copy

Last synced: 3 months ago
JSON representation

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.