diff --git a/.gitbook/assets/custom_set_1 (1) (1) (1) (1) (1).png b/.gitbook/assets/custom_set_1 (1) (1) (1) (1) (1).png new file mode 100644 index 0000000..de329ee Binary files /dev/null and b/.gitbook/assets/custom_set_1 (1) (1) (1) (1) (1).png differ diff --git a/.gitbook/assets/custom_set_1 (1) (1) (1) (1) (2).png b/.gitbook/assets/custom_set_1 (1) (1) (1) (1) (2).png new file mode 100644 index 0000000..de329ee Binary files /dev/null and b/.gitbook/assets/custom_set_1 (1) (1) (1) (1) (2).png differ diff --git a/.gitbook/assets/notes sort (1) (1) (1) (1) (1).png b/.gitbook/assets/notes sort (1) (1) (1) (1) (1).png new file mode 100644 index 0000000..ff5d18d Binary files /dev/null and b/.gitbook/assets/notes sort (1) (1) (1) (1) (1).png differ diff --git a/.gitbook/assets/notes sort (1) (1) (1) (1) (2).png b/.gitbook/assets/notes sort (1) (1) (1) (1) (2).png new file mode 100644 index 0000000..ff5d18d Binary files /dev/null and b/.gitbook/assets/notes sort (1) (1) (1) (1) (2).png differ diff --git a/.gitbook/assets/notionsharingpane (1) (1) (1) (1) (1).png b/.gitbook/assets/notionsharingpane (1) (1) (1) (1) (1).png new file mode 100644 index 0000000..ef5daa0 Binary files /dev/null and b/.gitbook/assets/notionsharingpane (1) (1) (1) (1) (1).png differ diff --git a/faqs/can-pages-be-nested-one-to-another.md b/faqs/can-pages-be-nested-one-to-another.md index ba3d8a9..a9b6df7 100644 --- a/faqs/can-pages-be-nested-one-to-another.md +++ b/faqs/can-pages-be-nested-one-to-another.md @@ -21,4 +21,4 @@ All Anytype structures are based on links between objects. Links are directional All objects connections will soon look like an interconnected network: -![Some objects have links from completely different context](<../.gitbook/assets/Screenshot 2021-11-09 at 12.54.59.png>) +![Some objects have links from completely different context](<../.gitbook/assets/Screenshot 2021-11-09 at 12.54.59 (1).png>) diff --git a/faqs/privacy-and-security.md b/faqs/privacy-and-security.md index 913e6d0..7957231 100644 --- a/faqs/privacy-and-security.md +++ b/faqs/privacy-and-security.md @@ -22,12 +22,12 @@ Anytype stores data in a non-encrypted way locally. We have a prerequisite that ### Tech details -There are some technical details on encryption and data storage: +Here are some technical details on encryption and data storage: * Anytype stores changes for each object you’ve created -* Every object’s change has 2 encryption layers with different keys. +* Every object’s change has 2 encryption layers with different keys. * The First layer is used to connect changes within an object (for example, all this encrypted data belongs to the object with id \) * Second layer is used to encrypt the actual data. We using AES with stream **encryption** with CFB mode * When you create a new change for an object, we periodically send it to our backup node(with only the first-layer key). More info about sync [here](syncing-and-p2p.md). * Anytype backup nodes have access to the first layer key, so it can group changes for the object and send them in one pack when you want to restore your data -* Anytype backup nodes HAVE NO access to the second layer key, so it can’t read the actual changes data +* Anytype backup nodes HAVE NO access to the second layer key, so it can’t read the actual changes to the data diff --git a/faqs/syncing-and-p2p.md b/faqs/syncing-and-p2p.md index 0bbdafe..c76c807 100644 --- a/faqs/syncing-and-p2p.md +++ b/faqs/syncing-and-p2p.md @@ -1,6 +1,6 @@ # Syncing & P2P -All your data primarily syncs to the encrypted backup node in the current alpha. Therefore, all data storage is at **no cost** to you. The application is always connected to the backup node and cannot be disconnected. +All your data primarily syncs to the encrypted backup node in the current alpha. For alpha testers, the application is always connected to the backup node and cannot be disconnected. #### Local backups diff --git a/how-to/navigation.md b/how-to/navigation.md index 7c32110..323e702 100644 --- a/how-to/navigation.md +++ b/how-to/navigation.md @@ -1,10 +1,10 @@ -# Navigation +# View all of your Objects For navigation inside Anytype, you have 4 options: **`Home, Search, Graph View`, `Bi-Directional Navigation`** and **`Keyboard Shortcuts`**. ## Home -![](<../.gitbook/assets/Screenshot 2021-11-11 at 16.03.29.png>) +![](<../.gitbook/assets/Screenshot 2021-11-11 at 16.04.00.png>) ### Home tabs @@ -26,7 +26,7 @@ Do a search across your knowledge graph, object types, and relations. Since all connections between objects have a certain direction(_from-object_ or _to-object)_, the navigation panel helps to see objects connected with the current one in terms of their direction. Read more about object connections in [#object-graph](navigation.md#object-graph "mention") -Navigation Panel helps to navigate between objects that have [Object Links](broken-reference) or [Relations](../self-onboarding/relation.md) to each other. Hit ![](<../.gitbook/assets/nav (1).svg>) button on the top bar to open Navigation Panel. +Navigation Panel helps to navigate between objects that have [Object Links](broken-reference/) or [Relations](../self-onboarding/relation.md) to each other. Hit ![](../.gitbook/assets/nav.svg) button on the top bar to open Navigation Panel. ![](../.gitbook/assets/ezgif-2-61fd939d2515.gif) @@ -44,7 +44,7 @@ If you want to change focus from one object to another, simply hit this object o Displays a graph representation of the Links and Relations between your objects. You can see the power of Anytype relations, with connections showing how each object relates to another. -To access the Graph Mode, look for the ![](../.gitbook/assets/graph.svg) icon in the top-left corner from any opened object or just press `⌘ + Option + O` or `Ctrl + Alt + O`. +To access the Graph Mode, look for the ![](<../.gitbook/assets/graph (1).svg>) icon in the top-left corner from any opened object or just press `⌘ + Option + O` or `Ctrl + Alt + O`. ![](<../.gitbook/assets/Screenshot 2021-11-11 at 17.40.40.png>) diff --git a/migrating/start/missingfeatures.md b/migrating/start/missingfeatures.md index 5df1ff7..859f5d4 100644 --- a/migrating/start/missingfeatures.md +++ b/migrating/start/missingfeatures.md @@ -10,7 +10,7 @@ Take a look at our [Community Forums](http://community.anytype.io) to check out ## Sharing, Publishing and Collaboration -**Notion** allows users to share pages and workspaces with other Notion users. Alternatively, users can create a sharing link to enable users without a Notion account to access your shared content. ![](<../../.gitbook/assets/notionsharingpane (1) (1) (1) (1).png>) +**Notion** allows users to share pages and workspaces with other Notion users. Alternatively, users can create a sharing link to enable users without a Notion account to access your shared content. ![](<../../.gitbook/assets/notionsharingpane (1) (1) (1).png>) **Anytype** currently cannot share content with other Anytype users or to the web. However, this feature is planned and is on the roadmap. If you find yourself needing to share content with other users, please use the "Print" option, accessed by using your system's Print keyboard shortcut or through the three-dot menu within an object canvas. diff --git a/self-onboarding/Anytype-editor/README.md b/self-onboarding/Anytype-editor/README.md index 72c15a5..d7afd9d 100644 --- a/self-onboarding/Anytype-editor/README.md +++ b/self-onboarding/Anytype-editor/README.md @@ -8,7 +8,7 @@ When starting out, you can use the `+` button located on the top right of your h 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. -
+
### Block Styles diff --git a/self-onboarding/Anytype-editor/link-block-view-and-layout.md b/self-onboarding/Anytype-editor/link-block-view-and-layout.md index d62a666..75e7414 100644 --- a/self-onboarding/Anytype-editor/link-block-view-and-layout.md +++ b/self-onboarding/Anytype-editor/link-block-view-and-layout.md @@ -10,7 +10,7 @@ Add some custom styling to your Object Link blocks using the block sidebar. Select a few objects to apply common styling for them. -![](../../.gitbook/assets/ezgif-6-1174bdecb108.gif) +![](<../../.gitbook/assets/ezgif-6-1174bdecb108 (1).gif>) ### Columns of blocks diff --git a/use-cases-and-tutorials/creating-a-place-for-studies.md b/use-cases-and-tutorials/creating-a-place-for-studies.md index ee5c387..7d38b19 100644 --- a/use-cases-and-tutorials/creating-a-place-for-studies.md +++ b/use-cases-and-tutorials/creating-a-place-for-studies.md @@ -21,13 +21,13 @@ Sets collect all your objects that match given criterion. You can add a new Clas ### Custom type -If you want to create a more comprehensive learning system with several entities inside like Courses and Modules in a separate sets, we propose[ ](https://doc.anytype.io/intro/fundamentals/type#creating-types)to [Broken link](broken-reference "mention") for that. +If you want to create a more comprehensive learning system with several entities inside like Courses and Modules in a separate sets, we propose[ ](https://doc.anytype.io/intro/fundamentals/type#creating-types)to [broken-reference](broken-reference/ "mention") for that. ### Templates It is handy to create Templates. While creating notes in class or meetings, you don't have the time to layout and add relations every time. So, you can choose the Template we provide or make a custom one that fits your needs. -![Class Note template](<../.gitbook/assets/Screenshot 2021-11-11 at 11.52.51 (1).png>) +![Class Note template](<../.gitbook/assets/Screenshot 2021-11-11 at 11.52.51.png>) {% hint style="success" %} Find ideas to spark inspiration in [Community Showcases](https://community.anytype.io/c/general-discussion/showcase/13). diff --git a/use-cases-and-tutorials/organizing-notes/capture-simple-notes.md b/use-cases-and-tutorials/organizing-notes/capture-simple-notes.md index 04ed755..c72dc92 100644 --- a/use-cases-and-tutorials/organizing-notes/capture-simple-notes.md +++ b/use-cases-and-tutorials/organizing-notes/capture-simple-notes.md @@ -14,7 +14,7 @@ You can create Notes everywhere you want. Every object you create by default is Sets collect all objects by given criteria. For example, if you add a new Note anywhere inside the Anytype, it will be shown here! By default, it is sorted by creation date. {% hint style="info" %} -Click on links to know more about [Broken link](broken-reference "mention"), [set.md](../../self-onboarding/set.md "mention") & [relation.md](../../self-onboarding/relation.md "mention"). +Click on links to know more about [broken-reference](broken-reference/ "mention"), [set.md](../../self-onboarding/set.md "mention") & [relation.md](../../self-onboarding/relation.md "mention"). {% endhint %} ### Sort them later @@ -22,7 +22,7 @@ Click on links to know more about [Broken link](broken-reference "mention"), [se Notes are sorted by "Last modified date" as you had in Apple Notes or Evernote by default.\ Press the setting icon if you want to create other sorts. -![](<../../.gitbook/assets/Notes sort (1).png>) +![](<../../.gitbook/assets/Notes sort.png>) ### Categorizing with tags @@ -37,7 +37,7 @@ Make these steps and start your Tags management: 1. You need to add Tag as a column in Set. You can start adding categories in the cells straightaway.\ ![](<../../.gitbook/assets/image (5).png>) ![](../../.gitbook/assets/image.png) 2. Add a View related to this particular Tag or Tags. You need to set up a filter with condition like `Tag has any of Personal`\ - ![](<../../.gitbook/assets/image (3).png>) ![](<../../.gitbook/assets/image (4).png>) + ![](<../../.gitbook/assets/image (3).png>) ![](<../../.gitbook/assets/image (1).png>) {% hint style="success" %} You can work with relations everywhere! Check out where and how you can also use Tags: [#adding-relations](../../self-onboarding/relation.md#adding-relations "mention"). diff --git a/use-cases-and-tutorials/organizing-notes/outline-note-taking-method.md b/use-cases-and-tutorials/organizing-notes/outline-note-taking-method.md index ec0dd66..00f8df8 100644 --- a/use-cases-and-tutorials/organizing-notes/outline-note-taking-method.md +++ b/use-cases-and-tutorials/organizing-notes/outline-note-taking-method.md @@ -13,7 +13,7 @@ The outlining method emphasizes content as well as relationships between the mat ### Add Outline Note type 1. Go to the Library and click the "Create a new type" button.​​​ By using a new type, you can customize templates and relations the way you want. Fill in the Type Title and choose the Icon you want\ - ![](<../../.gitbook/assets/create a new type.png>) ![](<../../.gitbook/assets/set name in type (1).png>)​ + ![](<../../.gitbook/assets/create a new type.png>) ![](<../../.gitbook/assets/set name in type.png>)​ 2. Customize our type by adding your own Relations and choosing a layout. If you want to use a Title, you need to choose a Basic layout. Otherwise — Note. Due to the [Ebbinghaus forgetting curve](https://e-student.org/ebbinghaus-forgetting-curve/), it's always best to start the reciting and reviewing stage as soon as possible. Studies have shown that reviewing your notes within the [24-hour point](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0120644) achieves the best results. So we also propose to have a "Reflection" relation and "Tag" for categorization ​​\ ![](<../../.gitbook/assets/set relation and layout.png>)​ @@ -48,9 +48,9 @@ All the Outline Notes will be collected in the set. So you can create a flow to 1. Add "Reflection" relation and "Tag" to the Set. Create a view calling "Inbox"\ ![](../../.gitbook/assets/2\_custom\_relations.png) ![](../../.gitbook/assets/2\_add\_view.png) -2. Add filter "Reflection" is unchecked. You can also add filter by Creation Date, so you will see only newly created. You can review all your Outline Method notes in one place +2. Add filter "Reflection" is unchecked. You can also add filter by Creation Date, so you will see only newly created. You can review all your Outline Method notes in one place - + ![](../../.gitbook/assets/2\_add\_filter.png) ![](../../.gitbook/assets/2\_finished.png) {% hint style="info" %} 1. You can add more templates and use them in different contexts