forked from anyproto/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c2c26a
commit f0461c6
Showing
5 changed files
with
65 additions
and
11 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,44 @@ | ||
--- | ||
description: >- | ||
Here you'll find guides, glossaries, and tutorials to help you on your Anytype | ||
journey. | ||
description: Tools for thought, freedom & trust | ||
--- | ||
|
||
# 👋 Welcome | ||
# 👋 Welcome to Anytype | ||
|
||
{% embed url="https://www.youtube.com/watch?v=dh_3NHY5eVs" %} | ||
|
||
Anytype is a local-first, E2E encrypted software designed as a secure place to create and store digital assets. | ||
Anytype is an **encrypted, local-first alternative** to the cloud-based Internet.  | ||
|
||
You can use Anytype to create and connect your tasks, notes, ideas, documents, workflows, and more. | ||
With Anytype, you can build digital spaces around your interests. These spaces can be personal - for diaries, ideas and drafts, or shared - with your family, small communities, teams, neighbors and people with similar interests. | ||
|
||
With Anytype, you can safely share your work and use local-first collaboration with others. Our long-term vision is for Anytype to enable large-scale collaboration to create a global repository of interconnected knowledge. | ||
Unlike cloud applications, Anytype puts the control of encryption keys firmly your hands, so you own your data and your social graph. Spaces you create are local first - they can be created offline and can sync peer-to-peer in local networks.  | ||
|
||
Explore the documentation here to learn more about using the product, troubleshooting your account, and data privacy. | ||
Anytype is supported by [AnySync](https://tech.anytype.io/any-sync/overview) - an open-source protocol that supports high-performant collaboration over encrypted data and creators’ controlled keys. You can find our codebase here. | ||
|
||
For more information about our team and philosophy, please visit our [website](https://anytype.io). | ||
WIth every architectural choice, we aim to make [fundamental digital freedoms](https://youtu.be/6Hyr881Xi8A?si=tVftb8x9V5koMt0U) unconditional. Here you can read more of our thoughts on [cloud vs. local first Internet](https://blog.anytype.io/the-nervous-system-of-humanity-needs-an-upgrade/). | ||
|
||
You can also explore pre-made templates and experiences from our community in our [Experience Gallery](https://gallery.any.coop).  | ||
|
||
If you have questions, feedback, and ideas join us in our [community forum.](https://community.anytype.io) If you want to contribute,[ here's where you can do so](https://github.com/orgs/anyproto/discussions). | ||
|
||
### Getting Started | ||
|
||
*** | ||
|
||
If you're new to Anytype, learn the basics: | ||
|
||
* Vault and Key | ||
* Spaces | ||
* Objects | ||
* Pages and blocks | ||
* Links, mentions and relations | ||
* Collections and databases | ||
* Kanban, list, grid and calendar views | ||
* Sidebar and widgets | ||
* Types and Templates | ||
* Sets - advanced collections  | ||
* Graph | ||
|
||
*** | ||
|
||
You can explore what you can build here: [Gallery](https://gallery.any.coop/Collaboration) (also available in the app). If you have questions and ideas, please, join our [forum](https://community.anytype.io/). If you want to contribute, [here](https://github.com/orgs/anyproto/discussions) is the place.\ | ||
\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
description: >- | ||
To protect everything you create and your connections with others, you have an | ||
encryption key that only you control. | ||
--- | ||
|
||
# Vault & Key | ||
|
||
### Vault | ||
|
||
A vault is an encrypted box stored on your device, which holds your information. It allows you to send, receive, and store information with full privacy and ownership over what you create.  | ||
|
||
All the spaces you create and share will be stored in your vault. Because public key cryptography is used to secure your vault, it is unbreakable - all computational resources on earth are not enough to break into one vault. | ||
|
||
### Key | ||
|
||
The key to your vault is generated locally on your device when the vault is created. It is represented by 12 words only you should know. It is like a password that you don’t choose.  | ||
|
||
The key decrypts your vault. Only you have access to it. That’s why anytype cannot recover it for you, if it is lost. You can find your key in your Profile Settings.  | ||
|
||
<figure><img src="../.gitbook/assets/Screenshot 2024-04-26 at 06.45.43.png" alt="Anytype Encrypted Recovery Key"><figcaption><p>Find your unique Key in your Proifle Settings</p></figcaption></figure> | ||
|
||
|
||
|
||
\ | ||
\ |