This commit is contained in:
2020-04-15 19:55:22 +00:00
parent 1e82f3122c
commit c0da82f2ad

View File

@@ -67,7 +67,36 @@ CURRENT TODOs
todo: WIKI todo: WIKI
Specs:
todo: WIKI VIEWER
- make a sample doc to test with all elements required
- all formatting supported by standard and marked
- Remote and local attached images
- Edit button if have rights
- Download, open as pdf, email?
- Check the ability in v7 for wiki and see what can be supported
- basically it's just all the markdown stuff already doing and the rest is stuff that doesn't apply to markdown like colors, fonts etc
todo: Make an editor page
- https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2032
IMAGES
- easily add images https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2080
- both local and URL based images
- Local need some kind of chooser (or do we go with attached images attached to wiki object only?)
- People will just want to stick an image into the document
- Images are weird because they could be useful as an attachment anywhere but they are also something people put into a wiki to view inline
- So...need to think of them in two ways really.
todo: DATADUMP - v7 wiki to RAVEN markdown
- https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3468
- Need to export images and attached docs as attachments
SPECS
- Most often people will view them rather than edit, so need viewing to be fast an easy - Most often people will view them rather than edit, so need viewing to be fast an easy
- smaller payload to view - smaller payload to view
EDIT EDIT
@@ -106,8 +135,8 @@ todo: WIKI
- Link to commonmark site standard and link to their tutorial which is pretty cool - Link to commonmark site standard and link to their tutorial which is pretty cool
............................
research RESEARCH
- Evaluate the options - Evaluate the options
Payload size Payload size
works responsively? works responsively?