Kanban Plugin

@Mortacci Here is a generic version of my myK.md …


---

kanban-plugin: basic

---

## DO

- [ ] DO_Priority1 #-01-(colored tag)
- [ ] DO_P2 #-02-
- [ ] DO_P3 #-03-
- [ ] DO_P4 #-04-
- [ ] [DAILY](obsidian://advanced-uri?vault=YourVaultNAME&daily=true)
- [ ] [tasks](../tasks/tasks.md)
- [ ] ```tasks<br>not done<br>sort by due<br>```


## WHEN?

- [ ] Procrastinator's Dream
- [ ] ¿¿


## D_after_T

- [ ] EMAIl_P2 #-02-
- [ ] ¿?
- [ ] [tasks_D_after_T](../tasks/tasks_D_after_T.md)
- [ ] ```tasks<br>not done <br>due after tomorrow <br>sort by due<br> ```


## TOMORROW

- [ ] BUY_P1 #-01-
- [ ] ¿?
- [ ] [tasks_TOMORROW](../tasks/tasks_TOMORROW.md)
- [ ] ```tasks<br>not done <br>due tomorrow <br> ```


## TODAY

- [ ] RUN #-01-
- [ ] ¿?
- [ ] [tasks_TODAY](../tasks/tasks_TODAY.md)
- [ ] ```tasks<br>not done<br>due today<br> ```


## DONE

EXPLANATION:

I)
- [ ] [DAILY](obsidian://advanced-uri?vault=YourVaultNAME&daily=true)

opens up today’s daily note with the help of the Advanced URI plugin.

II)

- [ ] [tasks](../tasks/tasks.md)
- [ ] ```tasks<br>not done<br>sort by due<br>```

tasks.md consists of

```tasks
not done
sort by due
```
[myK](../kanbans/myK.md)
[ACT](../ACT.md) 
[DAILY](obsidian://advanced-uri?vault=O_ichmoimeyo&daily=true)

ACT.md is a markmind/markdown note I can toggle with Alt+M.

[ ] ```tasks<br>not done<br>sort by due
````
this lists my ‘not done’ tasks’ sorted by due

This is purely VISUAL, clicking on it causes an error; however this way I can see my tasks and to change them, all I have to do is click on the tasks.md in the card just above & reverting back to the myK.md the “visual” tasks list will also have been updated.

 

I do the same with …

tasks_D_after_T.md (tasks due after tomorrow)
tasks_TOMORROW.md
tasks_TODAY.md

 

It’s a little awkward but it works for me.

1 Like