Obsidian vs Logseq, hands-on

Obsidian or Logseq — which one?

Most comparison articles are written without touching either app. For this one we opened the same folder in both apps, counted plugins directly from the official registries (recounted periodically to stay current), and factored in the 2026 split into Logseq 2.0 (the DB version) — then worked out which to pick today.

Logseq or Obsidian — which is better?

Pick Obsidian for free-form notes, long-form writing and a deep plugin ecosystem (6,638 plugins by our official-registry count on August 14, 2026); pick Logseq if writing everything as outliner blocks anchored to a daily journal fits how you think. Because Logseq 2.0 (the DB version) is moving the source of truth from Markdown files into a local database, the safe pick today for anyone who must keep plain Markdown files is Obsidian (or the file-based Logseq OG).

The two can share one folder — our experiment had them reading and writing the same files. If you are undecided, the comparison table and test results below will settle it.

Obsidian and Logseq in 30 seconds

🪨 Obsidian
A note app that treats a folder of local Markdown files as a "vault". Files are ordinary .md; [[links]] and a graph view connect them. Free for personal and commercial use. Built by Dynalist Inc.; closed source, but your data always stays in your files.
🧩 Logseq
An outliner built around writing blocks into today's journal and letting structure emerge. Open source (AGPL-3.0), free. Historically stored as Markdown/Org files; since the 2.0 beta of July 2026 the project is shifting to a database-backed version.

Side by side — as of August 2026

Plugin and theme counts were taken by us directly from both official registries on GitHub on August 14, 2026 (first counted August 11, 2026) — not estimated, not quoted from elsewhere.

Aspect Obsidian Logseq
App price Free (personal & commercial) Free, open source (AGPL-3.0)
Where notes live Local Markdown files — the vault is just a folder File version: Markdown/Org. 2.0 (DB) keeps the source of truth in a local SQLite DB
Note shape Free-form: headings, paragraphs and lists mix freely Everything is a bullet block — not a paragraph culture
Daily notes Optional (default YYYY-MM-DD.md, configurable) The centre of the app — it opens on the journal (file version stores journals/2026_08_11.md)
Plugins (our count) 6,638 + 691 themes 546 + 66 themes
Sync DIY sync (e.g. iCloud Drive) free; official Obsidian Sync from $4/mo (Standard, annual) File version: DIY (iCloud/Git). DB version's official RTC sync is a paid, invite-only alpha
Mobile (iOS) iOS app available; works standalone with an iCloud vault File-version app available; the new DB-version iOS app is in alpha as of 2026
Project status Stable, active (v1.13.6 at test time) In transition: 2.0 DB beta is the focus; the file version continues separately as "Logseq OG"
Japanese-language coverage Extensive — books and guides abound Comparatively thin, especially on 2.0

Versions tested: Obsidian 1.13.6 / Logseq 0.10.15 (file) / Logseq 2.0.1 (DB beta). Prices are official USD figures as of August 2026.

The experiment: one folder, both apps

"Obsidian and Logseq can share one Markdown folder" is often claimed and rarely demonstrated. So we made a folder with three notes, opened it in Obsidian and then in Logseq (file version), and wrote from both sides.

  1. Open it as an Obsidian vault
    Notes, [[links]], tags and a date-named daily note (2026-08-11.md) all worked as-is. The only addition to the folder was a .obsidian/ config directory.
  2. Open the same folder in Logseq
    Logseq added three directories — logseq/, journals/, pages/ — deleted or converted nothing, and automatically surfaced the date-named file at the root as that day's journal.
  3. Write one line from Logseq
    The new block was appended — as a "- " line — into the very 2026-08-11.md Obsidian had created, and showed up in Obsidian on reopen. The round trip holds.
# 検証フォルダの変化(実測・2026-08-11)

[1] 検証前
pkm-vault/
├─ プロジェクト構想.md
├─ Obsidianとの比較メモ.md
└─ 2026-08-11.md

[2] Obsidianで開いた後(追加は設定フォルダのみ)
pkm-vault/
├─ .obsidian/            ← Obsidianが追加
└─ (既存3ファイルは無変更)

[3] さらに同じフォルダをLogseqで開いた後
pkm-vault/
├─ .obsidian/
├─ journals/             ← Logseqが追加
├─ logseq/               ← Logseqが追加(config.edn等)
├─ pages/                ← Logseqが追加(contents.md)
└─ (既存3ファイルは無変更・削除も変換もなし)
Test note in Obsidian desktop on Linux, combining headings, paragraphs, wiki links, and tags in a free-form document
Obsidian 1.13.6: paragraphs, links and tags stay exactly as written.
The same folder in Logseq desktop on Linux, showing the same daily note as journal blocks
The same folder in Logseq 0.10.15: Obsidian's daily note is absorbed into the journal, every line a block.
Obsidian showing 2026-08-11.md with the line entered in Logseq appended to the note
The round trip: the 15:20 line was typed in Logseq and landed in the file Obsidian created. The sidebar shows the journals / logseq / pages directories Logseq added.
IF YOU RUN BOTH

They coexist; their philosophies don't merge. Logseq treats every line as a block, so paragraphs edited on the Logseq side can get restructured into bullets. New journal days are created as journals/2026_08_11.md — underscores — which clashes with Obsidian's 2026-08-11.md default. Safest rule: read in both, write in one.

Writing feel and graphs — two philosophies of "linked notes"

The deepest split is paragraphs versus blocks. Obsidian writes like a document, linked exactly as much as you link it. In Logseq everything is a block, and tags and page references become a network automatically. The graphs show it: for the same three-note folder, Obsidian drew 3 notes and 1 link, while Logseq drew six nodes — the #tags became nodes too.

Obsidian graph view showing three notes and one link
Obsidian's graph: notes are nodes; only explicit links connect.
Logseq graph view showing tags as nodes alongside pages
Logseq's graph of the same folder: tags become nodes, links multiply on their own.

The big 2026 change: Logseq 2.0 moves off Markdown files

On July 13, 2026 Logseq shipped its 2.0 beta — the DB version. The source of truth moves from Markdown files to a local SQLite database, and the file-based app continues separately as Logseq OG. We ran the 2.0.1 build to see it first-hand.

🗄️ What we verified
The DB version starts writable with no folder chosen, and the blocks we typed produced no Markdown files at all — they live in the app's database. The file version's "choose a folder" step is gone from onboarding.
🔀 The two-track split
Officially, the DB version is the future track (real-time collaboration and the new mobile app land there), while Logseq OG remains for people who want notes as editable local files. Migration isn't forced — but the momentum moves.
Journal in the database edition of Logseq 2.0.1, showing blocks entered without selecting a folder
Logseq 2.0.1 (DB beta): writable with no folder picked — this block exists in the app's database, not in any Markdown file.

What it means for the choice: if you're comparing these two because you want notes that any text editor can still open in ten years, the options that keep meeting that bar are Obsidian and Logseq OG. If typed properties, tags-as-classes and real-time collaboration excite you, Logseq DB is worth following — priced as a beta.

Pricing — both apps are free; sync is where money starts

Item Obsidian Logseq
The app Free — including commercial use since 2025 Free (open source)
Official sync Obsidian Sync: Standard $4/mo, Plus $8/mo billed annually ($5/$10 monthly) DB-version RTC sync is a paid invite-only alpha; no generally-available official sync for the file version
Free sync routes iCloud Drive (the usual iPhone route), Git, Syncthing… Same — file version only; a DB graph can't ride file sync

The verdict — how to choose

🪨 Choose Obsidian if…
You write in paragraphs and long form, want a deep plugin ecosystem, value abundant guides — and want your data as plain Markdown files for decades. The low-regret default.
🧩 Choose Logseq if…
Your mind runs in outlines; you write into today's journal first and let structure emerge; you want TODOs living inside notes; open source matters to you.
🔁 Running both
As verified, one folder serves both. Read and search freely in either — but fix all writing to one side and nothing goes wrong.
🧭 Still torn?
Both are free: point them at the same folder and live a week in each. As the experiment shows, trying costs you almost nothing — just write from one at a time.

The gap both leave open: split-second capture on iPhone

Both apps live for organising and connecting what's already written; capturing one line mid-walk is neither's core. If that's most of your note-taking, add a lightweight capture app that appends straight into the vault folder in iCloud Drive. Simple Memo emails each note to you and appends it to your Obsidian daily note, including from Siri and Apple Watch. It writes Obsidian-style files (YYYY-MM-DD.md) — it does not target Logseq's journals/ naming or block format. If you picked Logseq, see our Simple Memo vs Logseq comparison.

If you chose Obsidian, shorten the way in

Say the thought and it lands in your inbox and your daily note alike. Free to download.

Download on the App Store
QR code to download on the App Store On desktop? Scan with your phone

FAQ

Can Obsidian and Logseq share a vault?
Yes. In our test each app created its own directories (.obsidian vs logseq/journals/pages) and broke nothing. A block typed in file-version Logseq was appended to the same Markdown file as a "- " line and appeared in Obsidian immediately. But Logseq treats everything as blocks, so edit long paragraphs on the Obsidian side and keep writing to one app.
Can I migrate from Logseq to Obsidian?
From file-version Logseq (0.10.x / OG), just open the folder as a vault — it's Markdown. Expect every line bulleted and journals named 2026_08_11.md (underscores), unlike Obsidian's default; align the date format after moving. From the DB version, go through its export.
Is Logseq free? What costs money?
The app is free, open source under AGPL-3.0, with no required payment. As of August 2026, official sync (RTC) for the DB version is a paid invite-only alpha; file-version users mostly sync via iCloud Drive or Git. Obsidian is likewise free, charging only for services such as Obsidian Sync (Standard $4/mo billed annually).
What happens to Markdown files in Logseq 2.0 (DB)?
2.0 (beta) keeps the canonical copy in a local SQLite database — in our test, typed blocks produced no Markdown files. The file-based app continues as "Logseq OG". If plain Markdown files are the requirement, that points to Obsidian or Logseq OG.
Which has more plugins?
Counting both official registries on August 14, 2026 (first counted August 11, 2026): Obsidian 6,638 plugins / 691 themes; Logseq 546 plugins / 66 themes — roughly a 12× gap. Logseq does ship more core features (journal, TODOs) built in.
Can I run either on just an iPhone?
Both have iOS apps. Obsidian works standalone with an iCloud vault; Logseq has its file-version app plus a new DB-version iOS app in alpha since 2026. Either way, capturing a fleeting line still costs an app launch — see faster ways into a daily note.
TEST ENVIRONMENT & SCOPE

Tested August 11, 2026 — Obsidian 1.13.6, Logseq 0.10.15 (file), Logseq 2.0.1 (DB beta) on desktop Linux (Ubuntu 24.04). Every screenshot is from us operating those desktop builds. Plugin/theme counts were recounted and refreshed from the official registries on August 14, 2026 (first counted August 11, 2026). iOS apps were not tested for this article; iOS statements rely on official documentation. Prices and availability can change — check official pages before paying.

Related pages

References & data sources

Obsidian is a trademark of Dynalist Inc. Logseq is the name of the Logseq project. This site is independent of both projects; Simple Memo - for Obsidian is an independent app by Yurica Inc.