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

obsidian-atlas

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

obsidian-atlas

Obsidian plugin for Atlas — query your databases with natural language

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Atlas for Obsidian

Obsidian plugin for Atlas — query your databases with natural language and embed results directly in your notes.

Features

  • Query modal — Open with the ribbon icon or Ask a question command (Ctrl/Cmd+P). Streams results from the Atlas agent in real time.
  • Insert into note — One-click insert of the agent's answer and data tables as Markdown into your active note.
  • Code block processor — Embed live queries in notes using ```atlas fenced blocks. Click "Run query" to execute; results are cached per session with a refresh button.
  • Keyboard shortcutCtrl/Cmd+Enter submits from the query modal.

Install

From Obsidian Community Plugins (coming soon)

Search for "Atlas" in Settings → Community Plugins → Browse.

Manual

  • Download the latest release (main.js, manifest.json, styles.css) from the releases page.
  • Create <vault>/.obsidian/plugins/atlas/ and copy the files there.
  • Enable the plugin in Settings → Community Plugins.

Build from Source

cd plugins/obsidian
bun install
bun run build

Copy main.js, manifest.json, and styles.css to your vault's plugin directory.

Configuration

Open Settings → Atlas and set:

SettingDescription
Atlas URLBase URL of your Atlas instance (e.g. https://api.example.com)
API keyAPI key for authentication (leave empty if auth is disabled)

Usage

Query Modal

  • Click the database icon in the ribbon, or run Atlas: Ask a question from the command palette.
  • Type a natural-language question and press Ask (or Ctrl/Cmd+Enter).
  • View the streamed answer and data tables in the modal.
  • Click Insert into note to paste the result as Markdown at your cursor.

Embedded Queries

Add a fenced code block with the atlas language tag:

```atlas
How many users signed up last week?
```

When you view the note in reading mode, a "Run query" button appears. Click it to execute the query — the answer and tables render inline. Results are cached for the session; click "Refresh" to re-run.

Reference

FAQs

Package last updated on 02 Apr 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