fancive_obsidian-parallel-r.../.gitignore
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

14 lines
189 B
Text

# Plugin runtime data (user cache + settings, not source)
data.json
# Editor / OS
.DS_Store
.vscode/
.idea/
*.swp
*.swo
# Node (if build tooling is added later)
node_modules/
dist/
*.log