diff --git a/.gitbook/assets/Graph Icon.png b/.gitbook/assets/Graph Icon.png new file mode 100644 index 0000000..8b39a51 Binary files /dev/null and b/.gitbook/assets/Graph Icon.png differ diff --git a/README.md b/README.md index 24cd5a4..c69fae0 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/SUMMARY.md b/SUMMARY.md index 59638f8..ebbf592 100644 --- a/SUMMARY.md +++ b/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) diff --git a/anytype-basics/graph.md b/anytype-basics/graph.md index b9d3789..2ba696a 100644 --- a/anytype-basics/graph.md +++ b/anytype-basics/graph.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 -![](<../.gitbook/assets/image (41).png>) +

Locate the graph icon in the middle of your navigation panel

### Open your Graph to see all of your objects and their relations. diff --git a/data-and-security/journey-of-your-data.md b/data-and-security/how-we-keep-your-data-safe.md similarity index 74% rename from data-and-security/journey-of-your-data.md rename to data-and-security/how-we-keep-your-data-safe.md index 185c53d..fbd5524 100644 --- a/data-and-security/journey-of-your-data.md +++ b/data-and-security/how-we-keep-your-data-safe.md @@ -1,16 +1,14 @@ -# Journey of Your Data +# How we keep your data safe ### Privacy -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 +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 +#### The local Anytype data folder itself is not encrypted 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.** diff --git a/use-cases-and-tutorials/anytype-editor.md b/use-cases-and-tutorials/anytype-editor.md index 69da9f3..390457e 100644 --- a/use-cases-and-tutorials/anytype-editor.md +++ b/use-cases-and-tutorials/anytype-editor.md @@ -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" %} diff --git a/use-cases-and-tutorials/deep-dive-sets.md b/use-cases-and-tutorials/deep-dive-sets.md new file mode 100644 index 0000000..b7ba6b1 --- /dev/null +++ b/use-cases-and-tutorials/deep-dive-sets.md @@ -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" %} diff --git a/use-cases-and-tutorials/deep-dive-templates.md b/use-cases-and-tutorials/deep-dive-templates.md new file mode 100644 index 0000000..b01e712 --- /dev/null +++ b/use-cases-and-tutorials/deep-dive-templates.md @@ -0,0 +1,3 @@ +# 💫 Deep dive: Templates + +{% embed url="https://vimeo.com/717028105?share=copy" %} diff --git a/use-cases-and-tutorials/movie-database.md b/use-cases-and-tutorials/movie-database.md new file mode 100644 index 0000000..f9f3ad6 --- /dev/null +++ b/use-cases-and-tutorials/movie-database.md @@ -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" %} diff --git a/use-cases-and-tutorials/simple-dashboard.md b/use-cases-and-tutorials/simple-dashboard.md new file mode 100644 index 0000000..ea4574e --- /dev/null +++ b/use-cases-and-tutorials/simple-dashboard.md @@ -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" %} diff --git a/use-cases-and-tutorials/study-notes.md b/use-cases-and-tutorials/study-notes.md new file mode 100644 index 0000000..33f823d --- /dev/null +++ b/use-cases-and-tutorials/study-notes.md @@ -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" %} diff --git a/use-cases-and-tutorials/travel-wiki.md b/use-cases-and-tutorials/travel-wiki.md new file mode 100644 index 0000000..e24418a --- /dev/null +++ b/use-cases-and-tutorials/travel-wiki.md @@ -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" %}