fix(journals): remove description_md_html from IDB properties_to_save
Mirrors the content_md_html/history_md_html fix on journal_entry. description_md_html is computed from description via marked.parse() on every background refresh and does not need to be persisted to IDB. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -726,7 +726,7 @@ const properties_to_save = [
|
||||
'outline',
|
||||
|
||||
'description',
|
||||
'description_md_html', // Use the markdown parser to generate HTML
|
||||
// description_md_html is computed from description on every load — not stored to save IDB quota
|
||||
'description_html',
|
||||
'description_json',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user