🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@useatlas/obsidian-reader

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useatlas/obsidian-reader

Atlas Obsidian vault reader plugin — queries the Obsidian Local REST API plugin

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

@useatlas/obsidian-reader

Read-only Obsidian vault reader — connects Atlas to a user's Obsidian vault via the Local REST API plugin.

Prerequisites

  • Install the Local REST API plugin in Obsidian: Settings → Community plugins → Browse → "Local REST API".
  • Enable it and copy the API key from its settings tab.
  • Note the listen URL — defaults to http://127.0.0.1:27123.

Install

bun add @useatlas/obsidian-reader

Usage

import { defineConfig } from "@atlas/api/lib/config";
import { obsidianReaderPlugin } from "@useatlas/obsidian-reader";

export default defineConfig({
  plugins: [
    obsidianReaderPlugin({
      api_url: "http://127.0.0.1:27123",
      api_key: process.env.OBSIDIAN_API_KEY!,
    }),
  ],
});

Config

FieldTypeDefaultDescription
api_urlstring?http://127.0.0.1:27123Base URL of the REST API plugin
api_keystringBearer token from the REST API plugin settings

Reference

Keywords

atlas

FAQs

Package last updated on 12 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts