From 1381bc0f293efd6f1b21b198ab5f5fd0920d2a80 Mon Sep 17 00:00:00 2001 From: Marco Crapts Date: Fri, 12 May 2023 20:15:41 +0200 Subject: [PATCH] add buttons to note editor --- src/components/Note.vue | 44 ++++++++++++++++++++++++----------- src/components/NoteEditor.vue | 2 +- src/style.scss | 2 +- tailwind.config.js | 2 +- 4 files changed, 34 insertions(+), 16 deletions(-) diff --git a/src/components/Note.vue b/src/components/Note.vue index 10a952d..e00a5bb 100644 --- a/src/components/Note.vue +++ b/src/components/Note.vue @@ -32,19 +32,29 @@ const references = computed(() => { + diff --git a/src/components/NoteEditor.vue b/src/components/NoteEditor.vue index e89580e..e7e26b3 100644 --- a/src/components/NoteEditor.vue +++ b/src/components/NoteEditor.vue @@ -118,7 +118,7 @@ const createLink = (link: string) => {