luckykellan / logseq-plugin-ticktick

Logseq TickTick Plugin
MIT License
15 stars 1 forks source link

[help] manual sync + others #10

Open LaughingBubba opened 3 months ago

LaughingBubba commented 3 months ago

Hi, thanks for writing this plugin. I appreciate that it only connects to the ticktick api server and doesn't connect to a Supabase or Redis server when capturing the users access token - unlike a certain other plugin.

Anyways, when configuring 'synckeybinding' is that a fixed CMD+key sequence ? like if I put 's' in there it will be CMD+s ? or is that initiated by '/' ?

Also yesterday when I was exploring the sync function, it generated a summary "scheduled and deadline" section in that days journal but today its no longer there and theres no equivalent in todays journal. I'm not sure how this feature is supposed to work. Note: I observed this before updating the plugin to v1.2.3.

One last thing: Are you open to PRs? I'm unlikely to make code changes but will probs add some doco explaining some of the features for users.

luckykellan commented 3 months ago

Thank you for using the plugin and for your feedback

Regarding synckeybinding, it is indeed a shortcut key combination. For instance, if you set it to shift+mod+m, then in Logseq on a Mac, pressing shift+command+m will automatically trigger the action.

As for the "scheduled and deadline" section disappearing from your journal page footer, this behavior is managed by Logseq itself. By default, it displays tasks that are scheduled within the next 7 days. If it appeared yesterday but not today, it could be because the tasks are now past their deadline.

Absolutely, PRs are welcome! Any help, especially with documentation to explain features to users, is greatly appreciated.

Thank you again for your engagement and support.