7 ms·
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. Addi
by mayne 2y 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.
- Fire-Dragon-DoL 2y agoThat'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