シンプルメモとLogseq
入力・保存・移行の違いSimple Memo and Logseq:
capture, storage and migration
Logseqで知識を育てる場合は、まず使っている版を確認します。Markdownファイルを扱うOGと、SQLiteを使うDB版では、保存と移行の手順が異なります。シンプルメモは必要な文章を受信箱などに残す入口として比較します。Start by checking which Logseq version you use. OG works with files; the DB version uses SQLite, with different storage and migration steps. Simple Memo serves a separate capture role for text sent to an inbox or configured destination.
最初にOGとDB版を区別するFirst identify OG or the DB version
公式リポジトリでは、ファイルグラフはLogseq OGへ分かれています。2026年7月13日に公開された2.0.1はDB版のベータです。旧版のファイル保存・Org・プラグインの説明を、DB版へそのまま当てはめないようにします。The official repositories separate file graphs into Logseq OG. Version 2.0.1, released July 13, 2026, is a DB beta. Older guidance about files, Org and plugins should not be applied to DB graphs unchanged.
| 項目Check | Logseq OG | Logseq DB |
|---|---|---|
| 保存の中心Source of truth | Markdown・OrgのファイルグラフMarkdown and Org file graphs | SQLiteのDBグラフ。添付はassetsも扱うSQLite DB graphs, with assets for attachments |
| テキストの持ち出しText portability | ファイルを他エディタで読む。固有構文は確認Read files in another editor; check app-specific syntax | 標準Markdown書き出しでは一部の情報が失われるStandard Markdown export omits some data |
| 既存の機能Existing features | 使っている版・プラグインを確認Check the installed version and plugins | Org非対応などの変更。DB対応プラグインを確認Changes include no Org support; check DB-compatible plugins |
| 試す前の準備Before testing | グラフ全体と添付の独立コピーを残すKeep an independent copy of the graph and attachments | 重要でないテストグラフとDB・添付の書き出しUse a noncritical test graph and export the DB plus assets |
日次メモとQuick addで始めるStart with journals and Quick add
Logseqは箇条書きのブロックや参照で思考を組み立てる道具です。最初からすべてにリンクを付ける必要はなく、日次メモへ短い記録を書いてから、使う場面で関連付けられます。Logseq uses outliner blocks and references to organize thinking. Start with a short journal entry and add links when they serve a purpose.
DB版には現在のジャーナルへ送る内蔵Quick addが公式に案内されています。「クイック入力には必ずプラグインが必要」という説明は適切ではありません。使う端末で入口を開き、入力・保存・再表示まで試します。The DB guide documents a built-in Quick add command for the current journal. Quick capture therefore does not always require a plugin. Try opening, entering, saving and finding a note on the device you plan to use.
同期とバックアップを別々に用意するPrepare sync and backup separately
公式READMEはDB版をベータ、新しいモバイル版とRTCをアルファと説明し、データ損失の可能性とバックアップを案内しています。同期を有効にすることだけで、誤削除やデータ損失を防げるわけではありません。まず本番の内容を含まない小さいグラフで試します。The official README describes DB as beta and the new mobile app and RTC as alpha, and recommends backups because data loss is possible. Enabling sync alone does not protect against every loss or deletion. Start with a small graph that does not contain essential data.
ファイル版とDB版の同期設定を混ぜず、使っている版の案内を確認します。同期先で記録が見つかるかと、独立したコピーを読み戻せるかは、別の確認です。Follow the sync guidance for your version rather than combining file-graph and DB instructions. Verify both that a note reaches the other device and that an independent copy can be read back.
公式:開発段階と試験用グラフの案内Official release status and test-graph guidance
DBのバックアップとMarkdown書き出しを使い分けるChoose a backup or a Markdown export
DB版のExport graphでは、DBと添付をまとめる「Export both SQLite DB and assets」を選べます。標準Markdown書き出しは読みやすいテキストを持ち出す用途ですが、すべての属性やタイムスタンプを保持しません。移行用のMarkdownだけを唯一のバックアップにしないようにします。In Export graph, choose Export both SQLite DB and assets when you need the database and attachments. Standard Markdown is useful for readable text but does not preserve every property or timestamp; it should not be the only backup.
元グラフを残したまま、新しい別グラフでImport → SQLite + assets (.zip)を試し、必要な内容が開けるか確認します。旧ファイルグラフをDBへ変換する場合は、Org非対応、タスク状態の変換、複数クエリや埋め込みの取り込み制限も確認してください。Keep the original and test Import → SQLite + assets (.zip) in a separate new graph. When converting a file graph, check the lack of Org support, mapped task statuses and limits on multiple queries or embeds.
移行前に少量で見る6項目Inspect six things before migrating
| 確認項目Check | 確認する内容What to inspect |
|---|---|
| 本文・階層Text and hierarchy | 段落、箇条書き、子ブロックが読めるかCan you read paragraphs, bullets and child blocks? |
| 参照とリンクReferences and links | ページやブロックへの参照が意図した場所へ進むかDo page and block references open the intended content? |
| 属性・タスクProperties and tasks | 値、期日、状態がどう変換されたかHow were values, dates and statuses converted? |
| 添付Attachments | PDF・画像・音声の実ファイルを開けるかCan you open the actual PDF, image and audio files? |
| 検索とプラグインSearch and plugins | 必要な検索・DB対応プラグインが使えるかDo the searches and DB-compatible plugins you need work? |
| 読み戻しRead-back | 別グラフへの取り込みから必要な記録を再表示できるかCan an import into a separate graph reopen the records you need? |
この表は移行の確認用です。すべてのグラフが同じ結果になると検証した表ではありません。元データは確認が終わるまで残します。Use this checklist to inspect a migration; it is not a guarantee that every graph converts identically. Keep originals until the checks are complete.
運用を変える前の5手順Five steps before changing your workflow
- 使っているLogseqの版と保存方式を記録し、元グラフを独立した場所へバックアップする。Record your Logseq version and storage type, then make an independent backup.
- 重要でない小さいテストグラフに、本文・タスク・添付・リンクを各1件用意する。Prepare a small noncritical test graph with text, a task, an attachment and a link.
- 上の6項目を確認し、必要な書き出しを別グラフへ取り込んで開く。Run the six checks above and open an exported copy in a separate graph.
- 併用したい場合は短いメモを一つ作り、最終的なLogseqの保存先で見つけられるか確認する。If combining tools, create one short note and find it in the final Logseq destination.
- 不一致や不足した機能を記録してから、本番データの扱いを判断する。Record mismatches and missing features before deciding how to handle your main data.
シンプルメモを併用する場合If you also use Simple Memo
普段メール受信箱を見返すなら、そこへ短文を残し、必要なものだけLogseqの日次メモへ転記する方法があります。コピーした時点で、本文と戻り先が分かるか確認します。メールの到着とLogseqへの保存は別の操作で、自動追記を前提にはしません。If you regularly review email, capture short text there and copy only useful notes into a Logseq journal. Check the text and its context when copying. Email arrival and saving into Logseq are separate actions; this workflow does not assume automatic appending.
入力の入口として試すなら Obsidian連携シンプルメモ の宛先を設定し、1件の到着から確認できます。グラフの置き換えや移行には使いません。To try a capture entry point, configure a destination in Simple Memo and verify one message. It is not a graph replacement or migration tool.
最初のメールを送る手順と、過去のファイル版比較も参考にしてください。See the first-email guide and our earlier file-version comparison.
よくある質問Frequently asked questions
LogseqはすべてMarkdownファイルで保存しますか?
いいえ。従来のファイル版はLogseq OGへ分かれ、DB版はSQLiteデータベースを使います。DB版のMarkdown書き出しはすべてのプロパティやタイムスタンプを保持する形式ではありません。
DB版を既存グラフで試す前に何をしますか?
元グラフの独立したコピーを残し、重要でない小さなテストグラフで試します。SQLiteだけでなく添付も必要な場合は、SQLite DBとassetsを含む書き出しを選び、別グラフへの取り込みを確認します。
DB版に以前のプラグインをそのまま使えますか?
互換性を個別に確認します。公式マーケットプレイスの「Supports DB?」やDB対応表示を見て、使うプラグインがDBグラフをサポートするか確認してください。
Logseqのクイック入力はプラグイン必須ですか?
DB版の公式資料には、短いメモを現在のジャーナルへ送る内蔵「Quick add」があります。版と端末で入口は異なるため、追加プラグインを探す前に現在のアプリで確認してください。
公式同期を使えばデータ損失はなくなりますか?
同期はバックアップの代わりではありません。公式READMEはDB版をベータ、新モバイル版とRTCをアルファとし、データ損失の可能性と独立したバックアップを案内しています。利用する版と同期経路を確認します。
シンプルメモを使うとLogseqへ自動追記されますか?
このページの併用例は、メール受信箱へ届いた文章を必要に応じてLogseqへ転記する方法です。LogseqのDBやグラフへ自動で書く機能や、グラフ全体を移行する機能を示していません。
Does every Logseq version store Markdown files?
No. File graphs have moved to Logseq OG; the DB version uses SQLite. Its standard Markdown export does not preserve every property or timestamp.
What should I do before trying the DB version?
Keep an independent copy of the original graph and use a small, noncritical test graph. If attachments matter, export both the SQLite DB and assets, then check importing that copy into a separate graph.
Will my existing plugins work with DB graphs?
Check each plugin. Look for Supports DB? in the official marketplace or the DB compatibility indicator in the app before relying on it.
Does quick capture require a plugin?
The DB documentation describes a built-in Quick add command that sends short notes to the current journal. Check the entry point for your version and device before installing a plugin.
Does official sync eliminate data-loss risk?
Sync does not replace a backup. The official README describes the DB version as beta and the new mobile app and RTC as alpha, with possible data loss and a recommendation to keep independent backups. Check your version and sync route.
Does Simple Memo append to Logseq automatically?
The workflow here means reviewing text received in your email inbox and copying what you need into Logseq. It does not demonstrate automatic writes to a Logseq database or migration of a complete graph.
確認範囲What was checked
2026年9月9日に公式リポジトリ、DB版の説明・変更点、2.0.1リリースを確認しました。この記事の手順は今回実機で移行を完了した報告ではありません。筆者はシンプルメモの開発者です。Checked the official repositories, DB documentation and changes, and the 2.0.1 release on September 9, 2026. These steps are not a report of a physical migration completed in this update. The author develops Simple Memo.