+
+
+
+
+
+
+
+
@@ -638,21 +712,21 @@ $effect(() => {
{
- if ($ae_loc.trusted_access) {
- // Toggle edit mode
- $journals_loc.entry.edit = !$journals_loc.entry.edit;
- $journals_loc.entry.edit_kv[$lq__journal_entry_obj?.journal_entry_id] = $journals_loc.entry.edit;
- }
+ if ($ae_loc.trusted_access) {
+ // Toggle edit mode
+ $journals_loc.entry.edit = !$journals_loc.entry.edit;
+ $journals_loc.entry.edit_kv[$lq__journal_entry_obj?.journal_entry_id] = $journals_loc.entry.edit;
+ }
}}
role="button"
tabindex="0"
class:hidden={!$ae_loc.trusted_access || $journals_loc.entry.edit_kv[$lq__journal_entry_obj?.journal_entry_id]}
class="w-full font-mono shadow-md rounded-lg border-gray-500 bg-gray-100 p-2"
>
-
+
{@html $lq__journal_entry_obj?.content_md_html}
-
+
{