TickTick integration for Obsidian for macOS
Note: This plugin is still in early alpha and is subject to change at any time!
Currently, this plugin works with TickTick for Mac since it depends on iOS-URL-Scheme
Feature | Screenshot |
---|---|
Create a task of the current page (default: Command + t)
|
This plugin has not been released officially yet.
If you use BRAT (Beta Reviewers Auto-update Tester), you can try the plugin to specify tkat0/obsidian-ticktick
.
See TfTHacker/obsidian42-brat: BRAT - Beta Reviewer's Auto-update Tool for Obsidian. Part of the Obsidian42 family of plugins. for details
- Download
main.js
,manifest.json
andstyles.css
from Releases - Copy them to your vault
VaultFolder/.obsidian/plugins/obsidian-ticktick
- Enable this plugin in the Obsidian configuration.
- Download this repository
- Run
npm install && npm run build
- Copy over
./packages/plugin/{main.js, manifest.json, styles.css}
to your vaultVaultFolder/.obsidian/plugins/obsidian-ticktick
- Enable this plugin in the Obsidian configuration.
- Support Windows
- Option 1) Use the official API | TickTick Developer
- I need to consider where to save the access token | A place for Plugin's sensitive data? - Developers & API - Obsidian Forum
- Option 2) Use the URL Scheme for Windows the same as macOS
- TickTick doesn't seem to provide it
- Option 3) Use URL query of Web like
https://ticktick.com/webapp/task/add?title=...
- (Maybe) TickTick doesn't seem to provide it
- Option 4) Use API endpoint directly
- Option 1) Use the official API | TickTick Developer