diff --git a/src/routes/journals/[journal_id]/+layout.svelte b/src/routes/journals/[journal_id]/+layout.svelte
index 0d3f5144..70401b4d 100644
--- a/src/routes/journals/[journal_id]/+layout.svelte
+++ b/src/routes/journals/[journal_id]/+layout.svelte
@@ -662,6 +662,207 @@ async function handle_update_journal() {
+
+
+ >
+
+
+
+
+ {#if $journals_loc.entry.edit_kv[$lq__journal_entry_obj?.journal_entry_id] == 'current'}
+
+
+
+
+
+ Category:
+
+
+
+
+ {:else}
+
+ {#if $lq__journal_entry_obj.category_code}
+
+
+ {/if}
+ {/if}
+
+
+
+
+
+
+
+ Toggles:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1038,8 +1212,8 @@ function handle_marked(text_string: string) {
>
-
- Copy Plaintext Markdown
+
+ Copy Plaintext Markdown
@@ -1060,8 +1234,8 @@ function handle_marked(text_string: string) {
>
-
- Copy HTML
+
+ Copy HTML
@@ -1098,7 +1272,9 @@ function handle_marked(text_string: string) {
>
- Copy Rich Text
+
+ Copy Rich Text
+
@@ -1136,7 +1312,9 @@ function handle_marked(text_string: string) {
- Clone Entry
+
+ Clone Entry
+
@@ -1420,6 +1598,7 @@ function handle_marked(text_string: string) {