This commit is contained in:
@@ -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
|
todo: Picture input in attachments
|
||||||
https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2080
|
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?
|
todo: Look at attachment saving code on server, should it zip?
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-alpha.2020.March-26",
|
version: "8.0.0-alpha.2020.April-24",
|
||||||
copyright:
|
copyright:
|
||||||
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved"
|
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved"
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user