| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-03-15 | 388 Bytes | |
| notoma_0.0.1_darwin_amd64.zip | 2026-03-15 | 3.4 MB | |
| notoma_0.0.1_darwin_arm64.zip | 2026-03-15 | 3.2 MB | |
| notoma_0.0.1_linux_amd64.tar.gz | 2026-03-15 | 3.4 MB | |
| notoma_0.0.1_linux_arm64.tar.gz | 2026-03-15 | 3.1 MB | |
| README.md | 2026-03-15 | 3.1 kB | |
| v0.0.1 source code.tar.gz | 2026-03-15 | 75.3 kB | |
| v0.0.1 source code.zip | 2026-03-15 | 99.1 kB | |
| Totals: 8 Items | 13.2 MB | 1 | |
Changelog
- [7affbe] Merge pull request [#1] from natikgadzhi/claude/add-github-actions-workflows-g0wQD
- [48ac4e] Merge pull request [#2] from natikgadzhi/claude/phase-3-database-sync-oUqKQ
- [212de4] Merge pull request [#3] from natikgadzhi/claude/fix-test-output-generation-wS6u4
- [10ee66] Merge pull request [#4] from natikgadzhi/claude/fix-docker-workflow-DMMkb
- [fc1d80] build: add GoReleaser release workflow and Homebrew tap publishing (#116)
- [6c6b9e] ci: add GitHub Actions workflows for CI and Docker
- [1875c2] ci: fix Docker workflow for PRs and rename image to notoma
- [c74a7c] ci: fix golangci-lint v2 config property name
- [fb5a0e] ci: remove deprecated issues.exclude-use-default from golangci config
- [1c58eb] ci: upgrade golangci-lint-action to v7 for v2.x support
- [44aaf7] feat(cli): add status command to show sync state (#102)
- [6e3859] feat(cli): add validate command for config and connectivity checks (#101)
- [bfa697] feat(sync): add attachments support with incremental sync (#100)
- [61b7c8] feat(sync): display Notion emoji icons in CLI sync tree and frontmatter (#108)
- [c8ad1a] feat(sync): flatten Obsidian export directory structure (#111)
- [a21402] feat(transform): add configurable date formatting for Obsidian (#115)
- [67e88e] feat(transform): detect Notion datetime and map to Obsidian datetime type (#110)
- [a4a1cd] feat(transform): rename date fields for better Obsidian rendering (#106)
- [f98c0c] feat: Implement state tracking for incremental syncs (#97)
- [55a225] feat: TUI tree UI!
- [3cba29] feat: add colored log output with tint
- [59242d] feat: add full workspace sync support (#96)
- [d82d71] feat: implement Phase 1 - project scaffolding and API connection
- [9d4aad] feat: implement Phase 2 - block to markdown transformation
- [51c1b0] feat: implement Phase 3 - database to Obsidian Bases conversion
- [ee6076] feat: implement file writing for sync command
- [507566] feat: resync everything on configuration change
- [5d3b4c] fix(notion): search pages and databases separately for workspace roots
- [a23fa7] fix(sync): write pages as flat md files instead of directories (#113)
- [0a297d] fix(transform): correct .base file format for Obsidian Bases (#107)
- [594d83] fix(transform): detect Notion S3 attachments for download (#112)
- [a5865f] fix(transform): handle empty link titles in rich text (#105)
- [5463e6] fix(transforms): respect toggle blocks
- [225355] fix(tui): show accurate sync status with windowed progress view (#114)
- [0e381d] fix: gitignore pattern was excluding cmd/notoma directory
- [51e255] fix: improve resource type detection and dry-run output
- [ffbd62] fix: support recursively syncing pages (#104)
- [1d4eb7] perf(sync): parallelize page and block fetching with worker pool (#109)
- [cb3f66] plan fix
- [506b45] ref: rename to Notoma
- [cfc9d8] ref: simplify duplicated code
- [735529] ref: simplify duplicated code
- [049f3d] ref: simplify duplicated code
- [501c1f] refactor(cli): consolidate shared utilities and reduce duplication (#103)
- [5ddae2] refactor(notion): consolidate duplicate extractPageTitle functions (#99)