Protos TOC Generator

描述

Protos TOC Generator automatically creates a Table of Contents for your posts and pages by scanning for heading tags (<h1> to <h6>). It adds anchor links for smooth navigation within long articles.

Features:
– Automatically injects a TOC before the first heading
– Smooth scrolling to heading sections
– Supports heading levels h1 to h6
– SEO-friendly anchor links
– Easy styling and customization
– Lightweight and no settings page

License

This plugin is licensed under the GPLv2 or later.

螢幕截圖

  • Table of contents automatically inserted before the first heading.
  • Smooth scrolling behavior on anchor clicks.1. Admin view for configurations

安裝

  1. Upload the plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Visit any post with headings — the TOC appears before the first heading.

常見問題

Can I disable TOC for specific posts?

Not in this version. Let us know if you need this feature!

Can I customize where the TOC appears?

By default, it appears before the first heading. A shortcode version is coming soon.

Will this work with any theme?

Yes, it works with all standard themes and heading structures.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Protos TOC Generator” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Protos TOC Generator 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.1

  • Added smooth scrolling JavaScript
  • Replaced strip_tags() with wp_strip_all_tags()
  • Cleaned code for better WordPress compliance

1.0

  • Initial release – auto TOC based on heading tags