Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for parsing tasks in callouts #76

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

noltem
Copy link

@noltem noltem commented Jan 10, 2024

Should provide a fix for #75

Marcus Nolte added 4 commits January 10, 2024 10:14
  * modified regular expressions to accept the required >
…ian to todoist.

  * works by providing a tag with the section name to the task: the tags
    are checked against the sections in todoist projects, following the same semantics as handling projects.
  * added an additional setting that allows to specify a prefix for obsidian tags
    that should be used for setting a section (e.g. sec-). By default the
    prefix is empty. It's an option that would allow to keep tags organized.
* Added support for moving between parents and projects.

Known Issue:
* If a task is in a Section within a project and should be moved to a different section of the default project,
  it takes an additional synchronization pass to move the task to the desired section.
  * This *could* either be a limitation of the SyncAPI or I missed something when it comes to caching the results.
    It's mainly inconvenient, but maybe try reproducing and reviewing the issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant