No description
Find a file
2026-05-13 10:37:29 +08:00
.github/workflows Add release workflow 2026-02-06 17:12:46 +08:00
i18n feat: Delete empty journals 2026-04-08 19:12:18 +08:00
.gitignore add i18n (Chinese) 2026-03-02 21:06:49 +08:00
esbuild.config.mjs chore: Update plugin description and add minimum app version requirement. 2026-05-13 10:37:29 +08:00
eslint.config.mjs Fix eslint 2026-02-07 18:04:20 +08:00
LICENSE Update LICENSE 2026-02-16 11:24:43 +08:00
logseqSyntax.js Fix eslint 2026-02-08 02:55:53 +08:00
logseqSyntax.ts chore: Update plugin description and add minimum app version requirement. 2026-05-13 10:37:29 +08:00
main.ts chore: Update plugin description and add minimum app version requirement. 2026-05-13 10:37:29 +08:00
manifest.json chore: Update plugin description and add minimum app version requirement. 2026-05-13 10:37:29 +08:00
package-lock.json Fix eslint 2026-02-07 18:04:20 +08:00
package.json chore: Update plugin description and add minimum app version requirement. 2026-05-13 10:37:29 +08:00
README.md add i18n (Chinese) 2026-03-02 21:06:49 +08:00
README_zh-CN.md feat: Delete empty journals 2026-04-08 19:12:18 +08:00
styles.css chore: Update plugin description and add minimum app version requirement. 2026-05-13 10:37:29 +08:00
test_regex.js Initial commit with a basically complete plugin. 2026-02-06 00:58:45 +08:00
tsconfig.json Initial commit with a basically complete plugin. 2026-02-06 00:58:45 +08:00

Obsidian Logseqer Plugin

English | 简体中文

An Obsidian plugin designed to provide a Logseq-native experience and enhance workflow compatibility between both applications.

Main Features

All features can be enabled/disabled individually in plugin settings for maximum customization.

1. Syntax Check

Real-time validation showing if lines follow Logseq's - format. Status shown in status bar.

2. Vault Compatibility Check

Command to check date formats, journals/pages settings, namespace consistency, and task markers throughout the vault.

WIP: Needing more feedback and functionality. Having the potential to be the main feature if it works well.

3. Bookmark Sync

Syncs Logseq favorites to Obsidian bookmarks. Handles duplicates and creates missing pages if needed with manual confirmation.

4. Journal Enhancements

  • Auto-formats new journal files
  • Customizable default backlinks query

TODO

  1. Page preview
  2. clear unused journals

Quick Start

  1. Install plugin in .obsidian/plugins/
  2. Enable in Settings → Community Plugins
  3. Configure folder paths in settings (with autocomplete and default values which recommended)
  4. Run Sync Settings command to sync bookmarks

Build

npm install
npm run build

Settings

  • Toggle Features: Enable/disable each feature independently
  • Folder Configuration: Logseq and Obsidian folders (autocomplete available)
  • Backlink Query: Customize journal backlinks filter
  • Restore Defaults: Reset all settings to defaults

License

MIT