This commit is contained in:
2020-04-29 23:11:17 +00:00
parent 7aab14df97
commit 79e4060391
3 changed files with 73 additions and 36 deletions

View File

@@ -64,6 +64,26 @@ todo: reports, major differences from v7 here
### Wiki
The [Wiki](ay-start-form-wiki.md) feature has been changed substantially based on user feedback.
##### Exported wiki pages
The Export to v8 process will by necessity need to discard some unsupported formatting elements from the v7 format wiki pages.
Things that will be lost in the export process are:
* Colors
* Font sizes
* Font faces (i.e. "Arial", "Courier" etc)
* Text alignment (left, center, right)
* internal AyaNova links to objects (for example linking directly to a Client record inside a wiki page)
Things that will be kept:
* All entered text
* Lists
* Bolded text
* Underlined text
* Italicized text
* Images
* External URL links
* Wiki embedded files (will be exported to new attachments feature)
##### Editor
Previously there was a hybrid Wiki system, remote users (WBI) would interact with an HTML editor and HTML representation of the wiki document and windows AyaNova users would interact with a "rich text" editor similar to Wordpad. This required behind the scenes translations between Rich text format and HTML format and the results were not always compatible. In addition, it would have been very difficult to edit Wiki pages on small screen devices.
@@ -73,7 +93,6 @@ Now, a Wiki document is edited using [Markdown](https://en.wikipedia.org/wiki/Ma
Previously users were able to embed files into a Wiki document which was in turn stored directly in the AyaNova database which could cause issues and lead to longer backup and restore times.
Now, we have expanded this feature into it's own separate [Attachments](ay-start-form-attachments.md) feature
### Documents / Wiki Embedded files -> Attachments
All attached and embedded file features have been consolidated in v8 into a new [Attachments](ay-start-form-attachments.md) feature.