top | item 40760170

(no title)

mayne | 1 year 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.

discuss

order

Fire-Dragon-DoL|1 year ago

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