From d7a68faaf3df710e60e7ce43f9aa57a20d63e222 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 19 Apr 2020 19:46:11 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 8 ++++++-- ayanova/src/components/wiki-control.vue | 6 ------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 42036b49..60dc2ce1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -264,8 +264,12 @@ todo: ATTACHMENTS - Maybe thumbnail pictures in the UI for easier download when viewing the list of attachments - Consider ability to show attachment links / thumbnails at bottom of edit forms -todo: AFTER ATTACHMENTS - - Go back and finish off wiki image attachment UI and code +todo: AFTER ATTACHMENTS WIKI IMAGES + - Go back and finish off wiki image attachment UI and code + - maybe other types are supported, i.e. video etc? + - 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: PRIORITIZE THE FOLLOWING BLOCK AND move INTO appropriate STAGES diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index 127b99d6..e51dee8e 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -800,12 +800,6 @@ export default { -todo: add url based image link and stub out local file image link - - I guess I can add external images link and include a local image area with select list for any potential attached images with a button to attach / upload an image? - - maybe other types are supported, i.e. video etc? - - 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)