Lots of work with linking files to Journal Entries.
This commit is contained in:
@@ -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...???
|
||||
|
||||
Reference in New Issue
Block a user