From 92bb1e9d67f68979608e74e491f5561aac6f7c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Bo=C5=BEi=C4=8Devi=C4=87?= Date: Thu, 14 Sep 2023 10:57:09 +0000 Subject: [PATCH] GITBOOK-373: Small fixes and changes --- SUMMARY.md | 2 +- basics/glossary-1.md | 17 ++ .../data-storage-and-deletion/self-hosting.md | 2 +- .../how-we-keep-your-data-safe.md | 2 +- miscellaneous/feature-list-by-platform.md | 152 +++++++++--------- miscellaneous/glossary (1).md | 37 ----- miscellaneous/keyboard-shortcuts/README.md | 10 +- miscellaneous/missing-features.md | 6 +- miscellaneous/troubleshooting.md | 2 +- 9 files changed, 101 insertions(+), 129 deletions(-) create mode 100644 basics/glossary-1.md delete mode 100644 miscellaneous/glossary (1).md diff --git a/SUMMARY.md b/SUMMARY.md index 988659e..c7ebefa 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -38,6 +38,7 @@ * [Customizing with Relations, Sort, & Filters](basics/sets/customizing-with-relations-sort-and-filters.md) * [🌟 Deep dive: Sets](basics/sets/deep-dive-sets.md) * [Collections](basics/collections.md) +* [Other](basics/glossary-1.md) ## πŸ“½ Use Cases @@ -53,7 +54,6 @@ * [App Comparison](miscellaneous/app-comparison.md) * [Missing Features](miscellaneous/missing-features.md) * [Feature List by Platform](miscellaneous/feature-list-by-platform.md) -* [Glossary]() * [Keyboard Shortcuts](miscellaneous/keyboard-shortcuts/README.md) * [Main Commands](miscellaneous/keyboard-shortcuts/main-commands.md) * [Navigation](miscellaneous/keyboard-shortcuts/navigation.md) diff --git a/basics/glossary-1.md b/basics/glossary-1.md new file mode 100644 index 0000000..d8278ce --- /dev/null +++ b/basics/glossary-1.md @@ -0,0 +1,17 @@ +# Other + +Void β€” a collection of user identities which can be represented as a graph. + +Key β€” a pair of keys (private and public) is generated by the app when a user creates a Void. + +Identity β€” technically, an identity is the public key (see Key) which is also represented as an Account ID. + +Block β€” a container for actual content. + +Block Type β€” defines the behavior of the Block. + +Canvas β€” the place or area where Blocks live together to form the content of an Object. Sometimes reffered to as Object Editor. + +Network β€” a group of Nodes working together. + +Node β€” a remote server that stores and processes data. diff --git a/data-and-security/data-storage-and-deletion/self-hosting.md b/data-and-security/data-storage-and-deletion/self-hosting.md index 13885fe..edf8d83 100644 --- a/data-and-security/data-storage-and-deletion/self-hosting.md +++ b/data-and-security/data-storage-and-deletion/self-hosting.md @@ -10,7 +10,7 @@ We plan on introducing third party sync providers in the future. #### Disable the Anytype backup node -There is currently no option in the account settings to disable the backup node, but this is something we are planning on [introducing soon](https://github.com/anyproto/roadmap/issues/34) (**2023Q3**). +There is currently no option in the account settings to disable the backup node, but this is something we are planning on [introducing soon](https://github.com/orgs/anyproto/projects/1/views/1?pane=issue\&itemId=34713319) (**2023Q3**). Alternatively, you can [block Anytype network traffic](https://community.anytype.io/t/is-there-a-way-to-limit-storage-of-data-only-local/6982) (Anytype & Anytype Helper) via your firewall. diff --git a/data-and-security/how-we-keep-your-data-safe.md b/data-and-security/how-we-keep-your-data-safe.md index e5e8c34..054fc09 100644 --- a/data-and-security/how-we-keep-your-data-safe.md +++ b/data-and-security/how-we-keep-your-data-safe.md @@ -5,7 +5,7 @@ All of your data is private in Anytype. Only you have the encryption keys. No one at Anytype can decrypt your data. So if you lose your phrase, we can’t restore access. Likewise, no one in Anytype or anyone else can read the content of your Anytype. {% hint style="info" %} -Due to the nature of Anytype, you're not able to sync your ready-to-edit objects using a service like Syncthing. +Due to the nature of Anytype, you're not able to sync your ready-to-edit objects using a service like Syncthing or iCloud. {% endhint %} ### Encryption diff --git a/miscellaneous/feature-list-by-platform.md b/miscellaneous/feature-list-by-platform.md index 59b9d09..08dd3f3 100644 --- a/miscellaneous/feature-list-by-platform.md +++ b/miscellaneous/feature-list-by-platform.md @@ -5,32 +5,38 @@ description: Anytype is available on Mac, Windows, Linux, iOS, and Android. # Feature List by Platform {% hint style="info" %} -The library has not yet been implemented on the iOS, and there is no graph on Android or iOS either. +The library is missing on iOS, and the graph on both iOS and Android. {% endhint %} -Here is a running list of features and their implementation status, by platform. This list will be updated with each release. +Here is a running list of features and their implementation status, by platform. This list will be updated with each release. All of the features listed are implemented on desktop. + +### **Appearance & Account Settings** + +| Feature/Action | Desktop 0.34.\* | iOS 0.24.\* | Android 0.24.\* | +| -------------------- | --------------- | ----------- | --------------- | +| Spellcheck | Yes | No | No | +| Light mode/dark mode | Yes | Yes | Yes | +| Wallpaper | Yes | Yes | Yes | +| Default Object Type | Yes | Yes | Yes | +| Pin Code | Yes | No | No | +| Account Delete | Yes | Yes | Yes | + +### **Navigation** + +| Feature/Action | Desktop 0.34.\* | iOS 0.24.\* | Android 0.24.\* | +| -------------------------- | --------------- | ----------- | --------------- | +| Keyboard Shortcuts | Yes | No | No | +| Navigation (backlink) menu | Yes | No | No | +| Widgets | Yes | Yes | Yes | +| Graph | Yes | No | No | +| Global search | Yes | Yes | Yes | +| Document search (Ctrl + F) | Yes | No | No | +| Sidebar | Yes | No | No | + +### **Editor & Block Actions** | Feature/Action | Desktop 0.34.\* | iOS 0.24.\* | Android 0.24.\* | | --------------------------------------- | --------------- | ----------- | --------------- | -| | | | | -| **Appearance & Account Settings** | | | | -| Spellcheck | Yes | No | No | -| Light mode/dark mode | Yes | Yes | Yes | -| Wallpaper | Yes | Yes | Yes | -| Default Object Type | Yes | Yes | Yes | -| Pin Code | Yes | No | No | -| Account Delete | Yes | Yes | Yes | -| | | | | -| **Navigation** | | | | -| Keyboard Shortcuts | Yes | No | No | -| Navigation (backlink) menu | Yes | No | No | -| Widgets | Yes | Yes | Yes | -| Graph | Yes | No | No | -| Global search | Yes | Yes | Yes | -| Document search (Ctrl + F) | Yes | No | No | -| Sidebar | Yes | No | No | -| | | | | -| **Editor & Block Actions** | | | | | Markdown | Yes | No | No | | Export to PDF, Markdown, HTML, Protobuf | Yes | No | No | | Version History | Yes | No | No | @@ -45,58 +51,52 @@ Here is a running list of features and their implementation status, by platform. | Create Custom Relation | Yes | Yes | Yes | | Change Object Type | Yes | Yes | Yes | | Text block - Turn into Object | Yes | No | No | -| | | | | -| **Block Types** | | | | -| Text | Yes | Yes | Yes | -| Title | Yes | Yes | Yes | -| Heading | Yes | Yes | Yes | -| Subheading | Yes | Yes | Yes | -| Highlight | Yes | Yes | Yes | -| Callout | Yes | Yes | Yes | -| Checkbox | Yes | Yes | Yes | -| Bulleted List | Yes | Yes | Yes | -| Numbered List | Yes | Yes | Yes | -| Toggle | Yes | Yes | Yes | -| Files | Yes | Yes | Yes | -| Pictures | Yes | Yes | Yes | -| Video | Yes | Yes | Yes | -| Audio | Yes | Yes | Yes | -| PDF | Yes | Yes | Yes | -| Bookmark | Yes | Yes | Yes | -| Code | Yes | Yes | Yes | -| LaTeX | Yes | No | No | -| Line divider | Yes | Yes | Yes | -| Dots divider | Yes | Yes | Yes | -| Simple Table | Yes | Yes | Yes | -| Inline Set | Yes | Supported | Supported | -| Link-to-Objects | Yes | Yes | Yes | -| Relation | Yes | Yes | Yes | -| | | | | -| **Set views & Actions** | | | | -| Grid view | Yes | Yes | Yes | -| List View | Yes | Yes | Yes | -| Gallery view | Yes | Yes | Yes | -| Kanban view | Yes | No | No | -| Add new view | Yes | Yes | Yes | -| Add new object | Yes | Yes | Yes | -| Sort & Filter | Yes | Yes | Yes | -| Batch select | Yes | No | No | -| Set by relation | Yes | Yes | Yes | -| | | | | -| **Types, Tags, Templates, Relations** | | | | -| Library | Yes | No | Yes | -| Edit & Delete Type (name, templates) | Yes | No | Type only | -| Edit & Delete Relation | Yes | No | Yes | -| Create, delete Template | Yes | No | No | -| Edit Template | Yes | Yes | Yes | -| Apply default template | Yes | Yes | Yes | -| Create tag | Yes | Yes | Yes | -| | | | | -| **Integrations & Imports** | | | | -| Notion | Yes | No | No | -| Markdown | Yes | No | No | -| Onboarding tool tips | Yes | No | No | -| In-app feedback questionnaires | Yes | No | No | -| Help menu | Yes | No | No | -| Object version history | Yes | No | No | -| Object sync status | Yes | Yes | Yes | + +### **Block Types** + +| Feature/Action | Desktop 0.34.\* | iOS 0.24.\* | Android 0.24.\* | +| --------------- | --------------- | ----------- | --------------- | +| Text | Yes | Yes | Yes | +| Title | Yes | Yes | Yes | +| Heading | Yes | Yes | Yes | +| Subheading | Yes | Yes | Yes | +| Highlight | Yes | Yes | Yes | +| Callout | Yes | Yes | Yes | +| Checkbox | Yes | Yes | Yes | +| Bulleted List | Yes | Yes | Yes | +| Numbered List | Yes | Yes | Yes | +| Toggle | Yes | Yes | Yes | +| Files | Yes | Yes | Yes | +| Pictures | Yes | Yes | Yes | +| Video | Yes | Yes | Yes | +| Audio | Yes | Yes | Yes | +| PDF | Yes | Yes | Yes | +| Bookmark | Yes | Yes | Yes | +| Code | Yes | Yes | Yes | +| LaTeX | Yes | No | No | +| Line divider | Yes | Yes | Yes | +| Dots divider | Yes | Yes | Yes | +| Simple Table | Yes | Yes | Yes | +| Inline Set | Yes | Supported | Supported | +| Link-to-Objects | Yes | Yes | Yes | +| Relation | Yes | Yes | Yes | + +### **Set views & Actions** + +
Feature/ActionDesktop 0.34.*iOS 0.24.*Android 0.24.*
Grid viewYesYesYes
List ViewYesYesYes
Gallery viewYesYesYes
Kanban viewYesNoNo
Add new viewYesYesYes
Add new objectYesYesYes
Sort & FilterYesYesYes
Batch selectYesNoNo
Set by relationYesYesYes
+ +### **Types, Tags, Templates, Relations** + +
Feature/ActionDesktop 0.34.*iOS 0.24.*Android 0.24.*
LibraryYesNoYes
Edit & Delete Type (name, templates)YesNoType only
Edit & Delete RelationYesNoYes
Create, delete TemplateYesNoNo
Edit TemplateYesYesYes
Apply default templateYesYesYes
Create tagYesYesYes
+ +### Integrations & Imports + +| Feature/Action | Desktop 0.34.\* | iOS 0.24.\* | Android 0.24.\* | +| ------------------------------ | --------------- | ----------- | --------------- | +| Notion | Yes | No | No | +| Markdown | Yes | No | No | +| Onboarding tool tips | Yes | No | No | +| In-app feedback questionnaires | Yes | No | No | +| Help menu | Yes | No | No | +| Object version history | Yes | No | No | +| Object sync status | Yes | Yes | Yes | diff --git a/miscellaneous/glossary (1).md b/miscellaneous/glossary (1).md deleted file mode 100644 index d1fda70..0000000 --- a/miscellaneous/glossary (1).md +++ /dev/null @@ -1,37 +0,0 @@ -# Glossary - -Void β€” a collection of user identities which can be represented as a graph. - -Key β€” a pair of keys (private and public) is generated by the app when a user creates a Void. - -Recovery Phrase β€” a group of randomly generated words used to recover a Void (after logging out or to sign in to another app). - -Identity β€” technically, an identity is the public key (see Key) which is also represented as an Account ID. - -Space β€” a workspace that is either personal or shared (in the future). - -Object β€” a container for Blocks. Not to be confused with a Block itself. - -Object Type β€” defines what Relations and Blocks are linked to the Object. - -Block β€” a container for actual content. - -Block Type β€” defines the behavior of the Block. - -Canvas β€” the place or area where Blocks live together to form the content of an Object. Sometimes reffered to as Object Editor. - -Relation β€” a property of the Object. - -Link β€” a clickable text that leads to the linked Object or website in case the text links to a URL. - -Template β€” defines how the content of the Object should be presented for a specific Object type. - -Layout β€” defines the general look and feel of the Object and determines what actions can be taken for the Object. - -Set β€” an automatically filtered view of Objects. - -Collection β€” a manually linked group of Objects. The closest equivalent is a folder. - -Network β€” a group of Nodes working together. - -Node β€” a remote server that stores and processes data. diff --git a/miscellaneous/keyboard-shortcuts/README.md b/miscellaneous/keyboard-shortcuts/README.md index 82f2439..db6117d 100644 --- a/miscellaneous/keyboard-shortcuts/README.md +++ b/miscellaneous/keyboard-shortcuts/README.md @@ -1,14 +1,6 @@ --- -description: Anytype supports keyboard shortcuts for quicker navigation and +description: Anytype supports keyboard shortcuts for quicker navigation. --- # Keyboard Shortcuts -### To see Anytypes' shortcuts within the app, navigate to Help > Shortcuts - -or click ahead to the next pages to see the 4 categories or shortcuts: - -1. Main -2. Navigation -3. Markdown -4. Commands diff --git a/miscellaneous/missing-features.md b/miscellaneous/missing-features.md index b687bbc..be0dc69 100644 --- a/miscellaneous/missing-features.md +++ b/miscellaneous/missing-features.md @@ -4,6 +4,6 @@ * Publish to web - [Backlog](https://github.com/orgs/anyproto/projects/1?pane=issue\&itemId=29227800) * Web clipper / share - [2023Q3](https://github.com/orgs/anyproto/projects/1?pane=issue\&itemId=29227788) * API and plugins - [2023Q4](https://github.com/orgs/anyproto/projects/1?pane=issue\&itemId=29227670) -* Calendar - no ETA yet -* Formulas - no ETA yet -* Reminders and notifications - no ETA yet +* Calendar - no ETA +* Formulas - no ETA +* Reminders and notifications - no ETA diff --git a/miscellaneous/troubleshooting.md b/miscellaneous/troubleshooting.md index 8870109..f20db36 100644 --- a/miscellaneous/troubleshooting.md +++ b/miscellaneous/troubleshooting.md @@ -1,6 +1,6 @@ # Troubleshooting -If you get an error during the login, you can try these steps before contacting the Anyteam: +If you get an error, you can try these steps before checking the [forum](https://community.anytype.io/) or contacting [support](mailto:storage@anytype.io). 1. Ensure that the time on your computer is correct. If the local time is more than 2 hours off, a connection might not be possible. 2. Check if you’re using a proxy, VPN, firewall, or a company network to connect. If yes, try connecting without these to see if it makes a difference.