J4.x

J4 Plugin example - Table of Contents: Difference between revisions

From Joomla! Documentation

Test save because of previous system denials.
 
Line 5: Line 5:
MediaWiki automatically generates a nice ''Table of Contents'' (ToC). There are plugins for Joomla 3.x that do the same Job but nothing yet for Joomla 4. So for demonstration purposes I decided to create a ToC Plugin and document the process as a tutorial. The plugin code and working zip file are available on github:
MediaWiki automatically generates a nice ''Table of Contents'' (ToC). There are plugins for Joomla 3.x that do the same Job but nothing yet for Joomla 4. So for demonstration purposes I decided to create a ToC Plugin and document the process as a tutorial. The plugin code and working zip file are available on github:


Previous attempts to create this page have ended here so saving to check!
* [https://github.com/ceford/j4xdemos/tree/master/J4xdemos-plg-toc https://github.com/ceford/j4xdemos/tree/master/J4xdemos-plg-toc]
 
There is also a helpful Joomla 4 tutorial here:
 
* [https://docs.joomla.org/J4.x:Creating_a_Plugin_for_Joomla https://docs.joomla.org/J4.x:Creating_a_Plugin_for_Joomla]

Revision as of 11:50, 22 August 2019

The J4xdemostoc Example Plugin Tutorial

Background

MediaWiki automatically generates a nice Table of Contents (ToC). There are plugins for Joomla 3.x that do the same Job but nothing yet for Joomla 4. So for demonstration purposes I decided to create a ToC Plugin and document the process as a tutorial. The plugin code and working zip file are available on github:

There is also a helpful Joomla 4 tutorial here: