Hacker News new | ask | show | jobs
by mayne 720 days ago
good idea. all documents are currently stored in the eidos__docs table. The `content` field is used to store the state of lexical documents in JSON format. Additionally, there is also a `markdown` field. This can be viewed by any sqlite software. Every time a document is updated, both fields are updated simultaneously, making it easy to convert to a file.
1 comments

That's perfect. For what is worth, I like that's stored in sqlite because I can access it easily in a programmatic format if I need to