Focus on First Task in Vikunja Table view. Focuses on the first <a> element in the first <td> of the specified table when it becomes available. You have to change the match parameter below to your website URL.
After the page is loaded user is able to use "Tab"/"Shift+Tab" on keyboard to navigate forth/back through tasks.
Use Case: You have a saved filter that displays recently changed/created tasks that are not completed yet - basically "Recent" view. You setup a table view for this saved filter and map opening it to some shortcut on your OS. This way when you have to see details of recent stuff you can quickly and conviniently use your keyboard only to do that. Here's visual of what is meant: https://ibb.co/bgVvWM9T
If you don't see first task highlighted - just reload the page.
You have to change the @match parameter in script to your website URL.
Optionally: for the shortcut scenario here's example of how that shortcut looks like in Firefox PWA extension:
@echo off
:: Set your Vikunja details here (placeholders - replace with actual values)
set PWA_ID=01K3RJKPDT7AGZ174AGFRTKH4G
firefoxpwa site launch %PWA_ID% --url "https://try.vikunja.io/projects/-20/504"
:: -20 is saved filter's ID & 504 is table view ID
Focuses on the first <a> element in the first <td> of the specified table when it becomes available.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址