mirror of
https://github.com/anyproto/docs.git
synced 2025-06-07 21:37:03 +09:00
GitBook: [#181] No subject
This commit is contained in:
parent
82a8e4fcb4
commit
89c7067cff
20 changed files with 44 additions and 77 deletions
BIN
.gitbook/assets/Screenshot 2022-09-28 at 21.11.25 (1).png
Normal file
BIN
.gitbook/assets/Screenshot 2022-09-28 at 21.11.25 (1).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 940 KiB |
BIN
.gitbook/assets/Screenshot 2022-09-28 at 21.11.25.png
Normal file
BIN
.gitbook/assets/Screenshot 2022-09-28 at 21.11.25.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 940 KiB |
BIN
.gitbook/assets/Screenshot 2022-09-28 at 22.38.03.png
Normal file
BIN
.gitbook/assets/Screenshot 2022-09-28 at 22.38.03.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 280 KiB |
20
SUMMARY.md
20
SUMMARY.md
|
@ -11,13 +11,12 @@
|
|||
* [Work Faster with Templates](self-onboarding/work-faster-with-templates.md)
|
||||
* [Sort, Filter, & Edit Objects with Sets](self-onboarding/set.md)
|
||||
|
||||
## Features
|
||||
## How To
|
||||
|
||||
* [Library](features/library.md)
|
||||
* [Navigation](features/navigation.md)
|
||||
* [Privacy & Security](features/privacy-and-security.md)
|
||||
* [Syncing & P2P](features/syncing-and-p2p.md)
|
||||
* [Storage & Deletion](features/storage-and-deletion.md)
|
||||
* [Create New Types](how-to/library.md)
|
||||
* [View all of your Objects](how-to/navigation.md)
|
||||
* [Recover/Reset your Account](how-to/how-to-restore-my-account.md)
|
||||
* [Change your Spellcheck Language](how-to/change-your-spellcheck-language.md)
|
||||
|
||||
## Use cases & tutorials
|
||||
|
||||
|
@ -36,15 +35,14 @@
|
|||
|
||||
## FAQ's
|
||||
|
||||
* [Relation in practice. Can they act like properties or fields in databases?](faqs/relation-in-practice.-can-they-act-like-properties-or-fields-in-databases.md)
|
||||
* [Privacy & Security](faqs/privacy-and-security.md)
|
||||
* [Storage & Deletion](faqs/storage-and-deletion.md)
|
||||
* [Syncing & P2P](faqs/syncing-and-p2p.md)
|
||||
* [We are using IPFS. What is that?](faqs/we-are-using-ipfs.-what-is-that.md)
|
||||
* [Can pages be nested one to another?](faqs/can-pages-be-nested-one-to-another.md)
|
||||
* [How to add relation to multiple objects](faqs/how-to-add-relation-to-multiple-objects.md)
|
||||
* [How does keychain phrase login work? Like password?](faqs/how-does-passphrase-login-work.md)
|
||||
* [How is my Recovery Phrase generated?](faqs/how-does-passphrase-login-work.md)
|
||||
* [How are media files stored on devices?](faqs/how-are-media-files-stored-on-devices.md)
|
||||
* [How to restore my account?](faqs/how-to-restore-my-account.md)
|
||||
* [Free forever? How will Anytype make money?](faqs/free-forever-how-will-anytype-make-money.md)
|
||||
* [What is the difference between the alpha and beta versions of Anytype?](faqs/what-is-the-difference-between-the-alpha-and-beta-versions-of-anytype.md)
|
||||
|
||||
***
|
||||
|
||||
|
|
|
@ -4,12 +4,12 @@ To keep bandwidth and storage usage low but provide a fast experience, Anytype d
|
|||
|
||||
**Files** and **Videos** are downloaded **on-demand**. For example, on mobile devices, it's only when you choose to **play** the video that it will begin to download and save on your device. It also works as a cache. For example, when watching 10% of movies, Anytype may preload and store 30%. So if you are streaming or frequently using a large file, it will be taken from your device storage.
|
||||
|
||||
**Files** are fully downloaded when you press download and get "cached" on your device. 
|
||||
**Files** are fully downloaded when you press download and get "cached" on your device.
|
||||
|
||||
{% hint style="info" %}
|
||||
Working with cache is not yet available and will be implemented in the next release
|
||||
{% endhint %}
|
||||
|
||||
{% content-ref url="../features/storage-and-deletion.md" %}
|
||||
[storage-and-deletion.md](../features/storage-and-deletion.md)
|
||||
{% content-ref url="storage-and-deletion.md" %}
|
||||
[storage-and-deletion.md](storage-and-deletion.md)
|
||||
{% endcontent-ref %}
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
# How to add relation to multiple objects
|
||||
|
||||
### **Using a Type**
|
||||
|
||||
Let's look at an example. Say you need to add a new relation, `Color,` to your **Type** `Cat`. And you already have 10 objects of this Type.
|
||||
|
||||
1. You need to open [library.md](../features/library.md "mention")
|
||||
2. Find and open the [Broken link](broken-reference "mention") `Cat`
|
||||
3. Add a new [relation.md](../self-onboarding/relation.md "mention") `Color` there.
|
||||
|
||||
When you open any object `Cat`, you will find `Color` in the relations view and `/` menu.
|
||||
|
||||
{% hint style="warning" %}
|
||||
You cannot edit the default relations in types\*\* created by Anytype\*\*. But you can use [set.md](../self-onboarding/set.md "mention"), which can be used to create a relation in existing objects.
|
||||
{% endhint %}
|
||||
|
||||
### **Using a Set**
|
||||
|
||||
Say you need to add `Related` to all your `Tasks`. Unfortunately, you can't change the default relations for this Type.
|
||||
|
||||
1. [#create-a-set](../self-onboarding/set.md#create-a-set "mention") with type Task
|
||||
2. Add a new column. Settings → Relations → \*\*+ \*\*→ `Related`
|
||||
3. Each object in the Set will now show this relation. Also, see will see at as **suggested** in each object.
|
||||
|
||||
.gif>)
|
|
@ -1,9 +0,0 @@
|
|||
# How to restore my account?
|
||||
|
||||
### Recovery
|
||||
|
||||
Anytype does not store or know your private keychain passphrase, so it is **impossible to recover** the accounts whose passphrase has been lost.
|
||||
|
||||
{% hint style="warning" %}
|
||||
Please keep your passphrase secure and saved as it is the only way to access information inside Anytype.
|
||||
{% endhint %}
|
|
@ -1,10 +0,0 @@
|
|||
# Relation in practice. Can they act like properties or fields in databases?
|
||||
|
||||

|
||||
|
||||
[relation.md](../self-onboarding/relation.md "mention") is the foundation of our graph structure. They connect your objects into the knowledge graph. But, you can use them for general purposes. For example:
|
||||
|
||||
* You can also use relation to set some «primitive» value like a date, a tag, a status, an email, or a phone number. Later we will update the system where even such values might be presented as Objects.
|
||||
* Relations can be shown as columns in a “database” / “table” view by using [set.md](../self-onboarding/set.md "mention"). So you can use them as properties in Notion for such case.
|
||||
* Relations are global. You can change the name, and you will update it everywhere.
|
||||
* You can add any relation to any object using Blocks, Set or Object’s relation view. Take a look on [#adding-relations](../self-onboarding/relation.md#adding-relations "mention")
|
|
@ -1,9 +0,0 @@
|
|||
# What is the difference between the alpha and beta versions of Anytype?
|
||||
|
||||
The Anytype team considers the product in an alpha state until all initially planned features have been implemented. Additionally, a higher number of bugs and a greater chance of instability is expected during the Alpha. 
|
||||
|
||||
Given this fact, we advise you not to use the Alpha for any critical purposes and be prepared for the possibility of data loss, no matter how rare. In practice, over more than a year of alpha testing, all instances of data loss have been user error from losing their keychain phrase. 
|
||||
|
||||
When the product is feature complete, and we begin focusing on bug fixing and polish, we will make the beta available.
|
||||
|
||||
If you're interested in participating, please continue submitting [the form](https://anytype.typeform.com/early-access?typeform-source=anytype.io#source=documentation).
|
|
@ -1,7 +0,0 @@
|
|||
# Library
|
||||
|
||||
Our `Library` contains all entities you need for building a knowledge graph. There you will find [Broken link](broken-reference "mention")s, [Broken link](broken-reference "mention")s, and [relation.md](../self-onboarding/relation.md "mention")s created by you and pre-build by Anytype.
|
||||
|
||||
It is a starting point when you want to create a new Type and work with the templates.
|
||||
|
||||
.gif>)
|
5
how-to/change-your-spellcheck-language.md
Normal file
5
how-to/change-your-spellcheck-language.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Change your Spellcheck Language
|
||||
|
||||
Anytype currently supports spellcheck in 39 languages. You can change your spellcheck language(s) or remove spellcheck entirely by navigating to Settings --> Personalization --> Spellcheck.
|
||||
|
||||
<figure><img src="../.gitbook/assets/Screenshot 2022-09-28 at 22.38.03.png" alt="Anytype Spellcheck Settings"><figcaption></figcaption></figure>
|
13
how-to/how-to-restore-my-account.md
Normal file
13
how-to/how-to-restore-my-account.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Recover/Reset your Account
|
||||
|
||||
### Account Recovery
|
||||
|
||||
Anytype does not know or store your private keychain passphrase, so it is **impossible to recover** the accounts whose passphrase has been lost. If you have permanently lost your recovery phrase, you may e-mail support@anytype.io to request a new invite code and create a fresh account.
|
||||
|
||||
### Account Reset
|
||||
|
||||
Currently, 
|
||||
|
||||
{% hint style="warning" %}
|
||||
Please keep your passphrase secure and saved as it is the only way to access information inside Anytype.
|
||||
{% endhint %}
|
7
how-to/library.md
Normal file
7
how-to/library.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Create New Types
|
||||
|
||||
You can create custom Types of your own from the Types library, which can be found within the squircle icon from your Anytype homescreen.
|
||||
|
||||
There, you will find an overview of all the Types you have installed previously. If you do not find one which seves your purpose, click on the orange 'Create a new type' button and you will be able to create a custom Type with templates of your own.
|
||||
|
||||
.gif>)
|
|
@ -65,7 +65,7 @@ If you delete a webpage or a link, the web pages that it linked to won't be affe
|
|||
Similarly, in Anytype, other objects (pages in Notion's lingo) can link to another entity. This is how you organize objects within other objects. If you delete links within an object or the object itself, the objects it linked to won't be deleted, and other links to that object in other things will continue to function.
|
||||
|
||||
{% hint style="info" %}
|
||||
To see which objects your current object links to and have links from, check out [navigation.md](../../features/navigation.md "mention"). You will see also how to use a full-featured graph showing all the links between your objects.
|
||||
To see which objects your current object links to and have links from, check out [navigation.md](../../how-to/navigation.md "mention"). You will see also how to use a full-featured graph showing all the links between your objects.
|
||||
{% endhint %}
|
||||
|
||||
That's also why backlinks in Notion are not a separate link-type in Anytype - every link is a backlink from another perspective.
|
||||
|
|
|
@ -1,11 +1,15 @@
|
|||
# Get to Know the Editor
|
||||
|
||||
There are a few different ways to create Objects in Anytype. We recommend starting from the + button located on the top right of your homescreen.
|
||||
There are a few different ways to create Objects in Anytype. 
|
||||
|
||||
When starting out, you can use the `+` button located on the top right of your homescreen to create your first Object.
|
||||
|
||||
<figure><img src="../../.gitbook/assets/Object Create.png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
Each Object has a flexible canvas made of simple blocks. A block is a piece of content that you can freely reposition within the canvas to give your Objects style and structure.
|
||||
|
||||
<figure><img src="../../.gitbook/assets/Screenshot 2022-09-28 at 21.11.25 (1).png" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
### Block Styles
|
||||
|
||||
You can add a new block to your canvas by typing the `/` key or by pressing the orange `+` button which appears next to your cursor.\
|
||||
|
|
|
@ -23,7 +23,7 @@ Sets collect all your objects that match the given criterion. You can add a new
|
|||
|
||||
If you don't like **Relations** and **Templates** used in Task, you can [Broken link](broken-reference "mention") that will fit your needs.
|
||||
|
||||
1. You need to open [library.md](../features/library.md "mention") in **Home** screen, which contains all **Types** in Anytype
|
||||
1. You need to open [library.md](../how-to/library.md "mention") in **Home** screen, which contains all **Types** in Anytype
|
||||
2. Press "Create a new type."
|
||||
3. In your custom **Type**, you can choose any relation and create a template you want.
|
||||
4. To create a **Task tracker**, you need to click "Create" → "New Set of objects."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue