Yong Li
Yong Li
### 🚀 The feature, motivation and pitch [Obsidian URL](https://help.obsidian.md/Extending+Obsidian/Obsidian+URI) is a very useful way of identifying a note and use across other applications. It would be a nice feature if...
Hi, currently :TaskWikiChooseProject shows all the projects, same as the output from `taskwarrior projects`. However, I'd like to see only projects with active pending tasks, so the list is a...
Currently, when updating the auto-completion project lists, it's either using the projects of the currently shown tasks, or using the projects from all tasks (including completed tasks). https://github.com/kdheepak/taskwarrior-tui/blob/main/src/app.rs#L3616-L3620 However, projects...
It's a quite useful option but it's missing from https://kdheepak.com/taskwarrior-tui/configuration/advanced/ Took me a while to find it from the code. Would be nice to have it in the documentation.
Hi, I've added an action for opening obsidian note URI: ``` obsidian.labelregex=".*" obsidian.regex="^obsidian:\/\/open" obsidian.command="open $FILE" obsidian.modes="batch,any,normal" ``` Here's the annotation on a task: ``` Name Value ID 70 Description test...