Lots of work with linking files to Journal Entries.

This commit is contained in:
Scott Idem
2025-05-20 15:37:27 -04:00
parent 83a8377155
commit 15d417ba52
6 changed files with 517 additions and 196 deletions

View File

@@ -58,7 +58,7 @@ export interface Journal {
cfg_json?: null|key_val; // This is the configuration JSON for the journal
data_json?: null|string; // We always need to store something extra...
data_json?: null|key_val; // We always need to store something extra...
ux_mode?: null|string; // 'mobile' or 'desktop'
@@ -229,7 +229,7 @@ export interface Journal_Entry {
related_entry_id_li?: null|key_val; // List of related journal entry IDs
// cfg_json?: null|key_val; // This is the configuration JSON for the journal entry
data_json?: null|string; // We always need to store something extra...
data_json?: null|key_val; // We always need to store something extra...
// This only allows for basic access to the content.
passcode_read?: null|string; // For LLM (AI) generated summary...???