Importing from TickTick to Obsidian(one way sync)
dida
: Chinese name of ticktick
- Enter your TickTick account and password in the settings.
- Create a note and add the following configuration to the front matter:
---
ticktick: true
---
- Execute the command
Dida Todo Sync: Sync ToDo List
.
Default Behavior
- Sync all todos within the past six months (regardless of completion status) by default.
- Sort by time in descending order.
Configuration in the front matter of the note
- ticktick: Whether to enable TickTick synchronization for this note
- projectId: Project ID, get the content under the specified list, projectId needs to be obtained from the web version of TickTick
- tags: get content containing specified tags, array type
- excludeTags:
- startDate: Synchronize content from which day to now. The default is six months ago.
- taskId: task id sync specified task
- status: task status, supports
uncompleted
andcompleted
- projectId: Project ID, get the content under the specified list, projectId needs to be obtained from the web version of TickTick
(require Obsidian 1.4.0)
Simple configuration
ticktick: true
![image](https://private-user-images.githubusercontent.com/18695431/268659510-fba6522d-4676-4179-92e0-a37742e3430c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNzY1NDQsIm5iZiI6MTczOTM3NjI0NCwicGF0aCI6Ii8xODY5NTQzMS8yNjg2NTk1MTAtZmJhNjUyMmQtNDY3Ni00MTc5LTkyZTAtYTM3NzQyZTM0MzBjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE2MDQwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIwMDZlYTBiNjkxMGQ1YWI3MzMzZDhhMGU5MjBmMGQwZGFhZjk2N2VhNTA3ODM3NmNhYTVjZmQ4ZWQ4YjgxMjAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BfG-NlSzmbETO1ugjj2KimFQk1ZAxWUacIiamI_g9z0)
Configure projectId and tags
ticktick.projectId: xxx
ticktick.tags:
- tag1
- tag2
ticktick.startDate: 2023-01-01
![image](https://private-user-images.githubusercontent.com/18695431/268660385-a2349208-3335-4fcb-9e2c-dee9ae18f4ab.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNzY1NDQsIm5iZiI6MTczOTM3NjI0NCwicGF0aCI6Ii8xODY5NTQzMS8yNjg2NjAzODUtYTIzNDkyMDgtMzMzNS00ZmNiLTllMmMtZGVlOWFlMThmNGFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE2MDQwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE0NjM4NWM0OTMzZTQ3ZWIxNTBkOGFiNzEwZTlhMTkzMTY1MzI5NWYwMDNkNjliYmJkMDJhNzdlZjczZjE5YTUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.CF7KEcz0vo2OEFKK5IVlWJ72TfTSnkf3beGkbZHDuhc)
Simple configuration
ticktick: true
Configure projectId and tags
ticktick:
projectId: xxx
tags:
- 标签1
- 标签2
startDate: 2023-01-01
(Note that the indentation is 2 spaces)