Commit Graph

358 Commits

Author SHA1 Message Date
Jiaxin Peng
cd7eb78378 feat: Add isAutoSync option to sync requests and update success notice logic 2026-03-04 09:14:38 +00:00
Jiaxin Peng
3e00f127e9 feat: Add auto sync success notice setting and update upload commands to utilize it 2026-03-04 09:05:41 +00:00
Jiaxin Peng
4fb3b99996 feat: Add auto sync success notification messages in English, Japanese, and Chinese locales 2026-03-04 09:04:57 +00:00
Jiaxin Peng
269d354734 chore: Update roadmap to reflect completion of automatic syncing and file attachments features 2026-01-29 20:25:03 +00:00
Jiaxin Peng
a37bda1575 chore: Update changelog and documentation for v2.8.0 release with new features, changes, and fixes v2.8.0 2026-01-29 20:20:23 +00:00
Jiaxin Peng
19d66917d2 chore: Update changelog for v2.8.0-beta.4 release with new features and fixes 2026-01-29 20:15:11 +00:00
Jiaxin Peng
a9acfbe956 Merge pull request #72 from jxpeng98/dev
Add autosync feature
2026-01-29 20:12:04 +00:00
Jiaxin Peng
879cd66aed docs: Add attachment upload feature to README documentation v2.8.0-beta.4 2026-01-04 19:11:49 +00:00
Jiaxin Peng
202385ac21 feat: Implement attachment processing and uploading for Notion integration
- Added AttachmentProcessor to handle local attachments in markdown content.
- Introduced AttachmentUploader for managing file uploads to Notion.
- Updated Upload2Notion to utilize new attachment processing and uploading logic.
- Enhanced buildBlocks method to process attachments and apply block rewrites.
- Updated Notion API version to 2025-09-03 for compatibility with new features.
2026-01-04 19:11:37 +00:00
Jiaxin Peng
9c6980d1c9 refactor: Simplify auto sync delay setting initialization 2026-01-04 19:11:23 +00:00
Jiaxin Peng
b61264a1f6 feat: Add message for skipped attachments during auto-sync in multiple languages 2026-01-04 19:11:07 +00:00
Jiaxin Peng
876b6233cb docs: Enhance attachment upload documentation with supported formats and auto sync details 2026-01-04 19:10:59 +00:00
Jiaxin Peng
ccfe40c1f0 fix: Refine release workflow tag patterns to exclude prerelease versions. 2025-12-10 23:18:03 +00:00
Jiaxin Peng
90dcc1aef0 chore: release v2.8.0-beta.3 v2.8.0-beta.3 2025-12-10 23:15:18 +00:00
Jiaxin Peng
7053a74e24 feat: Add 'sync-preffix' translation key to multiple locales. 2025-12-10 23:05:07 +00:00
Jiaxin Peng
5144f10e77 feat: Add auto-copy Notion link setting 2025-12-10 23:04:58 +00:00
Jiaxin Peng
5806a2831b fix: remove unnecessary resetAutoSyncNoticeCache call when autoSyncFrontmatterKey changes 2025-12-10 22:51:08 +00:00
Jiaxin Peng
eeaf7c036d feat: Enable first-time auto-upload for new documents with autosync-database key and refine auto-sync notice logic. 2025-12-10 21:51:04 +00:00
Jiaxin Peng
3de92d3f54 feat: Enable first-time auto-upload for new documents and update documentation. 2025-12-10 21:32:25 +00:00
Jiaxin Peng
e6b13e5eee feat: auto copy after upload 2025-12-10 21:32:06 +00:00
Jiaxin Peng
f4def623bb styles: improve the translation 2025-12-10 21:30:49 +00:00
Jiaxin Peng
3620505b56 update beta version 2.8.0-beta.2 2025-11-06 16:51:42 +00:00
Jiaxin Peng
e9355aaf92 docs: enhance auto sync documentation with frontmatter key configuration and examples v2.8.0-beta.2 2025-11-06 16:50:50 +00:00
Jiaxin Peng
943ec6af6d Merge pull request #68 from jxpeng98/autosync-filter
Autosync filter
2025-11-06 16:44:58 +00:00
Jiaxin Peng
bb4b75c82e feat: add auto sync frontmatter key configuration and update related messages 2025-11-06 16:43:24 +00:00
Jiaxin Peng
ae4488546c feat: add auto sync database list handling and notifications for missing entries 2025-11-06 16:27:24 +00:00
Jiaxin Peng
7661bc94c7 fix: update changelog to reflect version v2.8.0-beta.1 release 2025-11-01 00:44:35 +00:00
Jiaxin Peng
e8a9594ea1 fix: refine tag patterns for release triggers in workflow 2025-11-01 00:42:01 +00:00
Jiaxin Peng
bb211543f5 fix: remove branch trigger for prerelease workflow v2.8.0-beta.1 2025-11-01 00:38:25 +00:00
Jiaxin Peng
c52f84232d Merge pull request #67 from jxpeng98/automate-sync
Automate sync
2025-11-01 00:35:52 +00:00
Jiaxin Peng
3730b7645a chore: update changelog with detailed auto sync feature description and improvements 2025-11-01 00:34:23 +00:00
Jiaxin Peng
e2a965e3d6 fix: update autoSyncTimeout type and ensure window context for setTimeout calls 2025-11-01 00:32:35 +00:00
Jiaxin Peng
2738498dc2 fix: clean up formatting in auto sync logic for better readability 2025-11-01 00:30:39 +00:00
Jiaxin Peng
6df5e21f3d feat: implement enhanced frontmatter change detection and caching for auto sync 2025-11-01 00:30:09 +00:00
Jiaxin Peng
d660a088e3 feat: add GitHub Actions workflow for prerelease builds and asset uploads 2025-10-31 23:44:53 +00:00
Jiaxin Peng
83d4f1e48c feat: enhance auto sync functionality to support multiple databases and improved user notifications 2025-10-31 23:36:57 +00:00
Jiaxin Peng
7c841f3db3 feat: update UI text to use internationalization configuration for modals and notices 2025-10-31 23:36:49 +00:00
Jiaxin Peng
fab3acdc21 feat: add auto sync messages and database management labels in English, Japanese, and Chinese locales 2025-10-31 23:35:28 +00:00
Jiaxin Peng
59fa32b5e5 docs: enhance auto sync documentation with detailed setup, scenarios, and troubleshooting guidance 2025-10-31 23:35:16 +00:00
Jiaxin Peng
e5f906bba2 feat: migrate settings for auto sync feature and add user notification 2025-10-31 21:57:21 +00:00
Jiaxin Peng
c369c291a7 feat: add auto sync functionality with configurable delay in settings 2025-10-31 21:42:48 +00:00
Jiaxin Peng
33f0848b32 docs: add changelog and roadmap links to English and Chinese index files 2025-10-31 21:21:50 +00:00
Jiaxin Peng
a33e63a219 docs: add changelog and roadmap files in English and Chinese 2025-10-31 17:00:26 +00:00
Jiaxin Peng
99a40375f5 docs: update documentation website link in README files 2025-10-31 14:27:39 +00:00
Jiaxin Peng
7282fc6955 chore: Switch to pnpm and create individual package for docs 2025-10-31 13:46:31 +00:00
Jiaxin Peng
770061e826 chore: remove unused image files from documentation 2025-10-31 11:14:43 +00:00
Jiaxin Peng
de7b7dd28d Merge pull request #65 from jxpeng98/docs
add doc website
2025-10-31 11:03:19 +00:00
Jiaxin Peng
1c6c3fb0d9 chore: add vitepress package 2025-10-31 10:57:37 +00:00
Jiaxin Peng
ca0935bfe8 docs: update README to reflect new features and improved database support 2025-10-31 10:56:47 +00:00
Jiaxin Peng
e944721415 docs: add documentation for Obsidian to NotionNext plugin setup and usage 2025-10-31 10:47:34 +00:00