https://github.com/pders01/koha-plugin-command-palette
TBA
https://github.com/pders01/koha-plugin-command-palette
command-palette koha koha-plugin
Last synced: about 1 month ago
JSON representation
TBA
- Host: GitHub
- URL: https://github.com/pders01/koha-plugin-command-palette
- Owner: pders01
- License: gpl-3.0
- Created: 2023-06-29T14:10:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T23:40:30.000Z (over 1 year ago)
- Last Synced: 2025-03-28T11:34:17.747Z (about 1 year ago)
- Topics: command-palette, koha, koha-plugin
- Language: Perl
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# koha-plugin-command-palette
This project aims to make navigation easier. Although it's already at ^1, it's actually still a prototype (I didn't honor semver at the time).
Just install and hit `Cmd/Ctrl + /`! Ideas and contributions welcome. I actually wanted `Cmd+k` but Firefox uses `Ctrl+k` for some bs 🙄 (might still switch back, though).
## Badges
[](https://opensource.org/licenses/)
## Installation
### Plugins within Koha
Koha's Plugin System allows for you to add additional tools and reports to Koha that are specific to your library.
Plugins are installed by uploading KPZ ( Koha Plugin Zip ) packages.
A KPZ file is just a zip file containing the perl files, template files, and any other files necessary to make the plugin work.
The plugin system needs to be turned on by a system administrator.
To set up the Koha plugin system you must first make some changes to your install.
* Change `0` to `1` in your koha-conf.xml file
* Confirm that the path to `` exists, is correct, and is writable by the web server
* Restart your webserver
Once set up is complete you will need to alter your UseKohaPlugins system preference. On the Tools page you will see the Tools Plugins and on the Reports page you will see the Reports Plugins.
## License
[GPL v3](https://github.com/pders01/koha-plugin?tab=GPL-3.0-1-ov-file#readme)