X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/d15c985e3a9b47f1ca95867c37f599b6d2127452..6626b64f0d1d643b170384f6eed8b97704f43338:/.plan diff --git a/.plan b/.plan index 8799e5c..bd7ba48 100644 --- a/.plan +++ b/.plan @@ -1,6 +1,11 @@ # My plan for now, roughly - Add the task labeling and rescheduling functionality to nota.nvim + + [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]