+
+ {#if show_button_kv.undo}
+
+ {/if}
+ {#if show_button_kv.redo}
+
+ {/if}
+
- {#if show_button_kv.text}
-
- {/if}
- {#if show_button_kv.bold}
-
- {/if}
- {#if show_button_kv.italic}
-
- {/if}
- {#if show_button_kv.underline}
-
- {/if}
- {#if show_button_kv.strikethrough}
-
- {/if}
- {#if show_button_kv.align}
-
- {/if}
- {#if show_button_kv.link}
-
- {/if}
- {#if show_button_kv.code}
-
- {/if}
- {#if show_button_kv.blockquote}
-
- {/if}
- {#if show_button_kv.subscript}
-
- {/if}
- {#if show_button_kv.superscript}
-
- {/if}
- {#if show_button_kv.bullet_list}
-
- {/if}
- {#if show_button_kv.ordered_list}
-
- {/if}
- {#if show_button_kv.task_list}
-
- {/if}
-
- {#if show_button_kv.table}
-
- {/if}
- {#if show_button_kv.text_color}
-
- {/if}
- {#if show_button_kv.highlighter}
-
- {/if}
- {#if show_button_kv.quick_color}
-
- {/if}
- {#if show_button_kv.search_replace}
-
- {/if}
+
+ {#if show_button_kv.text}
+
+ {/if}
+
+
+ {#if show_button_kv.bold}
+
+ {/if}
+ {#if show_button_kv.italic}
+
+ {/if}
+ {#if show_button_kv.underline}
+
+ {/if}
+ {#if show_button_kv.strikethrough}
+
+ {/if}
+
+
+ {#if show_button_kv.align}
+
+ {/if}
+ {#if show_button_kv.link}
+
+ {/if}
+ {#if show_button_kv.code}
+
+ {/if}
+ {#if show_button_kv.blockquote}
+
+ {/if}
+ {#if show_button_kv.subscript}
+
+ {/if}
+ {#if show_button_kv.superscript}
+
+ {/if}
+ {#if show_button_kv.bullet_list}
+
+ {/if}
+ {#if show_button_kv.ordered_list}
+
+ {/if}
+ {#if show_button_kv.task_list}
+
+ {/if}
+
+ {#if show_button_kv.table}
+
+ {/if}
+
+
+ cxx
+ {#if show_button_kv.text_color}
+
+ {/if}
+ {#if show_button_kv.highlighter}
+
+ {/if}
+ {#if show_button_kv.quick_color}
+
+ {/if}
+
+
+ {#if show_button_kv.search_replace}
+
+ {/if}
+
diff --git a/src/lib/components/shad-editor/shad-editor.svelte b/src/lib/components/shad-editor/shad-editor.svelte
index d1734c66..ff2c681d 100644
--- a/src/lib/components/shad-editor/shad-editor.svelte
+++ b/src/lib/components/shad-editor/shad-editor.svelte
@@ -1,172 +1,176 @@
-