=== TOC Wizard ===
Contributors: addonlogic
Tags: table of contents, toc, headings, shortcode, navigation
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.0.0
Requires PHP: 8.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Automatically generates a nested, clickable table of contents from your post headings.

== Description ==

TOC Wizard scans your post content for H2–H6 headings and outputs a clean, nested, clickable table of contents. Use the [toc] shortcode or enable auto-insert to add it before the first heading automatically.

**Features**

* [toc] shortcode — place anywhere in post content
* Auto-insert before first H2 (optional)
* Configure which heading levels to include (H2–H6)
* Minimum heading count threshold
* Collapsible show/hide toggle
* Smooth-scroll to headings
* Automatic ID anchor injection into headings
* Dark-mode compatible styles
* Translation-ready

== Installation ==

1. Upload the `toc-wizard` folder to `/wp-content/plugins/`
2. Activate via Plugins > Installed Plugins
3. Go to Settings > TOC Wizard to configure
4. Add `[toc]` to any post or enable auto-insert

== Frequently Asked Questions ==

= Does it work with Gutenberg? =
Yes. Use the shortcode block to insert [toc] or enable auto-insert.

= Can I control which headings appear? =
Yes. Choose H2 through H6 in Settings > TOC Wizard.

== Screenshots ==

1. TOC displayed in a post
2. Settings page

== Changelog ==

= 1.0.0 =
* Initial release
