Settings

Theme

Show HN: RawStr Notes – The missing notebook for developers

2 points by 0b01 4 years ago · 1 comment · 1 min read


Hi HN,

I built RawStr Notes(https://rawstr.com/) as a replacement for Google Keep, Apple Notes, Evernote, etc.. It's an executable notebook based on VSCode's Monaco editor where everything can be scripted.

1. My typical workflow is copying text out of $NOTE_TAKING_APP to VS Code(for Vim) and back. RawStr saves the roundtrip by integrating VSCode's Monaco editor in the browser.

2. I save a list of restaurants to try on $NOTE_TAKING_APP. However, I get major decision fatigue trying to pick one at random. So I made this tool to help me run random.choice(restaurants)

So I built RawStr Notes.

Please check it out here: https://rawstr.com/

0b01OP 4 years ago

RawStr Notes solved a personal pain point with all the cloud-based notebook currently. Hopefully this could be of use to other software developers. Please let me know what you think. Thanks!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection