Split js into separate files

This commit is contained in:
2026-01-15 20:24:16 +01:00
parent 8a97197f3e
commit dd74499339
8 changed files with 740 additions and 653 deletions

View File

@@ -55,6 +55,8 @@ This repository follows DokuWiki's plugin conventions at the top level (e.g. `sy
Reusable PHP code lives in `src/` and is loaded via `autoload.php`.
When adding new internal classes under the `dokuwiki\plugin\luxtools\` namespace, place them in `src/<ClassName>.php`.
JavaScript is split into small modules under `js/` and registered via `action.php` so DokuWiki loads them in order.
## Configuration