Earlier quoted context omitted.
It does support exporting in the form of .mochi files, which is basically just a zip file containing media from the deck and a plain text EDN for describing the data, which could be easily converted to JSON or CSV or whatever. The browser version persists to local storage, but the desktop app persists to a flat file that is backed up every time the app launches.
Given the use of EDN, I take it Clojure(Script) is part of your tech stack?
Show HN: Mochi – Make notes with markdown, study them with spaced repetition
21–30 of 32 posts
Re: Show HN: Mochi – Make notes with markdown, study them with spaced repetition
#22Earlier quoted context omitted.
Great, thanks for the transparency. When you say that the flat file is backed up, what do you mean by that?
It's a bit complicated, but changes in the app are stored separately, and then applied to the stored db on app start-up. So the previous stored db is backed up before the new changes are applied. Hope that answers your question.
Re: Show HN: Mochi – Make notes with markdown, study them with spaced repetition
#23One thing - will this eventually shift to a paid service or are you hosting it for free forever? I wouldn't mind paying for a slightly more polished version of this in-browser.
Re: Show HN: Mochi – Make notes with markdown, study them with spaced repetition
#24Holy lord, this is awesome. One thing - will this eventually shift to a paid service or are you hosting it for free forever? I wouldn't mind paying for a slightly more polished version of this in-browser.
Re: Show HN: Mochi – Make notes with markdown, study them with spaced repetition
#25Is there anything like that but with stuff you DON'T write? I mean you write what you want to remember, but not the contents. Then you get email reminders every once in a while and you must try to remember at that time, without looking.
Re: Show HN: Mochi – Make notes with markdown, study them with spaced repetition
#26very cool! are there any release date planned for the linux version?