[PR #3798] [MERGED] Obsidian data connector #4406

Closed
opened 2026-02-22 18:35:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3798
Author: @shatfield4
Created: 5/9/2025
Status: Merged
Merged: 5/12/2025
Merged by: @timothycarambat

Base: masterHead: 1400-feat-obsidian-plugin


📝 Commits (6)

  • ccac15e add obsidian vault data connector
  • 296ddab lint
  • 0557c56 add english translations
  • b958adc normalize translations
  • 42351ab improve file parser and reader
  • 6ee8919 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 1400-feat-obsidian-plugin

📊 Changes

27 files changed (+551 additions, -27 deletions)

View changed files

📝 collector/extensions/index.js (+23 -1)
collector/utils/extensions/ObsidianVault/index.js (+91 -0)
📝 collector/utils/files/index.js (+10 -0)
📝 frontend/src/components/DataConnectorOption/media/index.js (+2 -0)
frontend/src/components/DataConnectorOption/media/obsidian.png (+0 -0)
frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Obsidian/index.jsx (+175 -0)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/index.jsx (+7 -0)
📝 frontend/src/locales/ar/common.js (+11 -0)
📝 frontend/src/locales/da/common.js (+11 -0)
📝 frontend/src/locales/de/common.js (+11 -0)
📝 frontend/src/locales/en/common.js (+14 -0)
📝 frontend/src/locales/es/common.js (+11 -0)
📝 frontend/src/locales/fa/common.js (+11 -0)
📝 frontend/src/locales/fr/common.js (+11 -0)
📝 frontend/src/locales/he/common.js (+11 -0)
📝 frontend/src/locales/it/common.js (+11 -0)
📝 frontend/src/locales/ja/common.js (+11 -0)
📝 frontend/src/locales/ko/common.js (+11 -0)
📝 frontend/src/locales/nl/common.js (+11 -0)
📝 frontend/src/locales/pt_BR/common.js (+11 -0)

...and 7 more files

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #1400

What is in this change?

  • Add data connector for importing Obsidian Vaults
  • Uses FileReader API for file uploads (file.text())
  • Add translations

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/3798 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 5/12/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1400-feat-obsidian-plugin` --- ### 📝 Commits (6) - [`ccac15e`](https://github.com/Mintplex-Labs/anything-llm/commit/ccac15e2232cba66fb6b3cdf0cd7d6410fa16b9b) add obsidian vault data connector - [`296ddab`](https://github.com/Mintplex-Labs/anything-llm/commit/296ddabfe9484087bf314f33d76beafdb0e06128) lint - [`0557c56`](https://github.com/Mintplex-Labs/anything-llm/commit/0557c56a65cf24cb58da467ab53e90ff6be81223) add english translations - [`b958adc`](https://github.com/Mintplex-Labs/anything-llm/commit/b958adc5650d6d4323928dd1dc087a1485692048) normalize translations - [`42351ab`](https://github.com/Mintplex-Labs/anything-llm/commit/42351ab533739930aad123c7cf4f438679aad38c) improve file parser and reader - [`6ee8919`](https://github.com/Mintplex-Labs/anything-llm/commit/6ee89194d5110e3d65be5f86aa7fbba27615ad3a) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 1400-feat-obsidian-plugin ### 📊 Changes **27 files changed** (+551 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `collector/extensions/index.js` (+23 -1) ➕ `collector/utils/extensions/ObsidianVault/index.js` (+91 -0) 📝 `collector/utils/files/index.js` (+10 -0) 📝 `frontend/src/components/DataConnectorOption/media/index.js` (+2 -0) ➕ `frontend/src/components/DataConnectorOption/media/obsidian.png` (+0 -0) ➕ `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Obsidian/index.jsx` (+175 -0) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/index.jsx` (+7 -0) 📝 `frontend/src/locales/ar/common.js` (+11 -0) 📝 `frontend/src/locales/da/common.js` (+11 -0) 📝 `frontend/src/locales/de/common.js` (+11 -0) 📝 `frontend/src/locales/en/common.js` (+14 -0) 📝 `frontend/src/locales/es/common.js` (+11 -0) 📝 `frontend/src/locales/fa/common.js` (+11 -0) 📝 `frontend/src/locales/fr/common.js` (+11 -0) 📝 `frontend/src/locales/he/common.js` (+11 -0) 📝 `frontend/src/locales/it/common.js` (+11 -0) 📝 `frontend/src/locales/ja/common.js` (+11 -0) 📝 `frontend/src/locales/ko/common.js` (+11 -0) 📝 `frontend/src/locales/nl/common.js` (+11 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+11 -0) _...and 7 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1400 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Add data connector for importing Obsidian Vaults - Uses FileReader API for file uploads `(file.text())` - Add translations ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:46 -05:00
yindo closed this issue 2026-02-22 18:35:46 -05:00
yindo changed title from [PR #3798] Obsidian data connector to [PR #3798] [MERGED] Obsidian data connector 2026-06-05 15:18:24 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4406