Skip to content

Commit 889ab47

Browse files
authored
Merge pull request #19 from littlehongman/littlehongman/anytype-loader
Add anytype-loader into community projects
2 parents fcc1a79 + 1d606fc commit 889ab47

11 files changed

+67
-21
lines changed

data/community-projects.json

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"language": "Python",
1717
"status": "active",
1818
"dateAdded": "2025-08-19",
19-
"stars": 83
19+
"stars": 85
2020
},
2121
{
2222
"id": "wethegreenpeople/anytype-mcp",
@@ -52,7 +52,7 @@
5252
"language": "Go",
5353
"status": "active",
5454
"dateAdded": "2025-08-19",
55-
"stars": 13
55+
"stars": 15
5656
},
5757
{
5858
"id": "mattxcnm/zotero-anytype",
@@ -104,7 +104,7 @@
104104
"language": "Rust",
105105
"status": "active",
106106
"dateAdded": "2025-08-19",
107-
"stars": 2
107+
"stars": 4
108108
},
109109
{
110110
"id": "lazjedi/save-to-anytype",
@@ -123,7 +123,7 @@
123123
"language": "JavaScript",
124124
"status": "active",
125125
"dateAdded": "2025-11-01",
126-
"stars": 0
126+
"stars": 3
127127
},
128128
{
129129
"id": "mowbraym/anytype-global-search",
@@ -143,6 +143,25 @@
143143
"status": "active",
144144
"dateAdded": "2025-11-01",
145145
"stars": 0
146+
},
147+
{
148+
"id": "littlehongman/anytype-loader",
149+
"name": "Anytype LangChain Document Loader",
150+
"description": "Load documents from Anytype spaces into LangChain format. Supports sync/async operations with pagination and search.",
151+
"author": "littlehongman",
152+
"repository": "https://github.com/littlehongman/anytype-loader",
153+
"tags": [
154+
"integration",
155+
"python",
156+
"async",
157+
"langchain",
158+
"rag"
159+
],
160+
"category": "Integration",
161+
"language": "Python",
162+
"status": "active",
163+
"dateAdded": "2025-11-28",
164+
"stars": 2
146165
}
147166
]
148167
}

docs/examples/community/beaucronin-anytype-python-client.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Anytype Python Client
33
sidebar_label: Anytype Python Client
4-
sidebar_position: 3
4+
sidebar_position: 4
55
---
66

77
# Anytype Python Client

docs/examples/community/charlesneimog-anytype-client.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Python Client for Anytype
33
sidebar_label: Python Client for Anytype
4-
sidebar_position: 6
4+
sidebar_position: 7
55
---
66

77
# Python Client for Anytype
@@ -14,7 +14,7 @@ A Python client library for interacting with the Anytype API
1414
- **Category:** [SDK](/docs/examples/overview#sdks)
1515
- **Language:** Python
1616
- **Status:** 🟢 Active
17-
- **Stars:**83
17+
- **Stars:**85
1818
- **Added:** August 19, 2025
1919

2020
## Links

docs/examples/community/epheo-anytype-go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A Go SDK for interacting with the Anytype API to manage spaces, objects, and per
1414
- **Category:** [SDK](/docs/examples/overview#sdks)
1515
- **Language:** Go
1616
- **Status:** 🟢 Active
17-
- **Stars:**13
17+
- **Stars:**15
1818
- **Added:** August 19, 2025
1919

2020
## Links

docs/examples/community/lanesawyer-anytype_rs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Anytype Rust Library
33
sidebar_label: Anytype Rust Library
4-
sidebar_position: 4
4+
sidebar_position: 5
55
---
66

77
# Anytype Rust Library
@@ -14,7 +14,7 @@ Rust library for the Anytype API
1414
- **Category:** [SDK](/docs/examples/overview#sdks)
1515
- **Language:** Rust
1616
- **Status:** 🟢 Active
17-
- **Stars:**2
17+
- **Stars:**4
1818
- **Added:** August 19, 2025
1919

2020
## Links

docs/examples/community/lazjedi-save-to-anytype.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Save to Anytype (Browser Extension)
33
sidebar_label: Save to Anytype (Browser Extension)
4-
sidebar_position: 7
4+
sidebar_position: 8
55
---
66

77
# Save to Anytype (Browser Extension)
@@ -14,7 +14,7 @@ Save important web pages with your selected text in Markdown format to Anytype.
1414
- **Category:** [Extension](/docs/examples/overview#extensions)
1515
- **Language:** JavaScript
1616
- **Status:** 🟢 Active
17-
- **Stars:**0
17+
- **Stars:**3
1818
- **Added:** November 1, 2025
1919

2020
## Links
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Anytype LangChain Document Loader
3+
sidebar_label: Anytype LangChain Document Loader
4+
sidebar_position: 2
5+
---
6+
7+
# Anytype LangChain Document Loader
8+
9+
Load documents from Anytype spaces into LangChain format. Supports sync/async operations with pagination and search.
10+
11+
## Details
12+
13+
- **Author:** [littlehongman](https://github.com/littlehongman)
14+
- **Category:** [Integration](/docs/examples/overview#integrations)
15+
- **Language:** Python
16+
- **Status:** 🟢 Active
17+
- **Stars:** ⭐ 2
18+
- **Added:** November 28, 2025
19+
20+
## Links
21+
22+
**Repository:** [littlehongman/anytype-loader](https://github.com/littlehongman/anytype-loader)
23+
24+
## Tags
25+
26+
`integration` `python` `async` `langchain` `rag`

docs/examples/community/mattxcnm-zotero-anytype.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Zotero to Anytype
33
sidebar_label: Zotero to Anytype
4-
sidebar_position: 8
4+
sidebar_position: 9
55
---
66

77
# Zotero to Anytype

docs/examples/community/mowbraym-anytype-global-search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Global Search CLI
33
sidebar_label: Global Search CLI
4-
sidebar_position: 5
4+
sidebar_position: 6
55
---
66

77
# Global Search CLI

docs/examples/community/wethegreenpeople-anytype-mcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Anytype MCP (Semantic Search)
33
sidebar_label: Anytype MCP (Semantic Search)
4-
sidebar_position: 2
4+
sidebar_position: 3
55
---
66

77
# Anytype MCP (Semantic Search)

0 commit comments

Comments
 (0)