Show HN: Heynote – A dedicated scratchpad for developers
281–290 of 321 posts
Re: Show HN: Heynote – A dedicated scratchpad for developers
#282I’ve always wanted something like this but integrated into the terminal or vim. Like you could have a hotkey that sends a json object from your debug session over to this scratch pad to save for later.
pbpaste >> ~/Scratchfile
You can probably hook that up to Alfred or whatever to have a hotkey for it.
Re: Show HN: Heynote – A dedicated scratchpad for developers
#283Re: Show HN: Heynote – A dedicated scratchpad for developers
#284Earlier quoted context omitted.
Interesting, how old is that Appflowy build? I know Flutter got quite fast recently due to them changing their renderer from Skia to Impeller.
The latest version of Appflowy (currently v0.3.9.1). Maybe it's Appflowy implementation.
Re: Show HN: Heynote – A dedicated scratchpad for developers
#285Earlier quoted context omitted.
The latest version of Appflowy (currently v0.3.9.1). Maybe it's Appflowy implementation.
I recall that the app Rows had their desktop version written in Flutter and it was extremely fast, able to render billions of rows as a spreadsheet, so I don't think it's a framework limitation but it is likely that Appflowy is not very well implemented.
[1] https://github.com/superlistapp/super_editor
Re: Show HN: Heynote – A dedicated scratchpad for developers
#286Earlier quoted context omitted.
so you want something akin to how the .NET Framework was included in Windows... what about different applications requiring different Electron versions?
In such rare case, it would download the required version. Having two separate Electron versions is still better than having ten in total, for each app separately.
Factor in, let's say (conservatively), 5 Electron based applications on a given system. I posit everyone of those will depend on a different Electron version.
Re: Show HN: Heynote – A dedicated scratchpad for developers
#287Re: Show HN: Heynote – A dedicated scratchpad for developers
#288I love this! Simple and solid execution. I've been wanting to build something similar for some time now, might fork and play around with it. Thank you for open sourcing it! I've started using Obsidian with a new note for each day and separating "blocks" with a Markdown horizontal rule (`---`) to achieve something similar, but this is much cleaner. The strength of such an approach is making capture extremely easy -- n…
Re: Show HN: Heynote – A dedicated scratchpad for developers
#289This is really, really good. Just earned a permanent spot on my dock in short order. One request (which I would happily pay for): make it so that you can run the code blocks and generate an output. I routinely crack open the browser console to test out some JS and it would be great to be able to do this right alongside my other notes.
Re: Show HN: Heynote – A dedicated scratchpad for developers
#290This 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.