aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-03-04 21:52:57 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-03-04 21:52:57 +0100
commit28a4be3558b7950191a9110c40081f06c6fb77c5 (patch)
treec2d2db7973bb5671e7eba1730effc8ab864cba46
parentfc82060a6f1fbdffb4e394c812ee5fd71ad4deb4 (diff)
Install plan file
-rwxr-xr-xinstall3
-rw-r--r--plan9
2 files changed, 12 insertions, 0 deletions
diff --git a/install b/install
index 7b5c7c5..9940001 100755
--- a/install
+++ b/install
@@ -44,6 +44,9 @@ ln -fns .dotfiles/skhdrc ~/.skhdrc
# tmuxp
ln -fns .dotfiles/tmuxp ~/.tmuxp
+# plan
+ln -fns .dotfiles/plan ~/.plan
+
# config dir
mkdir -p ~/.config
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]