This is great. I always resort to textedit for this stuff, i am going to use heynote instead and see how it goes. love seeing stuff like this on HN like the good old days. Any plans to add vi keybindings support by any chance?
Show HN: Heynote – A dedicated scratchpad for developers
311–320 of 321 posts
Re: Show HN: Heynote – A dedicated scratchpad for developers
#312Re: Show HN: Heynote – A dedicated scratchpad for developers
#313Hey congrats, this looks great for macOS! Trying it now! With a similar mindset and an Emacs background, I wanted a scratch -like experience on iOS, so I built one https://xenodium.com/scratch-a-minimal-scratch-area . Seems to work for others too https://irreal.org/blog/?p=11202 While there's a new built-in iOS journaling app, I'm building one to save to plain text (and no lock-in). https://xenodium.com/an-ios-journa…
Re: Show HN: Heynote – A dedicated scratchpad for developers
#314This is great. I always resort to textedit for this stuff, i am going to use heynote instead and see how it goes. love seeing stuff like this on HN like the good old days. Any plans to add vi keybindings support by any chance?
yes, this is cool, but without vi keybindings it's not very practical for me now I wonder if I can get or write a vim plugin to do something similar... that would also have the advantage of being in a terminal so it can live in a persistent tmux session and be accessible remotely...
Re: Show HN: Heynote – A dedicated scratchpad for developers
#315This is so neat. Good work! I've tried Obsidian, Notion, Typora, and a myriad of other local editors only to come back to vim every time. My ideal text editor is one that has syntax highlighting, scratchpad, markdown support, block based editing, ability to link between documents and vim keybindings. No cloud login, AI assistant, cross-device sync, or other bloat. I try to avoid using electron apps for lightweight ta…
Re: Show HN: Heynote – A dedicated scratchpad for developers
#316This looks really promising! I just tried it out. A few pieces of feedback! 1. It seems like the save delay is a bit too long. If you reload the page within like 1s of writing, what you just wrote disappears. Maybe make that faster and/or include a confirmation that there's unsaved changes if you try to close so you don't lose changes. 2. I was expecting some of the other languages to evaluate too (specifically JS).…
This is now fixed by making sure the buffer is flushed on reload / exit. Should be released in a beta version in a couple of minutes. Turn on the beta channel in Heynote's settings if you want to update to it right away.
2. Only Match blocks evaluate, and it's likely to stay that way.
Re: Show HN: Heynote – A dedicated scratchpad for developers
#317Re: Show HN: Heynote – A dedicated scratchpad for developers
#318Re: Show HN: Heynote – A dedicated scratchpad for developers
#319I love this concept, blocks with different language is great! Can drop my sublime plain text now
Re: Show HN: Heynote – A dedicated scratchpad for developers
#320I was able to toggle language using `⌥ + Shift + F` once before, but that does not seem to be working anymore.