-
Notifications
You must be signed in to change notification settings - Fork 211
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
FR - Delete block shortcut #89
Comments
Personally, I delete the current block by pressing
The question is also where the cursor should go when a block is deleted. At the end of the previous block perhaps? Unless it was the first block that was deleted, in that case maybe at the start of the next block (the new start block)? |
I'd really love to have that as I like my scratchpad to only show currently relevant things - I'm a fan of inbox zero. 😅 The suggestions for text cursor placement after deletion absolutely make sense to me. Looking forward to seeing this in heynote at some point! |
I'd love/need this as well:
I tried this, but it dosen't work if the block is the topmost. I generally add a new block in the top when I want to do a small temporary note, a quiclist or something, and then removing it is cumbersone. If I backspace from the previous block I lost the formatting on the second block (it becomes the formatting of the first). CMD+Backspace is probably a good shortcut and you can undo it with CMD+Z as it is currently |
Currently I use
⌘ + Down / Up
to navigate to a block (although the cursor positioning is a bit weird)Then
⌘ + A
to select it thenDelete
to delete it.Is it difficult to add a shortcut say...
⌘ + D
to remove a block?This along with the block navigation mode would make it easier to use. If you can point me out to the shortcuts code I might even be able to do it myself.
Thanks for the app! Loving it!
Edit: I just found out the clues I needed on #85 so I might be able to do a PR shortly. Feel free to comment here if you have any thoughts.
The text was updated successfully, but these errors were encountered: