diff --git a/SUMMARY.md b/SUMMARY.md index 807578b..aa194c0 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -52,6 +52,7 @@ ## 🌈 Miscellaneous +* [General FAQs](miscellaneous/general-faqs.md) * [Features & Comparison](miscellaneous/feature-list-by-platform.md) * [Troubleshooting](miscellaneous/troubleshooting.md) * [Keyboard Shortcuts](miscellaneous/keyboard-shortcuts/README.md) diff --git a/miscellaneous/general-faqs.md b/miscellaneous/general-faqs.md new file mode 100644 index 0000000..3477a8a --- /dev/null +++ b/miscellaneous/general-faqs.md @@ -0,0 +1,17 @@ +# General FAQs + +
+ +Are there any network requests when using local-only mode? + +We can guarantee that there are no network requests to our Anytype Network, but our telemetry will still send requests (you will be able to opt-out later on). Additionally, the client still needs to to send requests for some of the features (embedding blocks, fetching bookmarks, etc.) to work properly. + +
+ +
+ +Login issues on Linux + +Linux users may be asked for their Recovery Phrase each time they log in. To resolve this issue, please install a keychain. The most popular is [GNOME Keyring](https://wiki.gnome.org/action/show/Projects/GnomeKeyring?action=show\&redirect=GnomeKeyring). Additionally, ensure that you have met all the [dependencies](https://github.com/anyproto/anytype-ts#dependencies) beforehand. + +