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 listF
opens the drop down (new since v2.0.0)A
opens shortcut preset editing modalHome
navigates to the home screen / dashboardv+a
opens the Big Board with the current filterv+t
opens the "My tasks" for the actual usera+a
opens the projects analytics in a modalt
adds the add spent time modal from TagiAddSpentTimev+N
where 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%3Aopen
so that the respecting shortcut will lead to the filter searching all open tasks.v+v+N
is the same as above, yet with 10 additional slots to configure!S
executes the converter feature of the SubtaskHelperg
executes the combiner feature of the SubtaskHelperE
executes the edit subtask feature of the SubtaskHelperv+c
searches for tasks, which were done last week (monday to sunday)v+v+c
searches for tasks, which were done this week (monday to sunday)B
open 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.php
for most shortcuts to work properly - Requires Big Board, if the
v+a
shortcut should be accessible and also URLCleaner is needed then
- No known issues
01
Template 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