From 678d47d65cb5c41a563e3768bb8ac4e8bf23c25f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 19 Apr 2020 00:10:30 +0000 Subject: [PATCH] All working except for images, now to re-org all the edit functions into a single method --- ayanova/src/components/wiki-control.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index bc82aaca..e74c249a 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -667,9 +667,10 @@ export default { todo: all editing controls enabled - - add image and link + - add image - determine how local images will be handled (attachments) baseurl setting for local images: https://marked.js.org/#/USING_ADVANCED.md#options + - in v7 images are not part of attachment system but rather embedded somehow in the document (have to refresh how that works for export dbdump) todo: replace all redundant clickXXX functions with a single function and a flag indicating what to do