All working except for images, now to re-org all the edit functions into a single method

This commit is contained in:
2020-04-19 00:10:30 +00:00
parent 98dcb7b66d
commit 678d47d65c

View File

@@ -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