I used a journal app that worked like this for a little while. I ultimately stopped for a couple reasons.
1. It didn't allow editing of past posts. It was on the roadmap, but never came. To fix a typo or something, I'd have to copy the note, paste, fix, post again, delete the bad one.
2. I was always worried about putting anything important in there, as longevity was always a question. There was an export option, but if I remember correctly, it was in JSON. Which is fine I guess, but the idea of having to write some kind of parser to take that and turn it into something I'd actually want to put into whatever solution I might have in the future kind of annoyed me.
Does your app allow for editing past posts? How is data stored, markdown in a folder I can simply browse, or some kind of DB?
You can easily edit both the date and content of past posts. Notes are stored locally in a SQLite database. You can also export your notes in JSON format from the macOS app by going to the menu bar and selecting File > Export. I plan to extend the export options in the future to support other formats like markdown.
Regarding privacy, it is my top priority. Data stored in the cloud is encrypted with your iCloud Keychain, and I have no means of accessing it. If you enable iCloud’s Advanced Data Protection, it becomes end-to-end encrypted, so even Apple cannot see your data. For more details, please check our [privacy policy](https://strflow.app/privacy-policy).
1. It didn't allow editing of past posts. It was on the roadmap, but never came. To fix a typo or something, I'd have to copy the note, paste, fix, post again, delete the bad one.
2. I was always worried about putting anything important in there, as longevity was always a question. There was an export option, but if I remember correctly, it was in JSON. Which is fine I guess, but the idea of having to write some kind of parser to take that and turn it into something I'd actually want to put into whatever solution I might have in the future kind of annoyed me.
Does your app allow for editing past posts? How is data stored, markdown in a folder I can simply browse, or some kind of DB?