Bug fixes and clean up for the recent history of Journal Entries.
This commit is contained in:
@@ -391,7 +391,7 @@ async function handle_update_journal() {
|
||||
}
|
||||
}}
|
||||
class="btn btn-sm preset-tonal-secondary border border-secondary-500 hover:preset-filled-secondary-500 transition *:hover:inline"
|
||||
title="Toggle visibility of Markdown copy button(s) on Journal Entry view page"
|
||||
title="Toggle hover or click to expand Entry content in the list"
|
||||
>
|
||||
{#if tmp__journal_obj.cfg_json.expand_li_content == 'hover'}
|
||||
<!-- <EyeOff strokeWidth="1" color="red" /> -->
|
||||
@@ -434,7 +434,7 @@ async function handle_update_journal() {
|
||||
}
|
||||
}}
|
||||
class="btn btn-sm preset-tonal-secondary border border-secondary-500 hover:preset-filled-secondary-500 transition group"
|
||||
title="Toggle append or prepend text to Journal Entry content"
|
||||
title="Toggle prepend (start) or append (end) text to Journal Entry content"
|
||||
>
|
||||
{#if tmp__journal_obj.cfg_json.entry_add_text == 'append'}
|
||||
<!-- <EyeOff strokeWidth="1" color="red" /> -->
|
||||
|
||||
Reference in New Issue
Block a user