mirror of
https://github.com/anyproto/docs.git
synced 2025-06-07 21:37:03 +09:00
GITBOOK-197: change request with no subject merged in GitBook
This commit is contained in:
parent
7e2b351ec4
commit
497e34d4ce
12 changed files with 69 additions and 12 deletions
BIN
.gitbook/assets/Graph Icon.png
Normal file
BIN
.gitbook/assets/Graph Icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
|
@ -13,7 +13,7 @@ description: >-
|
|||
| Community Forums | Share feedback, feature requests, and bug reports with our team | [https://community.anytype.io](https://community.anytype.io/) |
|
||||
| Blog | Read updates and announcements from the Anyteam | [https://blog.anytype.io](https://blog.anytype.io/) |
|
||||
| Feature Roadmap | See what we've got planned for the next few quarters | [https://github.com/orgs/anytypeio/projects/11/views/1](https://github.com/orgs/anytypeio/projects/11/views/1) |
|
||||
| Github | Check our repos, verify our code, and contribute! | [https://github.com/anytypeio](https://github.com/anytypeio) |
|
||||
| Github | Check our repos, verify our code, and contribute! | [](https://github.com/anyproto)[https://github.com/anyproto](https://github.com/anyproto) |
|
||||
|
||||
|
||||
|
||||
|
|
10
SUMMARY.md
10
SUMMARY.md
|
@ -43,7 +43,13 @@
|
|||
|
||||
## 🧑🏫 Use Cases & Tutorials
|
||||
|
||||
* [Daily Notes](use-cases-and-tutorials/anytype-editor.md)
|
||||
* [✏ Daily Notes](use-cases-and-tutorials/anytype-editor.md)
|
||||
* [✈ Travel Wiki](use-cases-and-tutorials/travel-wiki.md)
|
||||
* [🍎 Study Notes](use-cases-and-tutorials/study-notes.md)
|
||||
* [🎬 Movie Database](use-cases-and-tutorials/movie-database.md)
|
||||
* [✨ Simple Dashboard](use-cases-and-tutorials/simple-dashboard.md)
|
||||
* [💫 Deep dive: Templates](use-cases-and-tutorials/deep-dive-templates.md)
|
||||
* [🌟 Deep dive: Sets](use-cases-and-tutorials/deep-dive-sets.md)
|
||||
|
||||
## 📱 Mobile
|
||||
|
||||
|
@ -65,7 +71,7 @@
|
|||
|
||||
## 🔐 Data & Security
|
||||
|
||||
* [Journey of Your Data](data-and-security/journey-of-your-data.md)
|
||||
* [How we keep your data safe](data-and-security/how-we-keep-your-data-safe.md)
|
||||
* [What is a Recovery Phrase?](data-and-security/what-is-a-recovery-phrase.md)
|
||||
* [Data Storage & Deletion](data-and-security/data-storage-and-deletion.md)
|
||||
* [Analytics & Tracking](data-and-security/analytics-and-tracking.md)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
description: Finally a dive into the great big Graph.
|
||||
description: Finally a dive into your graph of objects.
|
||||
---
|
||||
|
||||
# Graph
|
||||
|
||||
### From any object, you'll see he graph icon in the top toolbar.
|
||||
### From anywhere in the app, you'll see the graph icon in the bottom navigation panel
|
||||
|
||||
.png>)
|
||||
<figure><img src="../.gitbook/assets/Graph Icon.png" alt="" width="375"><figcaption><p>Locate the graph icon in the middle of your navigation panel</p></figcaption></figure>
|
||||
|
||||
### Open your Graph to see all of your objects and their relations.
|
||||
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
# Journey of Your Data
|
||||
# How we keep your data safe
|
||||
|
||||
|
||||
|
||||
### Privacy <a href="#privacy" id="privacy"></a>
|
||||
|
||||
All of your data is private in Anytype alpha. Only you have the encryption keys. No one at Anytype can decrypt your data. So if you lose your phrase, we can’t restore access. Likewise, no one in Anytype or anyone else can read the content of your Anytype.
|
||||
|
||||
#### Recovery Phrase <a href="#keychain" id="keychain"></a>
|
||||
All of your data is private in Anytype. Only you have the encryption keys. No one at Anytype can decrypt your data. So if you lose your phrase, we can’t restore access. Likewise, no one in Anytype or anyone else can read the content of your Anytype.
|
||||
|
||||
|
||||
|
||||
#### Local Anytype data folder itself is not encrypted <a href="#local-anytype-data-folder-itself-is-not-encrypted" id="local-anytype-data-folder-itself-is-not-encrypted"></a>
|
||||
#### The local Anytype data folder itself is not encrypted <a href="#local-anytype-data-folder-itself-is-not-encrypted" id="local-anytype-data-folder-itself-is-not-encrypted"></a>
|
||||
|
||||
Anytype stores data in a non-encrypted way locally. We have a prerequisite that the user’s machine is non-compromised and trusted. Basically, if a device is compromised, there are plenty of attack vectors, including RAM scanning and passphrase keylogging, which is useless. We will definitely make additional encryption later. **For now, we recommend turning HDD encryption and device password on.**
|
||||
|
|
@ -1,2 +1,9 @@
|
|||
# Daily Notes
|
||||
---
|
||||
description: >-
|
||||
95% of our thoughts are repetitive. Cultivate a practice of daily journaling
|
||||
to start noticing thought patterns and develop new ideas.
|
||||
---
|
||||
|
||||
# ✏ Daily Notes
|
||||
|
||||
{% embed url="https://vimeo.com/720009350?share=copy" %}
|
||||
|
|
7
use-cases-and-tutorials/deep-dive-sets.md
Normal file
7
use-cases-and-tutorials/deep-dive-sets.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
description: Short demo on how to use Sets to quickly access and manage Objects in Anytype.
|
||||
---
|
||||
|
||||
# 🌟 Deep dive: Sets
|
||||
|
||||
{% embed url="https://vimeo.com/717016770?share=copy" %}
|
3
use-cases-and-tutorials/deep-dive-templates.md
Normal file
3
use-cases-and-tutorials/deep-dive-templates.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# 💫 Deep dive: Templates
|
||||
|
||||
{% embed url="https://vimeo.com/717028105?share=copy" %}
|
9
use-cases-and-tutorials/movie-database.md
Normal file
9
use-cases-and-tutorials/movie-database.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: >-
|
||||
Let your inner hobbyist run wild and create an encyclopaedia of everything you
|
||||
love. Use it for documenting knowledge you collect over the years.
|
||||
---
|
||||
|
||||
# 🎬 Movie Database
|
||||
|
||||
{% embed url="https://vimeo.com/717022383?share=copy" %}
|
9
use-cases-and-tutorials/simple-dashboard.md
Normal file
9
use-cases-and-tutorials/simple-dashboard.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: >-
|
||||
Set up your Anytype to easily navigate to frequently-used pages for work,
|
||||
life, or school.
|
||||
---
|
||||
|
||||
# ✨ Simple Dashboard
|
||||
|
||||
{% embed url="https://vimeo.com/717017993?share=copy" %}
|
9
use-cases-and-tutorials/study-notes.md
Normal file
9
use-cases-and-tutorials/study-notes.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: >-
|
||||
One place to keep your course schedule, syllabus, study notes, assignments,
|
||||
and tasks. Link it all together in the graph for richer insights.
|
||||
---
|
||||
|
||||
# 🍎 Study Notes
|
||||
|
||||
{% embed url="https://vimeo.com/717012006?share=copy" %}
|
9
use-cases-and-tutorials/travel-wiki.md
Normal file
9
use-cases-and-tutorials/travel-wiki.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: >-
|
||||
Travel with half the hassle. Put everything you need in one place, so you
|
||||
don't need to fuss over wifi while traveling.
|
||||
---
|
||||
|
||||
# ✈ Travel Wiki
|
||||
|
||||
{% embed url="https://vimeo.com/717017561?share=copy" %}
|
Loading…
Add table
Add a link
Reference in a new issue