TickTick
unlistedby tkat0
TickTick plugin for Obsidian
Obsidian TickTick for macOS
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
Features
| Feature | Screenshot |
|---|---|
Create a task of the current page (default: Command + t)
|
|
How to use
This plugin has not been released officially yet.
BRAT
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
Copy manually
- Download
main.js,manifest.jsonandstyles.cssfrom Releases - Copy them to your vault
VaultFolder/.obsidian/plugins/obsidian-ticktick - Enable this plugin in the Obsidian configuration.
Build manually
- 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.
Feature Possibility
- 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
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.