Skip to main content

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é

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é

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.