From e8232dd73799c8f48b921f3d034ea6afa572ce8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 9 Feb 2021 10:06:13 +0100 Subject: [PATCH] add basic enter command --- docs/src/demos/Examples/Default/index.vue | 15 ++++++++++ packages/core/src/Editor.ts | 28 ++++++++++++++++++ packages/core/src/commands/enter.ts | 36 +++++++++++++++++++++++ packages/core/src/extensions/commands.ts | 2 ++ 4 files changed, 81 insertions(+) create mode 100644 packages/core/src/commands/enter.ts diff --git a/docs/src/demos/Examples/Default/index.vue b/docs/src/demos/Examples/Default/index.vue index c951a44a..19049ce4 100644 --- a/docs/src/demos/Examples/Default/index.vue +++ b/docs/src/demos/Examples/Default/index.vue @@ -1,6 +1,21 @@