Show HN: Stash – Sync Markdown Files with Apple Notes via CLI
1–10 of 39 posts
Re: Show HN: Stash – Sync Markdown Files with Apple Notes via CLI
#2Existing tools were either bloated or read-only. So I built Stash: push a Markdown file to Apple Notes, pull changes back. It uses YAML frontmatter to track which note belongs to which file.
Built with Bash, AppleScript, and Pandoc. No databases, no daemons, no config files. Install via Homebrew. Happy to take suggestions and answer questions about the quirks I ran into along the way.
Re: Show HN: Stash – Sync Markdown Files with Apple Notes via CLI
#3Question: is there a way to make this automatic on state changes? I had an issue recently where a child accidentally overwrote my huge Apple notes and I couldn’t undo the change, or restore my history
I lost a lot of work
Re: Show HN: Stash – Sync Markdown Files with Apple Notes via CLI
#4Re: Show HN: Stash – Sync Markdown Files with Apple Notes via CLI
#5I've used Apple Notes for years because it syncs fast and stays out of the way. But when I'm writing in the terminal, there's always been friction getting Markdown into Apple Notes. Existing tools were either bloated or read-only. So I built Stash: push a Markdown file to Apple Notes, pull changes back. It uses YAML frontmatter to track which note belongs to which file. Built with Bash, AppleScript, and Pandoc. No da…
Re: Show HN: Stash – Sync Markdown Files with Apple Notes via CLI
#6I think the name is not unique enough
Re: Show HN: Stash – Sync Markdown Files with Apple Notes via CLI
#7been looking for something like this! will definitely check it out.
Re: Show HN: Stash – Sync Markdown Files with Apple Notes via CLI
#8I totally agree with you that most notes apps miss the mark. I’m working on one now which I hope satisfies the same requirements as Apple notes(dead simple, iCloud sync, free) but has some things I want (improved search, first class markdown support).
I’ve been using it as my daily driver for a while, but it’s not quite ready for other users yet. I wrote a bit about it in my year in review[1] under the section “Not Another Notes App!”.
Re: Show HN: Stash – Sync Markdown Files with Apple Notes via CLI
#9Re: Show HN: Stash – Sync Markdown Files with Apple Notes via CLI
#10I've used Apple Notes for years because it syncs fast and stays out of the way. But when I'm writing in the terminal, there's always been friction getting Markdown into Apple Notes. Existing tools were either bloated or read-only. So I built Stash: push a Markdown file to Apple Notes, pull changes back. It uses YAML frontmatter to track which note belongs to which file. Built with Bash, AppleScript, and Pandoc. No da…
> questions about the quirks
I've used a decent amount of AppleScript to automate things on my Mac, so I know it's a powerful tool but not easy to just jump into, even when you're already familiar with that bizarre syntax. What kinds of quirks did you run into?