This commit is contained in:
2020-04-24 19:21:19 +00:00
parent 8538956951
commit ba69b6029c
4 changed files with 78 additions and 45 deletions

View File

@@ -66,13 +66,14 @@ CURRENT TODOs
@@@@@@@@@@@ ROADMAP STAGE 2:
todo: add to attachment object at server if it's an image or not so that can handle without downloading to see (or is it in the content type already?)
todo: Image toolbar component handle attachments (this is a requirement because on a phone or other browsers you might not be able to drag and drop)
todo: wiki emit input on change: currently it's manual but it should just either WATCH for changes or the replace text method should do the triggering since it's called for all ops
todo: drag and drop files on to attachments and have them stored and added automatically
todo: drag and drop image file on to wiki and have it added as attachment then linked automatically
todo: drag and drop image file from attachments and have it added to wiki automatically.
todo: Image toolbar component handle attachments (this is a requirement because on a phone or other browsers you might not be able to drag and drop)
todo: handle dropped attachment that isn't an image with an alternate link style
todo: wiki emit input on change: currently it's manual but it should just either WATCH for changes or the replace text method should do the triggering since it's called for all ops
todo: AFTER ATTACHMENTS WIKI IMAGES
- Go back and finish off wiki image attachment UI and code