This commit is contained in:
2020-04-24 22:15:00 +00:00
parent 8e35815456
commit 594c8d0f82
2 changed files with 1 additions and 18 deletions

View File

@@ -68,26 +68,9 @@ CURRENT TODOs
todo: drag and drop image file on to wiki and have it added as attachment then linked automatically
todo: if parent form shared attachments collection property then wiki and attachments could share it
todo: Attachments control, sb minimized on parent form open and only do it's thing when expanded like wiki
- i.e. don't bother fetching until the user expands it
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: Attachments / wiki: wiki html processor needs to append dl token to local files in the wikiview automatically in real time
todo: Picture input in attachments
https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2080
todo: attached files drag and drop
todo: Look at attachment saving code on server, should it zip?

View File

@@ -1,5 +1,5 @@
export default {
version: "8.0.0-alpha.2020.March-26",
version: "8.0.0-alpha.2020.April-24",
copyright:
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved"
};