Commit Graph

36 Commits

Author SHA1 Message Date
Vincent Koc
446cccad81
perf(markdown): preload export path metadata
Some checks failed
Validation / validate (push) Has been cancelled
2026-04-27 12:30:44 -07:00
Vincent Koc
010ca24c49
perf(sync): transact desktop ingestion
Run Desktop ingestion through a single store transaction while preserving deferred page FTS refreshes.
2026-04-27 12:28:10 -07:00
Vincent Koc
4884d7d54a
perf(sync): defer page FTS refreshes
Defer page FTS rebuilds during bulk sync so each dirty page is refreshed once.
2026-04-27 12:24:12 -07:00
Vincent Koc
b689ce3ecc
feat(markdown): group exports by teamspace
Ingest Desktop teamspaces and use them to organize Markdown exports under workspace/teamspace folders.
2026-04-27 11:53:49 -07:00
Vincent Koc
6c21691f0d
fix(markdown): prune stale exported files
Remove stale generated Markdown files during export while preserving non-Markdown sidecar files.
2026-04-27 11:09:12 -07:00
Vincent Koc
a906ed4845
fix(markdown): preserve unicode export paths
Preserve readable Unicode path components and make Markdown filenames collision-safe for Notion Desktop IDs.
2026-04-27 11:04:23 -07:00
davelutztx
25be299fab
fix(api): preserve block display order
Persist Notion API sibling order and use it for page blocks, Markdown export, and page FTS tree text.
2026-04-27 10:54:04 -07:00
davelutztx
47e96fd4c0
fix(api): skip inaccessible comments during sync
Parse Notion API errors and ignore restricted comment access so API sync can continue when comments are unavailable.

Fixes #6
2026-04-27 10:49:52 -07:00
Vincent Koc
45d4cc5aa2
fix(ci): allow auto assign on pull requests
Grant pull request write permission so auto-assign can add maintainers on pull_request_target events.
2026-04-27 10:47:49 -07:00
Vincent Koc
e8a62ab73a
ci: auto-assign issues and pull requests 2026-04-23 08:11:45 -07:00
Vincent Koc
c30546785f
fix(release): publish release drafter notes 2026-04-22 23:18:21 -07:00
Vincent Koc
e5764220b2
feat: add archive activity report 2026-04-22 23:03:06 -07:00
Vincent Koc
796a5a03d4
feat: support Notion data sources and database maintenance 2026-04-22 22:11:02 -07:00
Vincent Koc
0a1d9b1992
feat: add Notion database export 2026-04-22 21:44:36 -07:00
Vincent Koc
b1369ef3f5
ci: opt actions into node 24 2026-04-22 17:39:43 -07:00
Vincent Koc
2fca386175
docs: simplify install instructions 2026-04-22 17:25:02 -07:00
Vincent Koc
1b67b15a69
Update README.md 2026-04-22 17:14:44 -07:00
Vincent Koc
9355efa4c6
Update README.md 2026-04-22 17:14:10 -07:00
Vincent Koc
1dfe56d64e
docs: show banner in readme 2026-04-22 17:05:43 -07:00
Vincent Koc
5ea52ac49c
chore: rename project to notcrawl 2026-04-22 16:57:43 -07:00
Vincent Koc
90f483c1c8
Add files via upload 2026-04-22 16:54:25 -07:00
Vincent Koc
d48e5a53cc
fix: handle global help cleanly 2026-04-22 16:37:38 -07:00
Vincent Koc
d4b8e38e97
docs: add distribution guide 2026-04-22 16:30:47 -07:00
Vincent Koc
ce1ebb771b
ci: add release publishing workflows 2026-04-22 16:30:02 -07:00
Vincent Koc
eed2d38bba
chore: add release note generation 2026-04-22 16:29:09 -07:00
Vincent Koc
9ba467de49
build: add goreleaser config 2026-04-22 16:28:24 -07:00
Vincent Koc
9e7ed1925d
ci: add validation workflow 2026-04-22 16:28:03 -07:00
Vincent Koc
a4f3e89b2b
chore: ignore local binary 2026-04-22 16:06:57 -07:00
Vincent Koc
a64de54725
fix: cap markdown filename slugs 2026-04-22 16:03:31 -07:00
Vincent Koc
263e6357b8
fix: snapshot notion wal files 2026-04-22 15:59:43 -07:00
Vincent Koc
63f6f8e6d2
feat: wire notioncrawl cli 2026-04-22 15:58:40 -07:00
Vincent Koc
a73fd87ee8
feat: add git snapshot sharing 2026-04-22 15:56:40 -07:00
Vincent Koc
6fa3286edc
feat: export normalized markdown 2026-04-22 15:54:56 -07:00
Vincent Koc
e814a23509
feat: add notion ingestion adapters 2026-04-22 15:53:46 -07:00
Vincent Koc
dda7f700ac
feat: add sqlite archive store 2026-04-22 14:44:47 -07:00
Vincent Koc
a03b44eb6f
chore: scaffold notioncrawl 2026-04-22 14:41:56 -07:00