- Clone:
git clone https://github.com/InPoint-Automation/AutoAnchorLinks.git - Install the plugin via Publii: Tools -> Plugins -> Install plugin, and select the packaged ZIP (see the Package section below).
- Enable in Publii, render the site, inspect output HTML.
Publii requires the files inside an AutoAnchorLinks/ subfolder within the ZIP.
On Linux you can run a single command to make a clean .zip
ln -s . AutoAnchorLinks && zip AutoAnchorLinks.zip AutoAnchorLinks/plugin.json AutoAnchorLinks/main.js AutoAnchorLinks/thumbnail.svg AutoAnchorLinks/README.md AutoAnchorLinks/LICENSE; rm AutoAnchorLinks
Otherwise, you can just directly zip up the whole AutoAnchorLinks directory. You may consider to remove the screenshot, etc first.