Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
#22 Add architecture diagram (#72)
Browse files Browse the repository at this point in the history
* Added architecture diagram

* Update diagram

* Update overview

* Fixed broken formatting

* More formatting
  • Loading branch information
OrlaM committed Nov 23, 2018
1 parent f83cbd4 commit 7d55f82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added docs/architecture/RichTextView.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/architecture/RichTextView.xml
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<mxfile userAgent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36" version="9.4.6" editor="www.draw.io"><diagram id="a560cd5a-4580-deb0-2875-2664970aaffe" name="Page-1">5Zltb5swEMc/Td5OgIGEl1vWddM6qWq75bUDLlgzGBnnofv0s7FNMBA1iwKNukqtyNl3mPvd3z7SGVjm+1sGy+wHTRCZeU6yn4HPM8+LAkf8lYYXZQh8XxlShhNlcg+GR/wHaaP2Szc4QZU1kVNKOC5tY0yLAsXcskHG6M6e9kyJfdcSpqhneIwh6VtXOOGZsi7MY0n7V4TTzNzZdfRIDs1kbagymNBdywRuZmDJKOXqKt8vEZG5M3lRfl+OjDYLY6jgpzh4ymELyUY/2wOOsye0578w2s28kIgwn9ZMXKXyqm95QEWCWCWCMOEpSQjnOvd5SQuxDDlEC05l7sXvz2/HItf54C8myYxuRGS5TlcM7zLM0WMJYzm6E1UlbBnPiR5+xoQsKaGs9gUJRIvnWNgrzuhv1Bpx6p9mxODzmhVsERNPcDSdbgNJFDeiOeLsRUzRDl6ouerCjvTH3aFK3Lm2Za0KMW5QF2baRD6wExca3zBKMIjyDq4RuUUFYpBTdgrQpw0rKg2LSO82THm/Nss7NeFdwgw8G6Y/IUy/B7OXUqG7j3IvE59iAqsKx3YWlQNKeltZ5/lFULphMbKqiEOWIt7aI/pZaqUhGMiCsTFEIMdbexFDqdF3uKe4LjMNAQAbQrNzmhBq8dqrvdN1Ay3sQA06E0g9ci9QTap57JPgBYNKXKG13PnO1uIOrbf1znlMjavvKzPlv9CjO6Ugw9EE2VZfcFSj1yPIMLAogHMF6S/sQJ4z/wDChS+6vMALgRuEY+lzfrTpuYesQicps55ZHdodrcN21/MuRdjtcDxnQhEuJhHh/PpFGHU6k7MPRRDZW2ow2qHoDrU0SiKlUcgdFIWpNHjPKKcxbXpLEb7sqrHsv4OoplWWt6wKhou0dUYW8jqX73aSE89qDtJTaLBxG7rdO9QtcCfUrdvviC4l3FfaWVN1beXO31K5XQ5+V3EnS9ftBHLGk+54zc8r+OZ9eorom+FzOjLyz8TXLMico9F4+Pr9zkT4vCsTX7PBmaSfTa/7KjIivfGann+nF7wlPd+/ED0/mo5edEX0wDXRA+cefF164GIHn/h4+OZdTT/8+wLc/AU=</diagram></mxfile>
3 changes: 3 additions & 0 deletions docs/overview.md
Expand Up @@ -82,3 +82,6 @@ In order for the `RichTextView` to handle the various use cases it might encount
* **HTML/Markdown**: No formatting necessary
* **YouTube Videos**: Put the ID of the YouTube video in a YouTube tag as follows: `youtube[dQw4w9WgXcQ]`. The YouTube ID of any video can be found by looking at the URL of the video (Example: `https://www.youtube.com/watch?v=dQw4w9WgXcQ`) and taking the value right after the `v=` URL parameter. In this case the ID of the YouTube video is `dQw4w9WgXcQ`
* **Vimeo Videos**: Put the ID of the Vimeo video in a Vimeo tag as follows: `vimeo[100708006]`. The Vimeo ID of any video can be found by looking at the URL of the video (Example: `https://vimeo.com/100708006`) and taking the value right after the first `/`. In this case the ID of the Vimeo video is `100708006`

### Architecture
![Architecture](architecture/RichTextView.png)

0 comments on commit 7d55f82

Please sign in to comment.