From e2ec937ac729658e3c01b52e68a8848f6c93a2ff Mon Sep 17 00:00:00 2001 From: benweet Date: Thu, 5 Apr 2018 19:57:54 +0100 Subject: [PATCH] Minor changes in the About modal --- src/components/modals/AboutModal.vue | 6 +++--- src/data/faq.md | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/modals/AboutModal.vue b/src/components/modals/AboutModal.vue index 264fc73a..17f93035 100644 --- a/src/components/modals/AboutModal.vue +++ b/src/components/modals/AboutModal.vue @@ -13,9 +13,9 @@ StackEdit on Twitter
Community -
- For commercial support and custom development, please contact us. -
+

FAQ


diff --git a/src/data/faq.md b/src/data/faq.md index 36b1c581..ad6add70 100644 --- a/src/data/faq.md +++ b/src/data/faq.md @@ -1,14 +1,17 @@ **Where is my data stored?** If your workspace is not synced, your files are only stored inside your browser (using the [IndexedDB API](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API)) and are not stored anywhere else. + We recommend syncing your workspace to make sure files won't be lost in case your browser data is cleared. **Where is my data stored once I sync my workspace?** If you sign in with Google, your main workspace will be stored in Google Drive (in your [app data folder](https://developers.google.com/drive/v3/web/appdata)). + If you open a Google Drive workspace, the files in the workspace will be stored inside a Google Drive folder which you can share with other users. + If you open a CouchDB workspace, the files in the workspace will be stored in the CouchDB database which can be hosted on premises for privacy concerns. **Can StackEdit access my data without telling me?** -StackEdit is a frontend application. The access tokens issued by Google, Dropbox, GitHub... are stored in your browser and are not sent to our backend or to 3rd parties so your data won't be accessed by anybody. +StackEdit is a frontend application. The access tokens issued by Google, Dropbox, GitHub... are stored in your browser and are not sent to any backend or 3^rd^ parties so your data won't be accessed by anyone.