Live data from Hacker News

Show HN: Heynote – A dedicated scratchpad for developers

heynote.com

201–210 of 321 posts

Re: Show HN: Heynote – A dedicated scratchpad for developers

#201

Looks great. Quick question. When I started it up, Little Snitch immediately told me it made a connection to GitHub and currencies.heynote.com. Why does a scratch pad need to phone home?

Probably Github for autoupdate and currencies for current currency rates

Correct.

For the paranoid it should be simple to fork Heynote and disable currencies and auto updates.

Re: Show HN: Heynote – A dedicated scratchpad for developers

#202

Earlier quoted context omitted.

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…

> I couldn't find the shortcut to change the language until I hovered over the status bar element for it. It should have a menu item with the keyboard shortcut on it. Noted. Will fix! > Doesn't respect the system light/dark mode, it should by default (but perhaps with an app specific override as some people like that) The light/dark toggle has three states. Light/Dark/Whatever the system is set to (default). If it's…

Sync between devices (windows mac iphone) is the only thing more I'd want out of this. Great work!

Re: Show HN: Heynote – A dedicated scratchpad for developers

#204
I like the execution and minimalist UI.

It would be awesome if this was a native or Tauri / Wails app, moving away from Electron would really de-bloat the application and set it apart from say using another VScode extension etc... I already have far too many chrome instances running due to Electron.

Re: Show HN: Heynote – A dedicated scratchpad for developers

#206

I currently have a insane long Markdown file as brain dump. Will give it a shot. Something like an overview or minimap or a way to structure like mindmap would be nice :)

Once browser support improves, minimaps on web-powered stuff will be pretty trivial: https://developer.mozilla.org/en-US/docs/Web/CSS/element

Re: Show HN: Heynote – A dedicated scratchpad for developers

#207

This reminds me a lot of org-mode( https://orgmode.org/ ). Do you have plans to add other org-like features, like evaluating code blocks? I don't personally see myself moving away from org-mode, but it would be nice to have something to recommend to people who are reluctant to use emacs, even if it's only for a single application.

Oh, I haven't seen orgmode before, so I don't know what its features are. I'm not planning to add evaluation of code blocks (apart from Math blocks that is) due to the complexity it would add.

This is so much like org mode (or rather, a small subset of org mode) its fascinating and cool to me you had never even heard of it! Great minds...

Make sure to also look at org roam, it is more specifically why I won't personally have a need for Heynote any time soon, but it could maybe be inspiring for you going forward.

https://www.orgroam.com/

Re: Show HN: Heynote – A dedicated scratchpad for developers

#209

This is just outstanding. It's so exactly what I wish for out of a scratch pad. My feature request to add to your pile (possibly a lonely one, since maybe it's just unique to how my brain works): I really want a scratch pad like this to have UX that supports "inverted" order. Meaning, new blocks get added to the top of the page instead of the bottom. The blocks naturally flow in descending order of creation rather th…

I also like this. But I don't like the distraction of seeing all the blocks below my cursor move every time I make a new line.

The perfect UX would be to add a new buffer at the top, but with enough padding to fill the window so that you can't see the movement of previous blocks while you're typing.

(Maybe this is already kinda how it works - I haven't downloaded the app yet, but I'm excited to try it, because it looks great!)

Post reply on HN