Show HN: Heynote – A dedicated scratchpad for developers
11–20 of 321 posts
Re: Show HN: Heynote – A dedicated scratchpad for developers
#12I'd love to get some feedback also :). Heynote Github Repo: https://github.com/heyman/heynote
Hey! Nice app, I've always had scratch pads around for things like this and never had a particularly good solution for them. Soulver is nice but too maths focused, a tab in VSCode in nice but it's a pain to manage multiple buffers for different languages. I like the feature set here. A few bits of feedback for potential improvements or clarifications... - I couldn't find the shortcut to change the language until I ho…
Re: Show HN: Heynote – A dedicated scratchpad for developers
#13Re: Show HN: Heynote – A dedicated scratchpad for developers
#14I was bummed since it uses the entry point DiscardVirtualMemory and for some reason it won't work on Windows 7 (Yea, I'm still using W7 for "Work Reasons")
Re: Show HN: Heynote – A dedicated scratchpad for developers
#15I just downloaded and installed and I am really impressed. I liked the concept of math blocks though it took me a few seconds to figure out how to change a new block into a math block. This note at the top wasn't clear to me: ⌘ + L Change block language The phrase block language didn't trigger my "change the type of block" thinking. I might slightly rephrase like: ⌘ + L Change block language (Math, Markdown, etc.) Ot…
Re: Show HN: Heynote – A dedicated scratchpad for developers
#16love seeing stuff like this on HN like the good old days.
Any plans to add vi keybindings support by any chance?
Re: Show HN: Heynote – A dedicated scratchpad for developers
#17Cool, been looking for new tools to help collect the mess that is my notes. Nice and simple, as a tool like this should be. A few questions after playing for a few minutes: * Where are the notes stored? * Can I delete a block easily? * After creating an additional cursor (great extra feature btw) how do I stop creating them, and/or remove one I've created?
Great way to make a list. Start with a number, make your list, then use the additional cursor to add in a checkbox.
Re: Show HN: Heynote – A dedicated scratchpad for developers
#18Cool, been looking for new tools to help collect the mess that is my notes. Nice and simple, as a tool like this should be. A few questions after playing for a few minutes: * Where are the notes stored? * Can I delete a block easily? * After creating an additional cursor (great extra feature btw) how do I stop creating them, and/or remove one I've created?
The whole buffer is stored in a file called buffer.txt located in the user data directory (varies depending on platform, on Mac it's ~/Library/Application Support/Heynote, on Linux ~/.config/Heynote).
> Can I delete a block easily?
I do that by pressing: C-A Backspace Backspace.
> After creating an additional cursor (great extra feature btw) how do I stop creating them, and/or remove one I've created?
Pressing ESC (or C-G in Emacs mode) should remove all extra cursors.