Creates anchor links to heading tags in the content of selected posts, just like Github does within the Readme.md files.
Creates anchor links to heading tags in the content of selected posts, just like Github does within the Readme.md files.
Get involved and join Github!
Settings -> Add Anchor Links
and when should be applied.Use the GitHub Repo rather than the WordPress Plugin. Do as follows:
If you haven’t already done: Install git
In the console cd into Your ‘wp-content/plugins´ directory
Type git clone https://github.com/vyskoczilova/add-anchor-links
or better type git fork https://github.com/vyskoczilova/add-anchor-links
If you want to update to the latest files (be careful, might be untested on Your WP-Version) type `git pull´.
I personally prefer GitHub, to keep things straight. The plugin code is here: GitHub
But you may use the WordPress Forum as well.
Either post it on GitHub or—if you are working on a cloned repository—send me a pull request.
(2021-03-07)
* Make Kybernaut\AddAnchorLinks::add_anchors( $string )
function available for custom calls
(2021-03-07)
* Fix: Use escaping attribute on admin screens
* Add PHPCS & simple PHPUnit test
* Use Travis CI/CD (PHPCS, PHPUnit)