X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/a082e2cf7315ec23b3fa556cc46233a53c4bdec6..0c34df5affa01c37adb70e2c86d2a4ae3dd573bc:/.plan diff --git a/.plan b/.plan index 84d0d6c..bd7ba48 100644 --- a/.plan +++ b/.plan @@ -2,8 +2,10 @@ - Add the task labeling and rescheduling functionality to nota.nvim - 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. + [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. - Finalize the template parser for blog 7.0.0 + [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. + [2024-03-02]