This commit is contained in:
2020-04-23 23:58:11 +00:00
parent d97b3c2694
commit f35754632c

View File

@@ -66,9 +66,12 @@ 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: 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