thesamim / TickTickSync

GNU General Public License v3.0
98 stars 2 forks source link

Full vault sync causes #ticktick to be endlessly added to tasks #104

Closed themmak13 closed 2 months ago

themmak13 commented 3 months ago

Describe the bug When "Full vault sync" is enabled and a new task is added anywhere in the vault , "#ticktick" is endlessly added to that task, I can sit and watch how a new tag is being typed and added every ~second. This is for tasks with no tag, if there was #ticktick tag this does not happen.

I believe this has something to do with the plugin looping trying to establish the tag but it is appearing as normal text and the plugin keeps repeatedly adding "#ticktick" as a text, trying to establish the actual tag in order to stop looping. image

Screenshots image image

Desktop (please complete the following information):

thesamim commented 3 months ago

Thanks for reporting. Will look into it.

MassimoBaldrighi commented 2 months ago

I have encounter the same issue, in my case I solved it by adding a space at the end of the task. IMO the system add the "#ticktick" tag but has no space before and so keep appending it at the end of the string until it's recognise as a real tag.

thesamim commented 2 months ago

@themmak13 , @MassimoBaldrighi : I believe I've tested most scenarios of switching from No Full Vault Sync to Full Vault Sync and back. Please let me know if you find any issues.

Thanks.