=== Simple TOC === Contributors: Bainternet, adsbycb Donate link:http://en.bainternet.info/donations Tags: table of contents, toc, wiki like toc Requires at least: 2.9.2 Tested up to: 3.1.2 Stable tag: 0.2 create a wiki like TOC (table of contents) in your posts or pages using shortcode. == Description == This plugin makes it easy to create a wiki like TOC (table of contents) in your posts or pages using shortcode, no linking or creating anchor is needed. = Features: = * New TinyMCE (WordPress editor) button. (new) * Added a new heading for TOC. (new) * Create as many TOC as you want. * TOC is per page/post basis. * No coding or coding knowlage is required. Any feedback or suggestions are welcome. Also check out my other plugins == Installation == 1. Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation. 2. Then activate the Plugin from Plugins page. 3. Done! == Frequently Asked Questions == = How to use? = Simple, place `<---TOC--->` anywhere in you post or page where you want to the TOC to show. Then for each eading you want added to the TOC add `<---TOC Heading:Heading_name--->` and change `Heading_name` with the actual mane you want the TOC heading link to be. Now that is the old way, the new way would be to use the new tinymce button I've added to the plugin and simply select what you want to insert. = How to style the TOC = I left the styling up to you but if you want the defualt style of wikipedia then add to your styles.css file: `.toc{ background-color: #F9F9F9; border: 1px solid #AAAAAA; padding: 5px; }` = I have Found a Bug, Now what? = Simply use the Support Forum and thanks a head for doing that. == Screenshots == 1. TinyMCE button. 2. Simple interface for shortcode insertion. 3. Table of contents generated using Simple toc. == Changelog == 0.2 New tinymce button for easy shortcode insertion. added a header for TOC. 0.1 inital release.