This commit is contained in:
2020-04-19 19:46:11 +00:00
parent 2eec13e754
commit d7a68faaf3
2 changed files with 6 additions and 8 deletions

View File

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

View File

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