Sync your Logseq graph to LedgerMem — every block and page becomes durable, searchable memory.
- Slash command
/lm-save— push the active block as a memory. - Command:
LedgerMem: sync graph— backfill every page in the current graph. - Settings panel — API key + workspace ID configurable via Logseq's plugin settings UI.
- Refs as relations — every page reference inside a block is captured into
metadata.relations.
Search LedgerMem in Logseq's Plugin Marketplace.
- Run
npm install && npm run build. - In Logseq: Settings → Plugins → Load unpacked plugin and pick this folder.
Open the LedgerMem plugin settings:
| Setting | Description |
|---|---|
| API key | Your LedgerMem API key. |
| Workspace ID | Target workspace for memories. |
npm install
npm run build
npm testMIT