Plugin for Kanboard
A plugin, which adds certain shortcuts to Kanboard. Also since version 2 there is a new drop down box feature, with which you can choose predefined user presets to quickly switch to a predefined url.
Update notice: since version 2 I refactured the shortcut preset system. I was too lazy to code a converter from the old system to the new one, but the old presets are still there in the database. You might want to look into the settings table of the Kanboard database and search the add_shortcuts_v_*_url entries to get your old url presets, where the star stands for the number (1 == "v 1" shortcut, 11 = "v v 1", etc.).
Example use
?opens updated short cut listFopens the drop down (new since v2.0.0)Aopens shortcut preset editing modalHomenavigates to the home screen / dashboardv+aopens the Big Board with the current filterv+topens the "My tasks" for the actual usera+aopens the projects analytics in a modaltopens the add spent time modal from TagiAddSpentTimeTopens the change estimated time modal from TagiAddSpentTimexopens the change complexity modal from TagiAddSpentTimev+Nwhere N is any number between 0 and 9. You can set up custom links in the config. This way you could e.g. assign/?controller=SearchController&action=index&search=status%3Aopenso that the respecting shortcut will lead to the filter searching all open tasks.v+v+Nis the same as above, yet with 10 additional slots to configure!Sexecutes the converter feature of the SubtaskHelpergexecutes the combiner feature of the SubtaskHelperEexecutes the edit subtask feature of the SubtaskHelperv+csearches for tasks, which were done last week (monday to sunday)v+v+csearches for tasks, which were done this week (monday to sunday)Bopen the task TaskSelector dropdown
- Requires Kanboard ≥
1.2.27 - (not 100% sure) URL rewrite must be enabled for clean URL
define('ENABLE_URL_REWRITE', true);inside theconfig.phpfor most shortcuts to work properly - Requires Big Board, if the
v+ashortcut should be accessible and also URLCleaner is needed then
- No known issues
01Template override- No database changes
Read the full Changelog
- Go into Kanboards
plugins/folder git clone https://github.com/Tagirijus/AddShortcuts
- Contributors welcome
- Starter template available
- @Tagirijus - Author
- Contributors welcome
- This project is distributed under the MIT License
