TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: RawStr Notes – The missing notebook for developers

2 pointsby 0b01almost 4 years ago
Hi HN,<p>I built RawStr Notes(https:&#x2F;&#x2F;rawstr.com&#x2F;) as a replacement for Google Keep, Apple Notes, Evernote, etc.. It&#x27;s an executable notebook based on VSCode&#x27;s Monaco editor where everything can be scripted.<p>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&#x27;s Monaco editor in the browser.<p>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)<p>So I built RawStr Notes.<p>Please check it out here: https:&#x2F;&#x2F;rawstr.com&#x2F;

1 comment

0b01almost 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!