No description
Find a file
Shirayuki Nekomata 2b72262877
Enhance README with video link and image
Added a video link and image for the Logically Obsidian plugin.

Signed-off-by: Shirayuki Nekomata <ikuyarihs@gmail.com>
2026-01-15 11:06:47 +07:00
.github/workflows ci(release)!: streamline release process and permissions 2026-01-09 19:04:00 +07:00
.husky Add pre commit and prettier 2026-01-09 13:37:20 +07:00
scripts Add pre commit and prettier 2026-01-09 13:37:20 +07:00
src Fix Obsidian bot's review - no await in async function 2026-01-10 17:02:34 +07:00
.editorconfig Add pre commit and prettier 2026-01-09 13:37:20 +07:00
.gitignore Address Obsidian reviews 2026-01-10 00:06:31 +07:00
.npmrc Initial commit 2025-12-23 07:58:23 +07:00
.prettierignore Add pre commit and prettier 2026-01-09 13:37:20 +07:00
.prettierrc Add pre commit and prettier 2026-01-09 13:37:20 +07:00
AGENTS.md Add pre commit and prettier 2026-01-09 13:37:20 +07:00
DEVELOPMENT.md Upgrade to node 24 2026-01-07 14:55:45 +07:00
esbuild.config.mjs Add pre commit and prettier 2026-01-09 13:37:20 +07:00
eslint.config.mts Add pre commit and prettier 2026-01-09 13:37:20 +07:00
LICENSE.md Update license formatting and section headings 2026-01-09 17:18:50 +07:00
manifest.json Address Obsidian reviews 2026-01-10 00:06:31 +07:00
package-lock.json Initial commit 2025-12-23 07:58:23 +07:00
package.json Add pre commit and prettier 2026-01-09 13:37:20 +07:00
pnpm-lock.yaml Add pre commit and prettier 2026-01-09 13:37:20 +07:00
README.md Enhance README with video link and image 2026-01-15 11:06:47 +07:00
styles.css Add pre commit and prettier 2026-01-09 13:37:20 +07:00
tsconfig.json Add pre commit and prettier 2026-01-09 13:37:20 +07:00
version-bump.mjs Add pre commit and prettier 2026-01-09 13:37:20 +07:00
versions.json Add Logically research assistant sidebar 2025-12-23 11:14:50 +07:00

Logically AI Research Assistant (Obsidian) — Beta

We're in beta! Thank you for trying out the Logically AI Research Assistant in Obsidian. We'd love your feedback on features, bugs, and ideas for improvement. Please reach out to us at support@logically.app to share your thoughts, or visit logically.app see how you can use Logically to help you research, cite, and write with AI.

Release GitHub release (latest SemVer) GitHub All Releases

Use Logicallys AI Research Assistant directly inside Obsidian and conduct citation-backed research on the files in your vault.

Features

  • Access to Logically AI Research Assistant next to your writing canvas.
  • All search modes, including Semantic Scholar Mode, Google Mode, and Document Retrieval Mode, where you can connect files from your vault.
  • The latest AI models from OpenAI, Anthropic, and Gemini.
  • Access to standard AI models if you're subscribed to the Free plan, and access to standard, advanced, and reasoning AI models if you're subscribed to the Unlimited plan.
  • Inline citations and data sources with every answer. Data sources will appear inside a table when shown.
  • The ability to add your chat output to your active Obsidian document in one click.
  • Custom instructions for your chat, which can be edited at any time.

Requirements

Installation Guide

Option A - Community Plugins

  1. Inside Obsidian, open Settings → Community plugins
  2. Select Browse and search for Logically AI Research Assistant
  3. Install, then enable the plugin

Option B - Contact Us

If you dont see Logically listed in the Community Plugins browser, contact team@logically.app, and we will send you a direct bundle that can be installed manually.

Set Up

  1. Inside Obsidian, Open Settings → Logically AI Research Assistant
  2. Sign in with your Logically email and password (or paste a token under Advanced → Login with token)
  3. (Optional) Use Verify connection to test your login/API
image

Using The Plugin

  1. Open the AI Research Assistant by clicking the Logically ribbon icon or using the command palette (if using the command palette, type: Logically: Open Research Assistant / Logically: Toggle Research Assistant)
  2. Select a search mode (Document Retrieval, Google, Semantic Scholar).
  3. Select an AI model.
  4. Ask your question.
image

Using Document Retrieval Mode

  • When in Document Retrieval mode, click "Files" to open the file picker. From here, you can (search your vault and select notes) or drag a note from Obsidians file explorer into the assistant panel.
image

Notes:

  • Dropping files that are already selected wont error; the plugin will add the new ones and tell you which were already added.
  • When the limit is reached, additional dropped/selected files are skipped.

Citations & Sources

  • When the backend returns citations, the plugin renders citation markers as clickable superscripts.
  • Messages with sources included show a Sources table where you can:
    • Open external links (Google / Scholar).
    • Open vault notes used as reference files.
image

Inserting an Answer into Your Note

Press the ”Insert into active note” icon button to add a chat output to your note.

  • Citation markers are converted into Obsidian footnotes ([^1][^2], …).
  • Footnote definitions will appear at the bottom of your note.
  • A dedicated Sources section will be added with links to reference files and/or external URLs.
image

Settings panel (in the AI Research Assistant Header)

  • Shows the signed-in email
  • Lets you logout
  • Lets you edit and save a Custom Instruction (applied to every message)
image

Privacy & data

  • When you send a message, the plugin sends your prompt and relevant chat history to Logicallys API.
  • If you add reference files from external sources, the contents of those selected notes are included with the request.
  • Avoid adding sensitive/private content you dont want processed remotely.

Account switching & history

  • If you sign in to a different Logically account than the one you used last time, the plugin will clear the existing chat history to protect your privacy.
  • If after logging out, you log back in to your account, your chat history will be preserved.

Troubleshooting

  • Google Sign-In: the button is visible, but Google Sign-In isnt available in Obsidian yet. For now, please sign in using email + password (you can set this up at https://logically.app under Account Details) or use a login token (see Advanced → Log in with token in plugin settings).
  • Login fails: confirm your credentials work on https://logically.app and try Verify connection in settings.
  • Network / connection errors: check your internet connection and try Verify connection.
  • Dragging notes doesnt add them: only Markdown notes can be added; try dragging a .md note from the Obsidian file explorer.
  • File picker is empty: ensure your vault contains Markdown files and Obsidian has finished indexing.