yujinyuz / gitpad.nvim

minimal neovim plugin for taking down notes for git projects, branch, etc.
https://yujinyuz.github.io/gitpad.nvim/
MIT License
43 stars 4 forks source link

feature: bindings for checkboxes #5

Open nikbrunner opened 1 month ago

nikbrunner commented 1 month ago

Thank you for this plugin! It is awesome and exactly what I want. :)

I have a few ideas that I believe would be great additions:

Thank you again.

yujinyuz commented 1 month ago

@nikbrunner Awesome!

I'll probably think about this.

For the toggle, I'm already using this plugin https://github.com/SidOfc/mkdx since the file is already in markdown, it integrates with it pretty well. I just press \t

You can check how I configured it in my dotfiles


I do find jumping from the previous and next daily note useful. But vim-unimpaired already does that for me out of the box via ]f and [f

Because gitpad is just using a flat filesystem, the <kbd>f</kbd> kinda just magically works with vim-unimpaired

nikbrunner commented 1 month ago

Awesome! Thank you for the considiration and hints about the other plugins. Although I would prefer that these features would be "in the box" with this plugin. :) I think it would be complementary.