Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Idealogs Annotator

idlgclidlgcl798 downloads

For viewing and linking Idealogs articles.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates16

An Obsidian companion for the Idealogs platform. View, link, and annotate Idealogs articles from your vault — and send your annotations back to Idealogs to see them rendered on the site, just for you.

Article kinds are identified by an ID prefix: Tx = Writing, Fx = Question, Ix = Insight.


Features

Article discovery & linking

  • [[@ search trigger — type [[@ in the editor to open a live article-search modal (debounced search, type filter, pagination, content preview, keyboard navigation).
  • Smart link insertion — Writing links insert [[@TxID.a]] with an auto-incrementing hex sub-ID; Questions/Insights insert [[@FxID]] / [[@IxID]]. Pasting links rewrites them so every link in a document gets a unique hex ID.

Viewing articles

  • Writing view — open an Idealogs article in a side panel rendered from its markdown.
  • Annotated mode — toggle to overlay both web and your local annotations: annotated words are bolded and expand to inline cards on click; your local annotations are styled distinctly.
  • Citation markers — Idealogs links render as compact markers: @Tx → [1], [2]…, @Fx → [?], @Ix → [!].
  • Flash highlighting — clicking a annotation marker opens the article, scrolls and briefly highlights the target passage.

Annotations

  • Comments — write a Title. body: inline comment; placing the cursor inside it auto-populates the Comment form, where you pick a target article and text range.
  • Notes — click inside a [[@Tx…]] link to open the article and a pre-filled Note form anchored to the link's line context.
  • Dual-sided persistence — annotations are stored as JSON under .idealogs/annotations/, written into both the source and target article files; edits reuse a stable UUID.
  • Validation on save — annotations are re-validated against article content as files change.

Send to Idealogs ("just for me")

  • Push your local annotations to Idealogs and see them rendered on the site — visible only to you. They live in your browser's localStorage and are never stored on the Idealogs servers.
  • A management page on Idealogs (your profile → Obsidian Integration) lists what you've sent, with links back into your vault notes.

File management

  • Clicking an @Fx / @Ix link downloads the article into your vault and tracks it; tracked files are auto-trashed after a configurable delay once closed (reopening cancels deletion).

Getting started

  1. Install and enable Idealogs Annotator from Obsidian's Community Plugins.

Guide: send annotations to Idealogs

This is the workflow for authoring annotations in Obsidian and viewing them on the Idealogs site.

  1. Create annotations as usual:
    • A comment is a Title. body: line. Put your cursor inside it, fill in the Comment form (target article + text range), and save.
    • A note is created by clicking inside a [[@Tx…]] link and filling in the Note form.
  2. Sync. Right-click a note (or a folder) in the file explorer and choose "Sync annotations to Idealogs". Your default browser opens the Idealogs import page, which stores the annotations in that browser's localStorage. A sync re-uploads the latest for the notes it covers, so edits and deletions in those notes come across automatically. (The option doesn't appear on downloaded Idealogs article files.)
  3. View on Idealogs. Open the annotated article — your annotations appear on the bolded words (click to reveal), with your own sorted to the top. Each one links back to its source note in your vault. Manage everything from the Obsidian Integration tab.

Annotations are private to you: they exist only in the browser you synced them into and are never sent to or stored on the Idealogs servers. Re-run the sync in each browser where you want to see them.


Settings

  • Auto-delete delay — how long downloaded Idealogs files linger before being trashed (2–5s).
  • Clear API cache — drop cached article/annotation responses.
  • Enable logs — opt-in in-memory logging with copy/clear buttons.
  • Migrate old annotations — convert legacy .annotations files into the current JSON schema.

Context menu

  • Sync annotations to Idealogs — right-click a note to sync that note's annotations, or a folder to sync every note under it. Opens Idealogs in your browser and replaces the imported set for the synced notes only. Not shown on downloaded Idealogs article files.

Development

npm install
npm run dev     # esbuild watch (writes main.js)
npm run build   # type-check + minified production build
npm test        # jest

Backend endpoints (API_ENDPOINT, ANNOTATION_ENDPOINT) are injected at build time via esbuild from .env in development.

After changing source, rebuild and reload the plugin in Obsidian (toggle it off/on) — Obsidian runs the built main.js, so a stale build silently runs old code.

HealthGood
ReviewCaution
About
Insert and view Idealogs articles directly in Obsidian using article suggestions and WritingLinks that open articles in a dedicated WritingView with rendered Markdown and syntax highlighting. Annotate notes and inline comments to link markdown text to specific article passages with automatic validation, Prev/Next navigation, and flash-highlighted passage jumps; Idealogs files are fetched read-only and cleaned up automatically.
AnnotationIntegrationsLinks
Details
Current version
1.1.7
Last updated
3 months ago
Created
2 years ago
Updates
16 releases
Downloads
798
Compatible with
Obsidian 1.8.7+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Sponsor
Support
Author
idlgclidlgcl
idealogs.org
GitHubidlgcl
  1. Community
  2. Plugins
  3. Annotation
  4. Idealogs Annotator

Related plugins

Raindrop Highlights

Sync your Raindrop.io highlights.

BRAT

Easily install a beta version of a plugin for testing.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Advanced URI

Control everything with URI.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Custom Frames

Turn web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.