thesamim / TickTickSync

GNU General Public License v3.0
133 stars 8 forks source link

Creation Date ends up in Description field #92

Open thesamim opened 6 months ago

thesamim commented 6 months ago
          One of the things I'm seeing is this:

I have the Tasks plugin set to stamp each task with the Create date, which should put that date (and '+' emoji) before other dates in the task, but outside the area that Tasks considers to be the Description field. That date is getting rearranged (by TickTickSync?) to just before the link to the TickTick task ID. That is, it's getting placed in an area that Tasks considers the Description field.

Here's an example. This is what Tasks expects:

And then this happens:

I'm using this Tasks query to check for these 'bad' dates, where the description contains an emoji:

# These description instructions need to be all on one line:
(description includes πŸ”Ί) OR (description includes ⏫) OR (description includes πŸ”Ό) OR (description includes πŸ”½) OR (description includes ⏬) OR (description includes πŸ›«) OR (description includes βž•) OR (description includes ⏳) OR (description includes πŸ“…) OR (description includes βœ…) OR (description includes ❌) OR (description includes πŸ”)

# Optionally, uncomment this line and exclude your templates location
path does not include Templates

group by path

Originally posted by @LemurTech in https://github.com/thesamim/TickTickSync/issues/91#issuecomment-2019057514