e2foo 4.7182818285
pi-hole 3.1415926536Show HN: I made a web-based notepad with a built in unit calculator
181–190 of 246 posts
Re: Show HN: I made a web-based notepad with a built in unit calculator
#182* https://github.com/cescript/MarkdownFormula
Its totally awesome, although it needs some more work.
Re: Show HN: I made a web-based notepad with a built in unit calculator
#183THIS IS AMAZING. the next step is adding variables and assignments and conditionals, and you have something very powerful that can be used by just about anybody to do really interesting things. provided you have a way to integrate with other services that a lot of people use
Variables and assignments are already supported.
Re: Show HN: I made a web-based notepad with a built in unit calculator
#184THIS IS AMAZING. the next step is adding variables and assignments and conditionals, and you have something very powerful that can be used by just about anybody to do really interesting things. provided you have a way to integrate with other services that a lot of people use
Thanks! Turning the current language into a Turing complete one would be a huge step up in complexity and I'm not sure it will ever make sense to implement. But I have thought about adding the ability for users to define their own functions in JS and might get around to that one day.
Re: Show HN: I made a web-based notepad with a built in unit calculator
#185Earlier quoted context omitted.
Impressed you found that. I don't have anything set up to automatically update it currently, but I do have an intention to have something set up to automatically update it.
Ha, yes, I was being nosy. It was quite easy to spot as it's the only XHR/Fetch request. I was intrigued what you had used to build it, and if you had built your own solver (which you have), and what editor you used (Code Mirror) so went looking at the code. Interesting to see you left the source maps for production, made it easy for my sleuthing... I experimented with a similar idea last year, but used ProseMirror/T…
Your project sounds really interesting, I'm following you on twitter now, so tweet about it if you ever finish it and hopefully I'll see.
Having CRDT-based syncing/collaboration is a direction I'd like to take NumPad in eventually, and if I have time. But I definitely think that ignoring that part completely has allowed me to get it to an MVP state.
Re: Show HN: I made a web-based notepad with a built in unit calculator
#186Earlier quoted context omitted.
Didn't tell me how much 8 gills[1] would be in liters (about 1) [1] https://en.wikipedia.org/wiki/Gill_(unit)
I was disappointed it couldn't convert "1 furlong / 1 fortnight in mph", but this was successful: > 14 furlongs / 2 weeks in mph [0.0052083333 mph]
Re: Show HN: I made a web-based notepad with a built in unit calculator
#187Very cool! Any plans to support vector/matrix operations? I occasionally do some work with 2D/3D graphics or physics and having some basic linalg would be nice. I can see myself using this a lot as a scratch pad to hash out ideas while implementing stuff. The ability to define custom functions would be very helpful for that.
Re: Show HN: I made a web-based notepad with a built in unit calculator
#188Re: Show HN: I made a web-based notepad with a built in unit calculator
#189This looks pretty cool. I've long been looking for something similar to Soulver ( https://soulver.app/ ) that I can use on Linux. This seems promising. One small criticism: In my opinion, no web-based writing app is useful unless the tab key inserts a tab. The default behavior of most browsers to move focus to the next field is tremendously infuriating in this context. Unfortunately, that's what happens here, at leas…
There should likely be an explicit override of accessibility so the visitor knows what they're getting into.
Re: Show HN: I made a web-based notepad with a built in unit calculator
#190Now we need to port to Obsidian.md! haha.