Commit graph

178 commits

Author SHA1 Message Date
vicky469
df60911c18 fix: clear sidebar context when no active file and adjust toolbar sizing 2026-07-13 02:20:53 +08:00
vicky469
3281276cc6 chore(release): bump to 2.0.88 2026-07-11 14:42:30 +08:00
vicky469
94189f4ac4 feat(index): rename generated index note 2026-07-11 14:29:29 +08:00
vicky469
832318a7a8 docs: plan rabbit index rename 2026-07-11 11:00:09 +08:00
vicky469
05e010b414 docs: simplify index note rename 2026-07-11 10:41:38 +08:00
vicky469
01a1ee62ba docs: specify index note naming 2026-07-11 09:24:50 +08:00
vicky469
e94254ee2d feat(publish): add local Pages publishing
Add experimental Cloudflare Pages publishing through local Wrangler, pane-header publish actions, public HTML preview support, artifact safety checks, and state cleanup for rename/delete/unpublish flows.
2026-07-09 15:51:02 +08:00
vicky469
c6fd3137ff chore(repo): trim public repo surface 2026-07-08 12:58:01 +08:00
vicky469
5bb2c22b45 docs: add paid hosted publish spec 2026-07-08 10:00:31 +08:00
vicky469
24f4061786 fix(navigation): skip markdown reveal for page notes
PDF page notes only need sidebar focus. Requiring a MarkdownView surfaced a false jump failure notice from PDF sidebars.
2026-07-06 23:46:42 +08:00
vicky469
0b51dd683d chore(release): bump to 2.0.86 2026-07-06 23:37:20 +08:00
vicky469
07102999f2 feat(settings): add sidebar tab toggles
Closes #3
2026-07-06 23:36:39 +08:00
vicky469
6ced7a36d2 fix(comments): restore deleted cards 2026-07-05 21:11:55 +08:00
vicky469
9372b8163e 2.0.85 2026-07-05 20:35:30 +08:00
vicky469
4ea56b6044 2.0.84 2026-07-04 23:12:33 +08:00
vicky469
f98b450a04 feat: support PDF page notes 2026-07-03 21:41:37 +08:00
vicky469
b7a1e3e1e1 docs(spec): add PDF page notes design 2026-07-03 17:52:35 +08:00
vicky469
497426ec45 chore(release): 2.0.82 2026-07-02 22:17:22 +08:00
vicky469
01d1b33304 chore(release): 2.0.81 2026-07-02 22:07:39 +08:00
vicky469
ad9dbadf35 chore(release): 2.0.80 2026-06-26 15:35:46 +08:00
vicky469
21cfe409f1 fix(index): scope list to selected file 2026-06-26 15:32:51 +08:00
vicky469
f6ac9999d3 docs(release): update 2.0.79 notes 2026-06-21 21:38:33 +08:00
vicky469
03849fa302 Merge branch 'feat/thought-trail-source-markdown-wikilinks' 2026-06-21 21:03:55 +08:00
vicky469
e37e8bec81 feat: add source markdown thought trail links 2026-06-21 21:00:41 +08:00
vicky469
87433fc4f5 fix(ui): flex layout for tag-select checkbox, mute filter chip shadow
- Replace block+absolute checkbox positioning with flex layout on
  .aside-comment-thread-select-wrapper so the checkbox label and thread
  stack sit as proper flex siblings (fixes text/checkbox overlap)
- Drop fixed height/width on the checkbox row and input; use margin-top
  to align with card content instead, letting Obsidian's native checkbox
  render its mark centred
- Add button.aside-filter-chip { box-shadow: none } to override Obsidian
  theme button shadow on inactive chips (active chips were already fine
  due to higher-specificity box-shadow override)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 20:49:59 +08:00
vicky469
f9a7492a08 docs: add thought trail wikilink spec 2026-06-21 14:54:02 +08:00
vicky469
e4c6415ef1 chore(release): 2.0.79 2026-06-13 16:21:27 +08:00
vicky469
ec25465ad8 add docs 2026-06-12 15:40:14 +08:00
vicky469
3b70785b89 refactor: drop legacy comment storage
Remove runtime support for old plugin names, URI protocols, inline note blocks, and legacy sidecar paths. Users who still need inline migration must upgrade through the previous release first.
2026-06-12 11:07:00 +08:00
vicky469
6ad1fa58c1 chore(release): 2.0.78 2026-06-10 13:39:53 +08:00
vicky469
2d9ab4bc2f fix(aside): show run metadata and open index 2026-06-08 01:41:58 +08:00
vicky469
d6fc7892ea chore(release): 2.0.77 2026-06-07 04:17:12 +08:00
vicky469
a51f11d8ce feat(comments): nest anchored side notes
Preserve child anchors, source highlights, and ordering when threads are nested. Suppress the missing-anchor notice because orphan styling already carries that state.
2026-06-07 02:15:33 +08:00
vicky469
fc1ced6f02 docs: design drag-nested anchors 2026-06-06 22:49:53 +08:00
vicky469
3bbbba4d4c chore(release): 2.0.76 2026-06-06 21:50:01 +08:00
vicky469
b1d76d3fc8 feat(thought-trail): tag-based source and index default sidebar cache
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 17:10:18 +08:00
vicky469
a7a430e71f refactor(comments): expose domain flow
Move comment vocabulary into domain modules, put comment sync event semantics under comment storage, and route batch tag writes through mutation flow.

Keep Tags as a primary sidebar mode; only Thought Trail tag-source UI should be removed independently.
2026-06-05 21:05:29 +08:00
vicky469
0f7a9fce1e add doc 2026-06-05 17:19:55 +08:00
vicky
ced1900ce1 chore(repo): add iCloud backup mirror to two-remote model
- pre-push hook now auto-mirrors to icloud after every private push
- AGENTS.md, CLAUDE.md, strategy doc updated with three-remote setup

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 10:08:07 +08:00
vicky
4b559ad8e9 chore(repo): enforce two-remote model for private features
- scripts/hooks/pre-push: blocks non-main pushes to origin; all
  feat/* branches must go to the private remote instead
- AGENTS.md, CLAUDE.md: document routing rules so all agents
  (Claude Code, Codex) follow the same pattern without being told
- docs/todo/private-features-strategy.md: full workflow guide

Activate hook on fresh clone: git config core.hooksPath scripts/hooks

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 10:05:39 +08:00
vicky
9a5aff4458 chore(release): 2.0.75 2026-06-04 11:44:59 +08:00
vicky
8462b69d97 feat(agent): support claude cli 2026-06-02 23:18:29 +08:00
vicky
48339f590e remove dgx remote server for now 2026-06-02 12:06:05 +08:00
vicky
53ec5c7a10 chore(release): 2.0.74 2026-05-31 22:31:49 +08:00
vicky
5dcc06c7a1 chore(release): 2.0.73 2026-05-29 23:26:49 +08:00
vicky
b9968d5e79 chore(release): 2.0.72 2026-05-21 01:59:49 -04:00
vicky
ea674179cb chore(release): 2.0.71 2026-05-16 22:49:05 -04:00
vicky
da0a5f7a31 chore(release): 2.0.70 2026-05-15 18:46:37 -04:00
vicky
66d1585cb7 chore(release): 2.0.69 2026-05-14 13:40:05 -04:00
vicky
c607e5f634 chore(release): 2.0.68 2026-05-13 22:19:26 -04:00