mirror of
https://github.com/fancive/obsidian-parallel-reader.git
synced 2026-07-22 06:53:43 +00:00
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
9 lines
286 B
JSON
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
|
|
}
|