Changeset 3267646
- Timestamp:
- 04/07/2025 06:19:43 AM (12 months ago)
- File:
-
- 1 edited
-
block-anchor-support/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
block-anchor-support/trunk/readme.txt
r3267407 r3267646 11 11 == Description == 12 12 13 The **Block Anchor Support** plugin adds anchor link support to all Gutenberg blocks. This allows you to add custom anchor IDs to your blocks, making it easier to create navigable links within your content. 13 **Easily add anchor links to any Gutenberg block — no custom code required.** 14 15 Block Anchor Support is a lightweight and powerful plugin that lets you assign custom anchor IDs to **any block in the WordPress Block Editor (Gutenberg)**. With anchor links, you can create internal page navigation, build tables of contents, link to specific sections, and improve accessibility and user experience. 16 17 **Key Features:** 18 19 - Add anchor ID support to *all* Gutenberg blocks 20 - Works seamlessly with native WordPress UI 21 - Prevents duplicate anchor IDs 22 - Auto-suggests unique IDs based on content 23 - Ideal for single-page websites, FAQs, documentation, and long-form content 24 25 No more editing HTML manually — just add your custom ID in the Block Inspector and start linking. 26 27 **Use Cases:** 28 29 - One-page websites 30 - Jump links in blog posts 31 - Table of contents navigation 32 - Linking to headings or custom sections 33 - Smooth scrolling (when paired with a compatible theme or script) 34 35 **Why use Block Anchor Support?** 36 37 Unlike other plugins that only work with headings or specific blocks, this plugin adds universal anchor ID support across *all* blocks — including paragraphs, images, groups, and custom blocks. 38 39 14 40 15 41 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.