Replies: 2 comments 11 replies
-
|
Seems somewhat related to this? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
This sounds absolutely fantastic. If I understand this correctly, we can still edit the same vault in both obsidian and Odysseus' workspace, right? This would be the perfect scenario as it would avoid having to migrate notes from obsidian to Odysseus. Thanks for the commitment you guys have to this project! I wish I had more time and knowledge to help. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been experimenting with a major new feature and want to get community input before opening a formal proposal. The idea is to bring a dedicated Vault panel into Odysseus - a markdown-native workspace for managing notes, folders, wikilinks, properties, and knowledge graphs. Think of it as Odysseus gaining its own "second brain" mode.
I call it The Vault (Obsidian is the inspiration, since I do not want to take their name).
What?
The Vault is a persistent, file-backed note workspace inside Odysseus. It reads from and writes to a local folder of
.mdfiles with YAML frontmatter, wikilink syntax ([[Note Name]]), and inline properties - the same format Obsidian uses, so existing vaults can be opened directly.What already works in my branch:
[[Ctrl+O) for fuzzy-finding notesWhat's on the roadmap if there's interest:
Pluginclass with core plugins (Graph, Word Count, Page Preview, etc.) and eventually community pluginsWhy?
Odysseus already has a powerful chat Brain, session system, and tool integrations. But it lacks a structured place to own your knowledge - not just query it, but curate it, link it, and grow it over time. The Vault fills that gap without adding a new dependency or cloud service.
Who is this for?
Future AI/Brain integration possibilities:
date:anddatetime:frontmatter properties; create calendar events from notes; show a Calendar view listing notes by date- [ ]and- [x]task syntax withdue:properties; feed overdue/upcoming tasks to the Brain as action itemsThe Vision
The broader goal of The Vault is to connect Odysseus's seemingly stranded features - Tasks, Notes, Library, and Brain - into a cohesive system that can communicate with each other. Right now these features exist in isolation: the Brain chats, the Library stores documents, Tasks tracks action items, but there's no unifying thread. The Vault becomes that thread - a central knowledge graph where tasks link to research notes, research notes cite library documents, and the Brain understands the entire context. This transforms Odysseus from a collection of tools into an integrated workspace.
Relating Issues/PR's
#108, #2276
Where I'm at
I have a working branch (
obsidian-vaults) with the core panel functional - folder trees, note editing, backlinks, properties, and Brain connection are all usable. Before I polish it further or open a PR, I want to know:Happy to share screenshots, branch links, or chat below if anyone wants to dig into the implementation details.
Beta Was this translation helpful? Give feedback.
All reactions