Can you add a feature to back up this to git?
Show HN: Heynote – A dedicated scratchpad for developers
271–280 of 321 posts
Re: Show HN: Heynote – A dedicated scratchpad for developers
#272Earlier quoted context omitted.
My experience with apps built with Flutter is bad. Appflowy, for example, has extremely poor performance. Both in terms of loading large files and RAM usage. See my performance comparison of block editors[1]. I've built a block editor using Qt C++ and QML that is vastly more performant[2]. [1] https://imgur.com/ZL5QCS0 [2] https://www.get-plume.com/
Interesting, how old is that Appflowy build? I know Flutter got quite fast recently due to them changing their renderer from Skia to Impeller.
Re: Show HN: Heynote – A dedicated scratchpad for developers
#273Re: Show HN: Heynote – A dedicated scratchpad for developers
#274Nitpicks: * On Linux, clicking the main "Download / Linux AppImage" button results in Windows .exe download instead of an .appimage. Clicking on the down arrow and selecting Linux does work, however. * The opening sentence of the description includes "it's" instead of the more correct "its".
"It's" = Contraction of "it is"
"Its" = possessive (but the origin long ago was also a contraction, that is a grammatical rabbit hole)
So "its" here is not just *more correct*, it is *correct*. The use of the contraction here is not *less correct*, it is *incorrect*. --Cheers!
Re: Show HN: Heynote – A dedicated scratchpad for developers
#275Re: Show HN: Heynote – A dedicated scratchpad for developers
#276Any plans on adding support for tabs/multiple files? I usually have different files for different types of notes (todos, project notes, tmp file for random things, etc).
Re: Show HN: Heynote – A dedicated scratchpad for developers
#277With the soaring popularity of Electron apps we need Electron to be distributed as a shared runtime.
so you want something akin to how the .NET Framework was included in Windows... what about different applications requiring different Electron versions?
Re: Show HN: Heynote – A dedicated scratchpad for developers
#278I've actually been working on my own project to combine Python+SQL+Markdwown+Rich Text into one reactive executable document. If any of you are interested here is a link: https://github.com/Zero-True/zero-true.
Re: Show HN: Heynote – A dedicated scratchpad for developers
#279Re: Show HN: Heynote – A dedicated scratchpad for developers
#2801. 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). Maybe I missed something, but it seems like just the Math blocks are evaluable? Does it work with JS too?
Some things I love: 1. Block concept! 2. It's a scratchpad, there's no files to save. I'd love to use this as a dev journal.