Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: bindings for checkboxes #5

Open
nikbrunner opened this issue May 14, 2024 · 2 comments
Open

feature: bindings for checkboxes #5

nikbrunner opened this issue May 14, 2024 · 2 comments

Comments

@nikbrunner
Copy link

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:

  • A binding to create a checkbox on the current line
  • A binding to complete a checkbox on the current line (if it exists)
  • Two bindings to jump to the previous and next daily note

Thank you again.

@yujinyuz
Copy link
Owner

@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 <leader>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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants