mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 05:47:05 +09:00
GitBook: [#150] Create and Organize notes
This commit is contained in:
parent
30f3826b72
commit
c566011b3d
9 changed files with 86 additions and 3 deletions
BIN
.gitbook/assets/custom_set_1 (1).png
Normal file
BIN
.gitbook/assets/custom_set_1 (1).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 231 KiB |
BIN
.gitbook/assets/custom_set_1 (2).png
Normal file
BIN
.gitbook/assets/custom_set_1 (2).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 231 KiB |
BIN
.gitbook/assets/custom_set_1 (3).png
Normal file
BIN
.gitbook/assets/custom_set_1 (3).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 231 KiB |
BIN
.gitbook/assets/custom_set_1.png
Normal file
BIN
.gitbook/assets/custom_set_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 231 KiB |
|
@ -22,6 +22,7 @@
|
|||
* [Creating a Task Tracker](use-cases-and-tutorials/creating-a-task-tracker.md)
|
||||
* [Creating a Reading List](use-cases-and-tutorials/creating-a-reading-list.md)
|
||||
* [Creating a place for Studies](use-cases-and-tutorials/creating-a-place-for-studies.md)
|
||||
* [Create and organize your notes](use-cases-and-tutorials/create-and-organize-your-notes.md)
|
||||
|
||||
## Migrating
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Anytype is free to use, and because it’s self-hosted and uses the storage on your devices, it will always be free.
|
||||
|
||||
#### **But how will you make money? **
|
||||
#### **But how will you make money?** 
|
||||
|
||||
Initially, we’re going to offer subscriptions for decentralised backup services to our users.
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ 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 you watch 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 also get "cached" on your device. 
|
||||
**Files** are fully downloaded when you press download and also get "cached" on your device. 
|
||||
|
||||
{% hint style="info" %}
|
||||
Working with cache is not yet available and will be implemented in the next release
|
||||
|
|
|
@ -12,4 +12,4 @@ Read on to learn about the differences between Anytype and Notion's architecture
|
|||
[missingfeatures.md](missingfeatures.md)
|
||||
{% endcontent-ref %}
|
||||
|
||||
_This section was initially done by _[_Jonathan_](https://github.com/jonathan2384)__
|
||||
_This section was initially done by_ [_Jonathan_](https://github.com/jonathan2384)__
|
||||
|
|
82
use-cases-and-tutorials/create-and-organize-your-notes.md
Normal file
82
use-cases-and-tutorials/create-and-organize-your-notes.md
Normal file
|
@ -0,0 +1,82 @@
|
|||
# Create and organize your notes
|
||||
|
||||
This document provides a step-by-step example of creating and organizing notes in one place. It will help you, through a practical example, learn about the capabilities of Anytype, learn how to work with objects, create new types, create relations between objects, as well as collect objects in one place.
|
||||
|
||||
### Organize your thoughts, tasks, and ideas in one simple structure <a href="#organize-your-thoughts-tasks-and-ideas-in-one-simple-structure" id="organize-your-thoughts-tasks-and-ideas-in-one-simple-structure"></a>
|
||||
|
||||
Unlike most productivity apps, Anytype allows you to customize the note-taking system for your needs while making it easy to create notes through a user-friendly interface. Here is an example of how it could be structured:
|
||||
|
||||
* **Inbox** space, the place where all your notes are created by default.
|
||||
* All notes have the same custom type
|
||||
* The type has two common relations:
|
||||
1. **Tags**. It's going to be used to describe the type of note. _Example: Work, Personal, Task, Thoughts, Idea, etc._
|
||||
2. **Viewed Status**. It's Check box relation that determines _viewed_ status. The note stays in the Inbox until its status changes to _Viewed._
|
||||
|
||||
Soon, you'll be able to create a set for your note-taking system that looks like this:
|
||||
|
||||

|
||||
|
||||
### Сreate your own Type for notes <a href="#sreate-your-own-type-for-notes" id="sreate-your-own-type-for-notes"></a>
|
||||
|
||||
1. Go to the Library and click the "Create a new type" button.
|
||||
2. Fill in the name and icon:
|
||||
|
||||

|
||||
3. Customize our type by adding your own Relations and choosing a layout.
|
||||
|
||||
### Add your first notes <a href="#add-your-first-notes" id="add-your-first-notes"></a>
|
||||
|
||||
#### From Home <a href="#from-home" id="from-home"></a>
|
||||
|
||||
1. Press + on the Home Screen and choose your type from the list.
|
||||
2. Add custom relations to the canvas by typing `/` or by clicking `+` button.
|
||||
3. Add some new values for Tag Relation.
|
||||
|
||||

|
||||
|
||||
1. Fill your Note with any content you like.\
|
||||

|
||||
|
||||
#### From Object Canvas <a href="#from-object-canvas" id="from-object-canvas"></a>
|
||||
|
||||
1. Press `/` or `+` button and start typing the name of the type you want to create.
|
||||
2. Complete the object creating from the previous step.\
|
||||
.
|
||||
|
||||
_TIP: Change your default type in Settings in order to create objects of your preferrable type by default_
|
||||
|
||||
### Aggregate your notes by creating a Set <a href="#aggregate-your-notes-by-creating-a-set" id="aggregate-your-notes-by-creating-a-set"></a>
|
||||
|
||||
1. Create a new Set from the Home Screen.\
|
||||

|
||||
2. Fill in the `Source` using your custom type.\
|
||||

|
||||
3. Create an object from the set by clicking `+ New` button
|
||||
|
||||
### Quickly create notes by adding Templates <a href="#quickly-create-notes-by-adding-templates" id="quickly-create-notes-by-adding-templates"></a>
|
||||
|
||||
1. Open your custom type from the Library Press `+ New` button to create a new template.
|
||||
2. Create a template in a way you create an object and fill it with data you want to have by default.\
|
||||
_For example, a template that has_ `idea` _tag by default_\
|
||||
____
|
||||
3. Repeat the same for the `task`.\
|
||||

|
||||
4. Open `Set` that you created from the previous step. Create an object using the template you just created.
|
||||
|
||||

|
||||
|
||||
### Create different views for the set to filter, sort, and change the view of your notes <a href="#create-different-views-for-the-set-to-filter-sort-and-change-the-view-of-your-notes" id="create-different-views-for-the-set-to-filter-sort-and-change-the-view-of-your-notes"></a>
|
||||
|
||||
1. Open set that you just created and add some Relations to the set view using `+` button from a set header.
|
||||
|
||||
.png>)
|
||||
2. Create an additional view, called "Inbox" to display only not viewed objects.
|
||||
3. Make a Filter by clicking the Settings button on the right side of the set.
|
||||
4. Add a Sort in the Sort section to display objects in a certain order, for instance, sorted by creation date.\
|
||||

|
||||
5. Add more views with custom filters and sorts.\
|
||||
|
||||
|
||||
.png>)
|
||||
|
||||

|
Loading…
Add table
Add a link
Reference in a new issue