This commit is contained in:
2022-02-09 22:54:32 +00:00
parent 08cfeb2eda
commit ae1297d63b
2 changed files with 9 additions and 4 deletions

View File

@@ -297,7 +297,7 @@ The [Wiki](ay-start-form-wiki.md) feature has been changed substantially based o
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 Windows 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.
Now, a Wiki document is edited using [Markdown](https://en.wikipedia.org/wiki/Markdown) a simple plain text formatting language. This allows us to provide an efficient and easy to use editor for Wiki pages that will work on any AyaNova supported device.
Now, a Wiki document is edited using [Markdown](https://en.wikipedia.org/wiki/Markdown) a simple open standard plain text formatting language. This allows us to provide an efficient and easy to use editor for Wiki pages that will work on any AyaNova supported device.
##### Embedded files

View File

@@ -1,6 +1,8 @@
# Wiki
Wiki is a feature that allows AyaNova users to freely create and edit rich documentation for most AyaNova business objects. There is no specific way to use the wiki feature it can be used for anything that is useful to your business.
Wiki is a feature that allows AyaNova users to freely create and edit rich documentation for most AyaNova business objects.
There is no specific way to use the wiki feature it can be used for anything that is useful to your business.
Wikis support URL hyperlinks, can embed images, offer rich formatting options and are indexed and searchable via the [Search](home-search.md) feature.
@@ -25,9 +27,11 @@ A more detailed Markdown guide is available here: [www.markdownguide.org](https:
###### Heading 6th level
***
# Emphasis text styles
*Italic*
**Bold**
~~Strike-through~~
***Bold And Italic***
@@ -158,8 +162,9 @@ You can also use the formatting toolbar above to perform the same tasks.
# Emphasis text styles
_Italic_
**Bold**
~~Strike-through~~
**_Bold And Italic_**
# Quote blocks