From 09b2f36ed76deac0e7b52b1c87577f3d6a64a5ee Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 5 Sep 2023 17:56:19 +0200 Subject: [PATCH 01/10] fix(editorApi): Allow to toggle outline via the API Signed-off-by: Jonas --- src/components/Editor/MarkdownContentEditor.vue | 7 ++++++- src/editor.js | 17 +++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/src/components/Editor/MarkdownContentEditor.vue b/src/components/Editor/MarkdownContentEditor.vue index a8844a4b4f2..03afb47982b 100644 --- a/src/components/Editor/MarkdownContentEditor.vue +++ b/src/components/Editor/MarkdownContentEditor.vue @@ -20,7 +20,8 @@ -->