mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 17:00:23 +00:00
- Plugin: multi-step install wizard modal (5 steps) with editable directory/key inputs - Plugin: settings tab becomes operation guide; all config moved to wizard - Plugin: Python/Zotero/BBT pre-check before wizard opens - Plugin: agent platform selector (OpenCode/Claude/Cursor/Copilot etc.) - Plugin: responsive dashboard (auto-fit grids, clamp typography) - Plugin: command output styled in-panel (running/ok/error) - Plugin: BBT export guidance in settings tab - Plugin: rename defaults (Resources, Notes, Index_Cards, System, Base) - Plugin: vault_path auto-detect from Obsidian - Plugin: auto-update paperforge on plugin load - CLI: headless_setup now creates Zotero junction (mklink /J) - CLI: headless_setup deploys skill directory for flat_command agents - sync: wikilink through junction (no .resolve() — keeps vault-relative paths) - sync: route absolute paths through Zotero junction for vault-relative wikilinks - config: remove library-records subdirectory (records now directly under control_dir) - base_views: fix duplicate views on merge (skip legacy unmarked views) - base_views: auto-update folder filter when path config changes - Phases 20-22 planned and documented - Bump to v1.4.11
3 lines
65 B
Python
3 lines
65 B
Python
"""paperforge — PaperForge package."""
|
|
|
|
__version__ = "1.4.11"
|