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:
Scott Idem
2026-05-14 16:19:25 -04:00
parent a5f2ae3835
commit 042265008c

View File

@@ -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',