Earlier quoted context omitted.
Yes, I've learned that Heynote is lacking some documentation. Will improve that. Math.js ( https://mathjs.org/ ) powers the Math blocks, so what's supported by Math.js should be supported by Heynote, with the addition of currency conversions (exchange rates are updated daily). > How to convert between fahrenheit and celsius? This should work: 10 celsius to fahrenheit
Could it be made to parse "10°C" as "10 celsius" as that is much shorter? Suggestion: mouse over on green calculated value should show value in multiple formats. E.g. "time = 4000 seconds" could show "01:06:40" also: "today + 4 days" or "now + 1 day" Unicode "π" should parse like "PI".
Show HN: Heynote – A dedicated scratchpad for developers
251–260 of 321 posts
Re: Show HN: Heynote – A dedicated scratchpad for developers
#252With the soaring popularity of Electron apps we need Electron to be distributed as a shared runtime.
what about different applications requiring different Electron versions?
Re: Show HN: Heynote – A dedicated scratchpad for developers
#253Re: Show HN: Heynote – A dedicated scratchpad for developers
#254Earlier quoted context omitted.
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.
> Oh, I haven't seen orgmode before, so I don't know what its features are. Essentially, it’s an environment for writing+outlining+task tracking+time management. It’s incredibly useful — you should definitely try it since you’ve used Emacs.
See the manual's table of contents: https://orgmode.org/org.html
Re: Show HN: Heynote – A dedicated scratchpad for developers
#255Re: Show HN: Heynote – A dedicated scratchpad for developers
#256To do the separation, I've a keybinding to insert current timestamp, and but me on a new line:
`nnoremap t :r! date "+\%F \%T"I#o`
Re: Show HN: Heynote – A dedicated scratchpad for developers
#257This 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?
Re: Show HN: Heynote – A dedicated scratchpad for developers
#258This 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?
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
#259Re: Show HN: Heynote – A dedicated scratchpad for developers
#260This project definitely hits on one of those things just about every dev probably has a slightly different approach to and nobody has really targeted a solution towards so kudos on that.