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.
Show HN: Heynote – A dedicated scratchpad for developers
91–100 of 321 posts
Re: Show HN: Heynote – A dedicated scratchpad for developers
#92Earlier quoted context omitted.
Yeah, at the moment I'm hesitant to add tab support (for the reasons that you stated), though I've definitely thought about it.
Probably better not to. From my experience tabs (in the long run) are more annoying than helpful. Take vscode: I use the "open editors" menu, because tabs work just up to 3 of them. Then they either not fit (scroll-x), have titles far too short to be identifiable or take half the screen when using tab wrapping. I haven't used heynote yet (in a train rn), so you may've that already in place, but: I suggest implementin…
Re: Show HN: Heynote – A dedicated scratchpad for developers
#93Feature requests: - arch package
- would really like the results of the math to be in buffer.txt and in Ctrl+a and copy.
- changing font and color theme(I like the Nord one right now though!) Please keep it minimally colored as it is now so that changing color is just a simple matter of configuring a handful of colors as opposed to custom css. That would make it too complicated.
- support for images and media in markdown blocks would be nice to whatever extent possible. I would love it if you could copy the way vscode markdown works. Ctrl+v an image in the editor and it inserts the markdown for it and saves the image to a file. Markdown preview would be nice but I understand if you think that's out of scope.
- timestamp for blocks. especially would be nice if you could store createdAt updatedAt in the line with the infinity symbols in buffer.txt to make it easily extractable using grep and cut.
- saw that you mentioned downthread that you're working on reloading the file so that we can back it up with git or whatever. Would love that!
- is mobile possible? Through Cordova or something
Thanks for making this!
Re: Show HN: Heynote – A dedicated scratchpad for developers
#94This is pretty cool. I particularly like the Math block. One issue I noticed while doing a calculation: "belt_pitch = 5/8 in" evaluates to "0.625 in^-1". To get the behavior I expected, I had to add parenthesis around the fraction. Maybe this could be fixed by adjusting precedence rules?
Re: Show HN: Heynote – A dedicated scratchpad for developers
#95* https://soulver.app Granddad of them all, Mac-only, proprietary, expensive
* https://numi.app Mac-only, proprietary, semi-expensive. Has a Github and claims to be MIT-licensed but I don't see how you could build a working application with what's in the repo.
* https://calca.io Windows- and Mac-only, proprietary, not expensive, nice docs.
* https://notepadcalculator.com Web-based, not open source, hosted but uses local storage. You can optionally create an account to sign in and have your notes saved in plaintext on his server.
* https://github.com/bbodi/notecalc3 Web-based, open source, self-hostable. But it seems to save your document in the URL string itself, which means the URL gets updated with almost every keystroke. Worth it for quick calculations and very small notes, I guess.
* https://numpad.io Web-based, hosted, not open source. Also stores entire doc in URL, but doesn't update the URL bar the whole time you're typing.
* https://numbr.dev/ Web-based, hosted. Has a Github but is not open source and the repo does not have all the bits needed to self-host it. Stores entire doc in URL.
* https://github.com/metakirby5/codi.vim Vim/NeoVim plugin that is less like a "smart notepad" and more like Jupyter but with results printed on the right side of the screen instead of in a cell below. Supports lots of programming languages.
Re: Show HN: Heynote – A dedicated scratchpad for developers
#96Love this. This is exactly what I need. I have been using a WhatsApp group with just me, for this purpose, until now. Feature requests: - arch package - would really like the results of the math to be in buffer.txt and in Ctrl+a and copy. - changing font and color theme(I like the Nord one right now though!) Please keep it minimally colored as it is now so that changing color is just a simple matter of configuring a…
This would enable using fancy CSS for some notes.
Re: Show HN: Heynote – A dedicated scratchpad for developers
#97Re: Show HN: Heynote – A dedicated scratchpad for developers
#98Re: Show HN: Heynote – A dedicated scratchpad for developers
#99This looks fantastic. I will definitely give it a spin. I've been tracking what I call "computational scratchpad" apps for a while now but haven't found one that fits my environment/workflow yet. Maybe Heynote will. Here are some others that I've looked at: * https://soulver.app Granddad of them all, Mac-only, proprietary, expensive * https://numi.app Mac-only, proprietary, semi-expensive. Has a Github and claims to…
Re: Show HN: Heynote – A dedicated scratchpad for developers
#100This looks fantastic. I will definitely give it a spin. I've been tracking what I call "computational scratchpad" apps for a while now but haven't found one that fits my environment/workflow yet. Maybe Heynote will. Here are some others that I've looked at: * https://soulver.app Granddad of them all, Mac-only, proprietary, expensive * https://numi.app Mac-only, proprietary, semi-expensive. Has a Github and claims to…