Live data from Hacker News

Show HN: I made a Note-Taking app for people who keep texting themselves

strflow.app

1–10 of 208 posts

Show HN: I made a Note-Taking app for people who keep texting themselves

#1
This project began when I realized that despite trying many fantastic note-taking apps, I often defaulted to dumping notes into chat apps like Slack or iMessage. I wanted to bring that effortless “text yourself” note-taking experience to a dedicated note-taking app.

Originally developed as a macOS app, Strflow is now also available for iOS. Strflow is designed to make note-taking as quick and intuitive as possible, centered around a chronological timeline UI.

Here are some of its features:

* Tag system

* Rich editor with text formatting, images, and note linking

* Global shortcuts for quick access

* Share extension

* Encrypted iCloud backup & synchronization (becomes end-to-end encryption if you enable iCloud’s Advanced Data Protection)

Hope you find Strflow interesting. I’m happy to answer any questions.

## Some implementation details some of you might be interested in:

* The app is implemented natively using Swift.

* On macOS, it’s based on AppKit, and on iOS, it uses UIKit, with SwiftUI used partially.

* The editor intensively utilizes TextKit.

* The sync engine is custom-built using CloudKit.

Show HN: I made a Note-Taking app for people who keep texting themselves
strflow.app

Re: Show HN: I made a Note-Taking app for people who keep texting themselves

#9
This sounds like memos[0] with the asterisk that I must pay the apple corporate overlords to use it, trust you with my data, and ultimately lock myself into what you allow me to do with my data

memos is FOSS, and I run it on my machine, without the need to trust you. it also has a nifty API around it

[0]: https://usememos.com/

Re: Show HN: I made a Note-Taking app for people who keep texting themselves

#10
Haven't heard of self-texting before, didn't even know it was possible. But I've been having a similar idea to this based off-of writing in a physical notebook. Basically my notes there end up sequentially, and I was missing this with my digital tools. My idea however was more of a "book mode" for a regular note-taking app where notes would be placed one after another on a long scrolling page.
Post reply on HN