BuJo
Habit tracker using MD tables
Habit 1 | Habit 2 | Habit 3 |
---|---|---|
β | β | β |
Snippet to move tasks forward
In bullet journal, we move the task to the next day using symbol >
We can not use it as is, cause >
has special meaning in markdown, hence it needs to be enclosed in `
It is a chore to type >
each time, instead create a prefix like
{
"`>": {
"prefix": "forw",
"body": [
"`>`"
],
"description": "Move task forward"
}
}
Use this by typing forw
and then Tab to insert >
While forw
are 4 letters and >
is just 3, but somehow forw
is more logical. π€·ββοΈ