b0dee / vim-bujo

Bullet journal plugin for Vim
0 stars 0 forks source link

Manipulate tasks from `:Outstanding` buffer #17

Open b0dee opened 4 months ago

b0dee commented 4 months ago

:Outstanding virtual buffer is currently just a view, want the ability to use commands when in the buffer that locate the current line under the cursor and apply an action to it i.e. remove, mark complete

b0dee commented 2 months ago

Figure this should apply to all bujo buffers, needs slightly different handling between i.e.:

Notes: Going to do this via commands:

Don't delete on cancell, just replace the [ ] with [~] and also do ~~ on either side of the task to make it strikethrough Need to have a defined key (which should be customisable) for closed/cancelled/missed tasks