b0dee / vim-bujo

Bullet journal plugin for Vim
0 stars 0 forks source link

Migration #3

Open b0dee opened 3 months ago

b0dee commented 3 months ago

A "Reflection" buffer that shows incomplete tasks from monthly and daily logs of that month so they can be moved into the next months monthly log or migrated to the future log (or migrated out into backlog)

Toggle to have this automatically happen when rotating daily log file (weekly) (first day of month in the week triggers this rather than first mon/sun whatever that is of the next month)

Mappings when in the reflection buffer for quick actions i.e. g< to migrate to future log (will prompt for month) g!< to migrate to backlog g> to migrate to next monthly log g!> to migrate to next daily log

b0dee commented 3 months ago

Tweaking and extending this slightly: The first part (getting it working)

Once working and happy extend to

b0dee commented 3 months ago
b0dee commented 3 months ago