Aller au contenu

Anytype Cheat Sheet

Overview

Anytype is a local-first, open-source knowledge management tool that stores all data on your device and syncs via encrypted peer-to-peer connections. Unlike cloud-based tools, your data never passes through centralized servers unencrypted. Anytype organizes information as interconnected objects with types, relations, and sets, giving you a structured yet flexible way to manage knowledge.

Anytype supports rich content editing with blocks (similar to Notion), bidirectional linking, templates, graph visualization, and powerful filtering through sets and collections. It is available on Windows, macOS, Linux, iOS, and Android with real-time sync across all devices through an encrypted P2P protocol built on IPFS and libp2p.

Installation

# macOS via Homebrew
brew install --cask anytype

# Linux via Snap
sudo snap install anytype

# Linux via Flatpak
flatpak install flathub io.anytype.app

# Linux - Download AppImage
wget https://download.anytype.io/linux
chmod +x Anytype-*.AppImage
./Anytype-*.AppImage

Core Concepts

Object Types

TypeDescription
PageStandard document with blocks
TaskTo-do item with status tracking
NoteQuick capture without title
BookmarkSaved web link with preview
HumanContact or person profile
BookBook tracking with metadata
SetDynamic collection filtered by type/relations
CollectionManual curated group of objects
TemplateReusable object structure

Relations

RelationTypeDescription
NameTextObject title
DescriptionTextBrief description
TagMulti-selectCategorization tags
StatusSelectCurrent state
Due DateDateDeadline
PrioritySelectImportance level
AssigneeObjectPerson responsible
URLURLWeb address
Created DateDateAuto-generated
Last ModifiedDateAuto-updated

Keyboard Shortcuts

ShortcutAction
Ctrl+NCreate new object
Ctrl+Shift+NQuick capture note
Ctrl+OOpen object search
Ctrl+SNavigate to sets
Ctrl+KAdd link to selected text
Ctrl+Shift+KCreate new object and link
Ctrl+/Toggle block style menu
Ctrl+LToggle object lock
Ctrl+Shift+\Toggle sidebar
Ctrl+.Toggle graph view
TabIndent block
Shift+TabOutdent block
/Slash command menu
@Mention/link an object

Block Types

Slash CommandBlock Type
/textPlain text paragraph
/h1, /h2, /h3Headings
/todoCheckbox / to-do
/bulletedBulleted list
/numberedNumbered list
/toggleToggle / collapsible
/quoteBlock quote
/calloutCallout box
/codeCode block with syntax highlighting
/dividerHorizontal divider
/fileFile attachment
/imageImage embed
/bookmarkWeb bookmark with preview
/tableTable block
/latexLaTeX math block
/relationRelation value display

Sets and Collections

Set Views

ViewBest For
GridSpreadsheet-like data overview
ListCompact ordered listing
GalleryVisual card-based display
KanbanStatus-based workflow boards
CalendarDate-based scheduling
GraphRelationship visualization

Set Filters

Filter OperatorDescription
IsExact match
Is notExclude match
ContainsPartial text match
Does not containExclude partial match
Is emptyNo value set
Is not emptyHas any value
Greater thanNumeric/date comparison
Less thanNumeric/date comparison

Configuration

Space Settings

Settings > Space
├── Name: Your space name
├── Icon: Space avatar
├── Homepage: Default landing object
├── Default Type: Object type for new items
└── Remote Storage: Manage backup node storage

Advanced Usage

Templates

  1. Open an object of the desired type
  2. Click the three-dot menu and select Create Template
  3. Design the template layout with blocks and default relations
  4. Use the template when creating new objects of that type

Inline Sets

Embed live-filtered sets within any page by typing /inline set, choosing the source type, and configuring filters, sorts, and view layout.

Custom Types and Relations

  1. Go to Library (sidebar) then Types
  2. Click Create Type
  3. Name the type and add recommended relations
  4. Create a default template for the type

Data and Privacy

FeatureDetail
StorageLocal-first, all data on device
SyncEncrypted P2P via anytype network nodes
EncryptionAES-256 for data at rest and in transit
Recovery12-word mnemonic phrase (store securely)
ExportMarkdown and Protobuf export available
Open SourceClient code available on GitHub

Troubleshooting

IssueSolution
Sync not working across devicesEnsure both devices are online; check recovery phrase matches
Objects missing after updateClear cache in Settings then Data; restart the app
Slow performanceReduce number of inline sets on pages; close unused spaces
Recovery phrase lostCannot be recovered; always store securely offline
Import from Notion failingUse Markdown export from Notion; import via Anytype importer
Graph view emptyEnsure objects have links or shared relations
Storage growing too largeRemove unused files and media attachments
App crashes on startupDelete cache folder and restart; reinstall if persistent