Chris Ian Fiel79 downloadsEdit your team's server-owned Markdown documents from Obsidian.
Connect an Obsidian vault to Pageden, a server-owned Markdown workspace for teams and AI agents. Use it to browse remote documents, download folders into your vault, sync local edits back to Pageden, and import an existing vault into a workspace.
https://go.pageden.app.Pageden: Validate connectionPageden: Browse remote documentsPageden: Search remote documentsPageden: Open live documentPageden: Push active documentPageden: Sync nowPageden: Download a Pageden folderPageden: Download all Pageden documentsPageden: Import this vault to PagedenPageden: Resolve conflict for this notePageden: Log in with device codehttps://go.pageden.appRemote DocsDownloaded files are written under the local folder. Sync metadata is stored in
.server-meta.json next to the plugin files and is keyed by documentId.
Pushes send the recorded baseVersion, LF-canonicalized content, and checksum. On a conflict,
the local file is left untouched and the server copy is written as *.conflict.md.
New local Markdown notes can also be created in Pageden. Put the note inside the configured
local folder, for example Remote Docs/team/plan.md, then run Pageden: Push active document.
The plugin creates any missing remote folders, creates the document, and records sync metadata
so later edits use normal push/pull conflict checks. Background sync also auto-creates new
unlinked notes that are saved under the configured local folder.
Remote search uses the server's permission-filtered GET /search endpoint and can download a
matching document into the configured local folder.
Live document mode opens a custom Pageden editor pane inside Obsidian instead of editing a downloaded Markdown file. It joins the same Yjs/WebSocket room as the web app's Live mode, merges simultaneous edits, and autosaves the merged Markdown through the normal revision API. Use this when you want Google Docs-style co-editing; use downloaded files + background sync when you want the native Obsidian vault/file workflow.
Attachment sync follows Markdown links such as  and Obsidian embeds
such as ![[diagram.png]]. Downloading or pulling a document writes server attachments beside
the local Markdown file. Pushing a document uploads changed referenced local attachments and
deletes remote attachments only when a previously tracked local attachment file was removed.
Pageden for Obsidian communicates with the Pageden server configured in settings. Document content, metadata, attachment files, and sync state are sent to that server when you download, push, import, or use live editing. The plugin does not send data to unrelated third-party services.
The plugin is developed in the main PageDen repository and published here as a standalone community plugin package.