mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
chore: remove PaperForge.base generation (duplicates Literature Hub)
This commit is contained in:
parent
2bfbec691e
commit
f31efec521
1 changed files with 1 additions and 3 deletions
|
|
@ -447,6 +447,4 @@ def ensure_base_views(vault: Path, paths: dict[str, Path], config: dict, force:
|
|||
hub_path = paths["bases"] / "Literature Hub.base"
|
||||
refresh_base(hub_path, "${LIBRARY_RECORDS}", hub_views)
|
||||
|
||||
all_views = build_base_views("All Records")
|
||||
pf_base = paths["bases"] / "PaperForge.base"
|
||||
refresh_base(pf_base, "${LIBRARY_RECORDS}", all_views)
|
||||
# PaperForge.base intentionally removed (v1.4.1) — duplicates Literature Hub
|
||||
|
|
|
|||
Loading…
Reference in a new issue