Adrian Sieber
Adrian Sieber
Thanks for the tip. We'll check it out!
Mh, yeah sounds definitely annoying, but this will probably be a quite difficult undertaking. Have you checked if there is a way to export the taskwarrior tasks in a way...
Oh, good catch (I think)! This error means that you try to import 2 identical notes. While this error makes sense for tasks (you wouldn't want to import 2 absolutely...
Or maybe it's a general bug for importing several notes for the same task. Will have to investigate. Do you have a minimal example?
Yeah exactly. It gets extracted from the ULID. When you import a task it automatically generates an ULID with the correct date. I mean, it can be changed by creating...
Hi @ngortheone, glad to hear 😁. > Rust was on my mind [Rust as a gateway drug to Haskell](http://xion.io/post/programming/rust-into-haskell.html) 😉 > What is your plan for sync between different devices?...
> What about support for complex priorities (combination of priorities for the task and tags) or urgency similar to TaskWarrior? Is already implemented to a large part: https://tasklite.org/concepts.html#priority 😁 >...
> Where I can specify priority boost value for different tags. And then have a possibility to define a custom final task priority formula via configuration. Well, that's not easily...
@LeonB It already includes rudimentary time tracking support: ``` start Add a note that work on task was started stop Add a note that work on task was stopped ```...