Skip to main content

Johan Bové

todotxt-mode is a great extension for Visual Studio Code when you're using todo.txt

Pretty neat integration of the todo.txt format into Visual Studio. I like enough to be considering it a replacement for my more complex TaskWarrior set up.

Especially the integration with links to "project" files is great.

And since everything is files all the way down, I can share the todo.txt through a git repo on multiple systems and it's easy to manipulate the todo.txt file through simple bash commands and aliases.

Johan Bové

Johan Bové

Johan Bové

Johan Bové

Johan Bové

Some days I don't write in my bullet journal, and when I take the time to finally catch up with journaling, I find myself often looking at this site or at my TaskWarrior notes, to remember where I was before.

Johan Bové

Got a first version ready for my "open productivity" meets TaskWarrior idea;

Check it out: https://johanbove.info/now.php

I didn't focus on styling much. The goal for v1.0.0 was getting the data from my local TaskWarrior data on to my web host in a manageable manner.

Johan Bové

Found a way to export "completed" tasks to a JSON object.

This command will create a JSON object for all tasks ended in the last week:

```bash
task end.after:today-1wk project:Plans export > ~/task-completed.json
```

Johan Bové

Johan Bové

The TaskWarrior "context" concept is my focus-mode.

Johan Bové

Started using as an extension to . Excellent plugin which allows you to add long-form notes, document links and website urls to tasks. Extremely useful.

https://github.com/ValiValpas/taskopen

Johan Bové

Manage all your tasks with TaskWarrior - YouTube

Great introduction on Taskwarrior by Paul Fenwick ( @pjf )


Johan Bové

@pjf My bash prompts are:

DONE="🖖"
URGENT="🔥"
OVERDUE="👎"
DUETODAY="🔔"
DUETOMORROW="⏰"

Johan Bové

Managed to build and set up on the . Getting the sync to work was less straightforward as I expected. Hostname loopbacks and cipher certificates made it a little harder. Still need to set up an app and the sync connection with my work . Will post full log soon.

Johan Bové

if I could integrate with through its . Should be possible through curl POST requests.