fancive_obsidian-parallel-r.../manifest.json
wujunchen ff856f719b init: Obsidian Parallel Reader v0.1.0
Split-view reading plugin for long-form notes:
- LLM self-adaptive segmentation (no heading dependency)
- Anchor-based line resolution with fallbacks
- Scroll-sync highlight + click-to-jump
- Right-click context menu for copy actions
- MarkdownRenderer for native table/bold/code rendering
- SHA-1 content-hash cache with stale-detection banner
- Three backends: Claude Code CLI / Codex CLI / Anthropic API

Change-Id: I105c57e3df0b2d8d1570c31e3e3a689ecf52ff71
2026-04-24 19:31:23 +08:00

9 lines
286 B
JSON

{
"id": "parallel-reader",
"name": "Parallel Reader",
"version": "0.1.0",
"minAppVersion": "1.4.0",
"description": "Split-view reading: left = original note, right = LLM-generated section bullets with scroll-sync highlight.",
"author": "lancivez",
"isDesktopOnly": true
}