From 28a4be3558b7950191a9110c40081f06c6fb77c5 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 4 Mar 2024 21:52:57 +0100 Subject: Install plan file --- plan | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plan (limited to 'plan') diff --git a/plan b/plan new file mode 100644 index 0000000..3a655ce --- /dev/null +++ b/plan @@ -0,0 +1,9 @@ +# 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-02] -- cgit