1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 13:57:11 +09:00
docs/fundamentals/set.md
2021-11-19 09:58:50 +00:00

1.2 KiB

Set

Bring multiple objects into one view with Sets. You can make a Set for a specific type of object, like seeing every task in one view. Inside a Set, you can sort, filter, and choose a view.

All Tasks in one place

Sets don't store objects like the regular databases. They are a way to see a portion of your knowledge graph that match given criterion, like Type == Task. So can add a new Task object anywhere inside the Anytype, and it will be shown in Task Set!. Sets help you sort through and create specific database-like views to work with many objects at once.

Create a Set

You can create a Set with a + menu in the Home or bottom-left corner or in / menu in editor. After that you need to decide on what you want to see there. For example project management may require Project type, for reading list — Book.

From the library.md, choose an object type, click "Create," and choose "Create a set."