From a80e72bb9501a5de8dee1076294c284587292e2f Mon Sep 17 00:00:00 2001 From: Timur Gainullin Date: Mon, 22 Jun 2026 21:30:56 +0000 Subject: [PATCH] feat: add AnyTask project to community projects --- data/community-projects.json | 33 +++++++++++++++---- docs/examples/community/Tumypmyp-any-task.mdx | 26 +++++++++++++++ .../beaucronin-anytype-python-client.mdx | 4 +-- .../charlesneimog-anytype-client.mdx | 4 +-- docs/examples/community/epheo-anytype-go.mdx | 4 +-- .../community/glabular-anytype-net.mdx | 4 +-- .../community/lanesawyer-anytype_rs.mdx | 4 +-- .../community/lazjedi-save-to-anytype.mdx | 4 +-- .../littlehongman-anytype-loader.mdx | 2 +- .../mowbraym-anytype-global-search.mdx | 2 +- .../community/splch-n8n-nodes-anytype.mdx | 4 +-- .../wethegreenpeople-anytype-mcp.mdx | 4 +-- docs/examples/overview.mdx | 27 +++++++-------- package-lock.json | 4 +-- 14 files changed, 86 insertions(+), 40 deletions(-) create mode 100644 docs/examples/community/Tumypmyp-any-task.mdx diff --git a/data/community-projects.json b/data/community-projects.json index b999258b..7195a3ed 100644 --- a/data/community-projects.json +++ b/data/community-projects.json @@ -16,7 +16,7 @@ "language": "Python", "status": "active", "dateAdded": "2025-08-19", - "stars": 96 + "stars": 102 }, { "id": "wethegreenpeople/anytype-mcp", @@ -35,7 +35,7 @@ "language": "TypeScript", "status": "active", "dateAdded": "2025-08-19", - "stars": 16 + "stars": 17 }, { "id": "epheo/anytype-go", @@ -52,7 +52,7 @@ "language": "Go", "status": "active", "dateAdded": "2025-08-19", - "stars": 22 + "stars": 27 }, { "id": "beaucronin/anytype-python-client", @@ -70,7 +70,7 @@ "language": "Python", "status": "active", "dateAdded": "2025-08-19", - "stars": 15 + "stars": 16 }, { "id": "lanesawyer/anytype_rs", @@ -87,7 +87,7 @@ "language": "Rust", "status": "active", "dateAdded": "2025-08-19", - "stars": 5 + "stars": 6 }, { "id": "lazjedi/save-to-anytype", @@ -106,7 +106,7 @@ "language": "JavaScript", "status": "active", "dateAdded": "2025-11-01", - "stars": 18 + "stars": 33 }, { "id": "mowbraym/anytype-global-search", @@ -162,7 +162,7 @@ "language": "TypeScript", "status": "active", "dateAdded": "2025-12-17", - "stars": 20 + "stars": 26 }, { "id": "glabular/anytype-net", @@ -180,6 +180,25 @@ "language": "C#", "status": "active", "dateAdded": "2026-01-23", + "stars": 5 + }, + { + "id": "Tumypmyp/any-task", + "name": "AnyTask", + "description": "A Cross-Platform Client for Anytype written with Rust and Dioxus", + "author": "Tumypmyp", + "repository": "https://github.com/Tumypmyp/any-task", + "tags": [ + "rust", + "client", + "android", + "windows", + "linux" + ], + "category": "Tool", + "language": "Rust", + "status": "active", + "dateAdded": "2026-06-23", "stars": 3 } ] diff --git a/docs/examples/community/Tumypmyp-any-task.mdx b/docs/examples/community/Tumypmyp-any-task.mdx new file mode 100644 index 00000000..db32173b --- /dev/null +++ b/docs/examples/community/Tumypmyp-any-task.mdx @@ -0,0 +1,26 @@ +--- +title: AnyTask +sidebar_label: AnyTask +sidebar_position: 1 +--- + +# AnyTask + +A Cross-Platform Client for Anytype written with Rust and Dioxus + +## Details + +- **Author:** [Tumypmyp](https://github.com/Tumypmyp) +- **Category:** [Tool](/docs/examples/overview#tools) +- **Language:** Rust +- **Status:** 🟢 Active +- **Stars:** ⭐ 3 +- **Added:** June 23, 2026 + +## Links + +**Repository:** [Tumypmyp/any-task](https://github.com/Tumypmyp/any-task) + +## Tags + +`rust` `client` `android` `windows` `linux` diff --git a/docs/examples/community/beaucronin-anytype-python-client.mdx b/docs/examples/community/beaucronin-anytype-python-client.mdx index eb149b99..461936d2 100644 --- a/docs/examples/community/beaucronin-anytype-python-client.mdx +++ b/docs/examples/community/beaucronin-anytype-python-client.mdx @@ -1,7 +1,7 @@ --- title: Anytype Python Client sidebar_label: Anytype Python Client -sidebar_position: 4 +sidebar_position: 5 --- # Anytype Python Client @@ -14,7 +14,7 @@ A comprehensive Python client for the Anytype API with both synchronous and asyn - **Category:** [SDK](/docs/examples/overview#sdks) - **Language:** Python - **Status:** 🟢 Active -- **Stars:** ⭐ 15 +- **Stars:** ⭐ 16 - **Added:** August 19, 2025 ## Links diff --git a/docs/examples/community/charlesneimog-anytype-client.mdx b/docs/examples/community/charlesneimog-anytype-client.mdx index 2ad595f1..250fb6ca 100644 --- a/docs/examples/community/charlesneimog-anytype-client.mdx +++ b/docs/examples/community/charlesneimog-anytype-client.mdx @@ -1,7 +1,7 @@ --- title: Python Client for Anytype sidebar_label: Python Client for Anytype -sidebar_position: 9 +sidebar_position: 10 --- # Python Client for Anytype @@ -14,7 +14,7 @@ A Python client library for interacting with the Anytype API - **Category:** [SDK](/docs/examples/overview#sdks) - **Language:** Python - **Status:** 🟢 Active -- **Stars:** ⭐ 96 +- **Stars:** ⭐ 102 - **Added:** August 19, 2025 ## Links diff --git a/docs/examples/community/epheo-anytype-go.mdx b/docs/examples/community/epheo-anytype-go.mdx index c61ec335..9d43e611 100644 --- a/docs/examples/community/epheo-anytype-go.mdx +++ b/docs/examples/community/epheo-anytype-go.mdx @@ -1,7 +1,7 @@ --- title: Anytype Go SDK sidebar_label: Anytype Go SDK -sidebar_position: 1 +sidebar_position: 2 --- # Anytype Go SDK @@ -14,7 +14,7 @@ A Go SDK for interacting with the Anytype API to manage spaces, objects, and per - **Category:** [SDK](/docs/examples/overview#sdks) - **Language:** Go - **Status:** 🟢 Active -- **Stars:** ⭐ 22 +- **Stars:** ⭐ 27 - **Added:** August 19, 2025 ## Links diff --git a/docs/examples/community/glabular-anytype-net.mdx b/docs/examples/community/glabular-anytype-net.mdx index b0aea515..786af125 100644 --- a/docs/examples/community/glabular-anytype-net.mdx +++ b/docs/examples/community/glabular-anytype-net.mdx @@ -1,7 +1,7 @@ --- title: Anytype.NET sidebar_label: Anytype.NET -sidebar_position: 6 +sidebar_position: 7 --- # Anytype.NET @@ -14,7 +14,7 @@ An unofficial .NET client library for accessing the Anytype API - **Category:** [SDK](/docs/examples/overview#sdks) - **Language:** C# - **Status:** 🟢 Active -- **Stars:** ⭐ 3 +- **Stars:** ⭐ 5 - **Added:** January 23, 2026 ## Links diff --git a/docs/examples/community/lanesawyer-anytype_rs.mdx b/docs/examples/community/lanesawyer-anytype_rs.mdx index b559a3e2..745b007c 100644 --- a/docs/examples/community/lanesawyer-anytype_rs.mdx +++ b/docs/examples/community/lanesawyer-anytype_rs.mdx @@ -1,7 +1,7 @@ --- title: Anytype Rust Library sidebar_label: Anytype Rust Library -sidebar_position: 5 +sidebar_position: 6 --- # Anytype Rust Library @@ -14,7 +14,7 @@ Rust library for the Anytype API - **Category:** [SDK](/docs/examples/overview#sdks) - **Language:** Rust - **Status:** 🟢 Active -- **Stars:** ⭐ 5 +- **Stars:** ⭐ 6 - **Added:** August 19, 2025 ## Links diff --git a/docs/examples/community/lazjedi-save-to-anytype.mdx b/docs/examples/community/lazjedi-save-to-anytype.mdx index 559b2a3c..a7f6a19d 100644 --- a/docs/examples/community/lazjedi-save-to-anytype.mdx +++ b/docs/examples/community/lazjedi-save-to-anytype.mdx @@ -1,7 +1,7 @@ --- title: Save to Anytype (Browser Extension) sidebar_label: Save to Anytype (Browser Extension) -sidebar_position: 10 +sidebar_position: 11 --- # Save to Anytype (Browser Extension) @@ -14,7 +14,7 @@ Save important web pages with your selected text in Markdown format to Anytype. - **Category:** [Extension](/docs/examples/overview#extensions) - **Language:** JavaScript - **Status:** 🟢 Active -- **Stars:** ⭐ 18 +- **Stars:** ⭐ 33 - **Added:** November 1, 2025 ## Links diff --git a/docs/examples/community/littlehongman-anytype-loader.mdx b/docs/examples/community/littlehongman-anytype-loader.mdx index cd75c219..f375a9bc 100644 --- a/docs/examples/community/littlehongman-anytype-loader.mdx +++ b/docs/examples/community/littlehongman-anytype-loader.mdx @@ -1,7 +1,7 @@ --- title: Anytype LangChain Document Loader sidebar_label: Anytype LangChain Document Loader -sidebar_position: 2 +sidebar_position: 3 --- # Anytype LangChain Document Loader diff --git a/docs/examples/community/mowbraym-anytype-global-search.mdx b/docs/examples/community/mowbraym-anytype-global-search.mdx index 9cf08a0f..202bb715 100644 --- a/docs/examples/community/mowbraym-anytype-global-search.mdx +++ b/docs/examples/community/mowbraym-anytype-global-search.mdx @@ -1,7 +1,7 @@ --- title: Global Search CLI sidebar_label: Global Search CLI -sidebar_position: 7 +sidebar_position: 8 --- # Global Search CLI diff --git a/docs/examples/community/splch-n8n-nodes-anytype.mdx b/docs/examples/community/splch-n8n-nodes-anytype.mdx index c4c3e3a9..3e94b3e8 100644 --- a/docs/examples/community/splch-n8n-nodes-anytype.mdx +++ b/docs/examples/community/splch-n8n-nodes-anytype.mdx @@ -1,7 +1,7 @@ --- title: n8n Anytype Node sidebar_label: n8n Anytype Node -sidebar_position: 8 +sidebar_position: 9 --- # n8n Anytype Node @@ -14,7 +14,7 @@ An n8n community node for the Anytype API. - **Category:** [Integration](/docs/examples/overview#integrations) - **Language:** TypeScript - **Status:** 🟢 Active -- **Stars:** ⭐ 20 +- **Stars:** ⭐ 26 - **Added:** December 17, 2025 ## Links diff --git a/docs/examples/community/wethegreenpeople-anytype-mcp.mdx b/docs/examples/community/wethegreenpeople-anytype-mcp.mdx index 528a225e..99e92d41 100644 --- a/docs/examples/community/wethegreenpeople-anytype-mcp.mdx +++ b/docs/examples/community/wethegreenpeople-anytype-mcp.mdx @@ -1,7 +1,7 @@ --- title: Anytype MCP (Semantic Search) sidebar_label: Anytype MCP (Semantic Search) -sidebar_position: 3 +sidebar_position: 4 --- # Anytype MCP (Semantic Search) @@ -14,7 +14,7 @@ A Model Context Protocol (MCP) server for Anytype that enables semantic search a - **Category:** [Integration](/docs/examples/overview#integrations) - **Language:** TypeScript - **Status:** 🟢 Active -- **Stars:** ⭐ 16 +- **Stars:** ⭐ 17 - **Added:** August 19, 2025 ## Links diff --git a/docs/examples/overview.mdx b/docs/examples/overview.mdx index f4024109..0772dccf 100644 --- a/docs/examples/overview.mdx +++ b/docs/examples/overview.mdx @@ -30,35 +30,36 @@ Projects by the community showcasing creative implementations and use cases. Projects sorted by GitHub stars: -- **[Python Client for Anytype](/docs/examples/community/charlesneimog-anytype-client)** - ⭐ 96 stars -- **[Anytype Go SDK](/docs/examples/community/epheo-anytype-go)** - ⭐ 22 stars -- **[n8n Anytype Node](/docs/examples/community/splch-n8n-nodes-anytype)** - ⭐ 20 stars -- **[Save to Anytype (Browser Extension)](/docs/examples/community/lazjedi-save-to-anytype)** - ⭐ 18 stars -- **[Anytype MCP (Semantic Search)](/docs/examples/community/wethegreenpeople-anytype-mcp)** - ⭐ 16 stars +- **[Python Client for Anytype](/docs/examples/community/charlesneimog-anytype-client)** - ⭐ 102 stars +- **[Save to Anytype (Browser Extension)](/docs/examples/community/lazjedi-save-to-anytype)** - ⭐ 33 stars +- **[Anytype Go SDK](/docs/examples/community/epheo-anytype-go)** - ⭐ 27 stars +- **[n8n Anytype Node](/docs/examples/community/splch-n8n-nodes-anytype)** - ⭐ 26 stars +- **[Anytype MCP (Semantic Search)](/docs/examples/community/wethegreenpeople-anytype-mcp)** - ⭐ 17 stars ### 📁 By Category #### Integrations -- **[Anytype MCP (Semantic Search)](/docs/examples/community/wethegreenpeople-anytype-mcp)** (⭐ 16) - A Model Context Protocol (MCP) server for Anytype that enables semantic search and RAG (Retrieval-Augmented Generation) capabilities over your Anytype documents +- **[Anytype MCP (Semantic Search)](/docs/examples/community/wethegreenpeople-anytype-mcp)** (⭐ 17) - A Model Context Protocol (MCP) server for Anytype that enables semantic search and RAG (Retrieval-Augmented Generation) capabilities over your Anytype documents - **[Anytype LangChain Document Loader](/docs/examples/community/littlehongman-anytype-loader)** (⭐ 5) - Load documents from Anytype spaces into LangChain format. Supports sync/async operations with pagination and search. -- **[n8n Anytype Node](/docs/examples/community/splch-n8n-nodes-anytype)** (⭐ 20) - An n8n community node for the Anytype API. +- **[n8n Anytype Node](/docs/examples/community/splch-n8n-nodes-anytype)** (⭐ 26) - An n8n community node for the Anytype API. #### SDKs -- **[Python Client for Anytype](/docs/examples/community/charlesneimog-anytype-client)** (⭐ 96) - A Python client library for interacting with the Anytype API -- **[Anytype Go SDK](/docs/examples/community/epheo-anytype-go)** (⭐ 22) - A Go SDK for interacting with the Anytype API to manage spaces, objects, and perform searches. This library provides a feature-rich, fluent interface to integrate Anytype functionality into your Go applications -- **[Anytype Python Client](/docs/examples/community/beaucronin-anytype-python-client)** (⭐ 15) - A comprehensive Python client for the Anytype API with both synchronous and asynchronous support -- **[Anytype Rust Library](/docs/examples/community/lanesawyer-anytype_rs)** (⭐ 5) - Rust library for the Anytype API -- **[Anytype.NET](/docs/examples/community/glabular-anytype-net)** (⭐ 3) - An unofficial .NET client library for accessing the Anytype API +- **[Python Client for Anytype](/docs/examples/community/charlesneimog-anytype-client)** (⭐ 102) - A Python client library for interacting with the Anytype API +- **[Anytype Go SDK](/docs/examples/community/epheo-anytype-go)** (⭐ 27) - A Go SDK for interacting with the Anytype API to manage spaces, objects, and perform searches. This library provides a feature-rich, fluent interface to integrate Anytype functionality into your Go applications +- **[Anytype Python Client](/docs/examples/community/beaucronin-anytype-python-client)** (⭐ 16) - A comprehensive Python client for the Anytype API with both synchronous and asynchronous support +- **[Anytype Rust Library](/docs/examples/community/lanesawyer-anytype_rs)** (⭐ 6) - Rust library for the Anytype API +- **[Anytype.NET](/docs/examples/community/glabular-anytype-net)** (⭐ 5) - An unofficial .NET client library for accessing the Anytype API #### Tools - **[Global Search CLI](/docs/examples/community/mowbraym-anytype-global-search)** (⭐ 0) - A command line utility that accesses the Anytype API to provide global (cross-Space) search +- **[AnyTask](/docs/examples/community/Tumypmyp-any-task)** (⭐ 3) - A Cross-Platform Client for Anytype written with Rust and Dioxus #### Extensions -- **[Save to Anytype (Browser Extension)](/docs/examples/community/lazjedi-save-to-anytype)** (⭐ 18) - Save important web pages with your selected text in Markdown format to Anytype. Lightweight and easy-to-use alternative web clipper. +- **[Save to Anytype (Browser Extension)](/docs/examples/community/lazjedi-save-to-anytype)** (⭐ 33) - Save important web pages with your selected text in Markdown format to Anytype. Lightweight and easy-to-use alternative web clipper. #### Templates... diff --git a/package-lock.json b/package-lock.json index 82747964..2df55789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "anytype-api", - "version": "1.4.14", + "version": "1.4.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "anytype-api", - "version": "1.4.14", + "version": "1.4.17", "dependencies": { "@docusaurus/core": "3.10.0", "@docusaurus/faster": "3.10.0",