diff options
| -rwxr-xr-x | install | 3 | ||||
| -rw-r--r-- | plan | 9 |
2 files changed, 12 insertions, 0 deletions
@@ -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 @@ -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] |