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
e6b13e5eee
feat: auto copy after upload
2025-12-10 21:32:06 +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
7c841f3db3
feat: update UI text to use internationalization configuration for modals and notices
2025-10-31 23:36:49 +00:00
Jiaxin Peng
cf884de554
refactor: remove redundant debug logs from upload commands and base class
2025-10-27 23:12:25 +00:00
Jiaxin Peng
8eb4694342
refactor: removing redundant debug logs
2025-10-27 22:57:28 +00:00
Jiaxin Peng
6c0f6cea30
feat: enhance logging and error handling in upload commands and base class
2025-10-27 22:34:46 +00:00
Jiaxin Peng
24e68fc798
unify three databases with single upload file
2025-10-06 23:18:01 +01:00
Jiaxin Peng
aac7bc154a
feat: consistent sync function (requestUrl) for desktop and mobile
2024-11-20 22:19:03 +00:00
Jiaxin Peng
5942876c92
fix: cannot parse title from front matter
2024-10-22 10:27:33 +01:00
Jiaxin Peng
1b385ccd0a
solve: the fail to load of mobile caused by the node version
2024-09-01 23:26:22 +01:00
Jiaxin Peng
a90e4871bb
Backup mobile requesturl after version 2.4.1
2024-09-01 22:57:03 +01:00
Jiaxin Peng
885ccba027
fix: test the desktop function for next and general
2024-08-31 23:43:19 +01:00
Jiaxin Peng
f282dde1b7
fix: test the desktop function of custom database
...
with platform function
2024-08-31 00:00:09 +01:00
Jiaxin Peng
e8b1617916
fix item type error for iteration
2024-08-28 20:30:05 +01:00
Jiaxin Peng
fd29ed820e
fix code highlight issue
2024-08-28 20:26:06 +01:00
Jiaxin Peng
cd4e610c46
modify type of pageProperties
2024-08-18 18:42:59 +01:00
Jiaxin Peng
b05c248c44
feat: support long notes syncing
2024-08-18 17:16:08 +01:00
Jiaxin Peng
3b774552af
update martian
2024-08-18 13:07:52 +01:00
426f05dfbd
General: use node-fetch to post notes
2024-07-28 01:07:35 +01:00
1d5792c966
Next: use node-fetch to post notes for a better debug
2024-07-28 00:52:27 +01:00
e9c2b4aada
Custom: use node-fetch to post notes rather than requestUrl for better debug
2024-07-27 23:36:00 +01:00
b5ac42e6e3
use node-fetch to post notes for a better debug
2024-07-27 22:28:21 +01:00
60d002677b
use json to parse the error information
2024-07-27 21:38:09 +01:00
3a814b8390
feat: change the success notice colour
2024-07-15 14:15:10 +01:00
201f72ae0e
update notice
2024-07-14 23:57:01 +01:00
Jiaxin Peng
5a95aa0acc
feat: add notion link display
2024-07-05 09:48:35 +01:00
Jiaxin Peng
9c93e38aff
reformat code and update readme file
2024-07-04 20:51:07 +01:00
Jiaxin Peng
5799ffe79b
Update custom function and adjust the custom interface ui
2024-07-02 23:48:37 +01:00
Jiaxin Peng
a8ebab7fcb
change tags titleicon and summary to optional function in next database
2024-03-17 14:36:55 +00:00
Jiaxin Peng
8248640b5f
fix the extra argument in the uploadcommand
2024-01-29 11:55:52 +00:00
Jiaxin Peng
0198898086
update the readme and changelog
2024-01-29 11:53:18 +00:00
Jiaxin Peng
8c6aea8250
Complete the basic function of customisation
2024-01-29 11:12:07 +00:00
Jiaxin Peng
a179d3da52
almost finish the structure
2024-01-29 00:55:06 +00:00
Jiaxin Peng
2a58dd3258
complete the custom ui design
2024-01-28 00:11:11 +00:00
Jiaxin Peng
4abbbecd37
modify the notionapi variable
2023-12-29 00:36:29 +00:00
Jiaxin Peng
9ac64268fc
Merge branch 'master' into add-button
2023-12-29 00:26:02 +00:00
Jiaxin Peng
3123d91e97
complete the new version for add button
2023-12-29 00:21:21 +00:00
Jiaxin Peng
cf08703fea
complete the basic notionnext function
2023-12-28 00:55:06 +00:00
Jiaxin Peng
fb5f7b502d
finish some command coding
2023-12-27 00:27:32 +00:00
Jiaxin Peng
c2421f7a84
add the property 'status' for NotionNext
2023-12-06 15:19:57 +00:00
Jiaxin Peng
6c30d0c2b4
adjust the limitation of blocks
2023-12-06 14:40:15 +00:00
Jiaxin Peng
ccb5a20abe
add custom frontmatter
2023-11-23 22:11:04 +00:00
Jiaxin Peng
3f35a56b6e
rebuild the locale file and add tag button to control tag syncing function
2023-11-20 21:57:30 +00:00
Jiaxin Peng
8201c706ea
remove block limit and update packages
2023-11-16 21:09:31 +00:00
Jiaxin Peng
6ce689ba96
complete the basic customisation feature
2023-11-16 01:00:52 +00:00
Jiaxin Peng
b978cf7e01
complete the setting ui
2023-11-16 00:02:35 +00:00
Jiaxin Peng
afec5d8364
Update version to 0.2.5
2023-11-05 20:49:28 +00:00
Jiaxin Peng
398b785e03
update the script and support both notionnext and general database
2023-11-05 17:32:10 +00:00