X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/0c34df5affa01c37adb70e2c86d2a4ae3dd573bc..c4d955023d95b0eda00ebf2380ed01f545211f4a:/.plan diff --git a/.plan b/.plan index bd7ba48..7aa9a4a 100644 --- a/.plan +++ b/.plan @@ -1,11 +1,19 @@ # My plan for now, roughly -- Add the task labeling and rescheduling functionality to nota.nvim +- Recheck aerc configuration - [2024-03-03] This is done. Adding scheduling was mostly a matter of text manipulation. Since I only use YYYY-MM-DD it works quite well. If people ever adopt it, I would consider adding flexibility. + I took some time to review my config with aerc. Basically only aesthetic + changes: column sizes, date format, and threading. -- Finalize the template parser for blog 7.0.0 + I did add contacts integration but haven't really had a chance to try it + out. - [2024-03-08] The template parser is finished! I ended up caving and using dependencies for serializing, but mostly to generate a timestamp. Up next will be to generate the archive. I reckon publish and remote will be easy as i use existing tools. +- Learn more about flow management in iOS -[2024-03-02] + I ended up learning a lot about how to handle sync/async state changes in + iOS. I haven't updated any of my open source apps to reflect it yet. But + in the app where I changed it it's made a huge difference! + +- Read some more research on either problem solving or team dynamics + +[2024-09-07]