Skip to content

Releases: benjypng/logseq-todoist-plugin

v2.4

13 Dec 05:13
Compare
Choose a tag to compare
  • Added feature request to set option for whether to clear tasks or not.

v2.3

19 Nov 03:47
Compare
Choose a tag to compare
  • Added feature request to pull tasks that are marked as due today in Todoist, using the below command:
    /pull today or /todoist - pull today's tasks

v2.2

16 Nov 12:39
Compare
Choose a tag to compare
  • Added feature request to include priority (when included as a block attribute) for sending tasks to Todoist.

Usage:

Task with priority

Do this and that
priority:: 1

Task without priority

Do this and that

v2.01

08 Nov 03:18
Compare
Choose a tag to compare
  • Added fix for blank line when pulling tasks
  • Added Save & Close button and Exit Without Saving button to prevent accidental overwriting of settings file.
  • Added fix for inserting in home page

v2.0

07 Nov 09:44
Compare
Choose a tag to compare

Significant UI/UX Changes from previous versions! Can be installed from Logseq Marketplace.

  • Added a UI to enter the API Tokens and Project IDs, instead of having to open up the settings file, or to create a .env file.
  • User will use the /pull to pull tasks from Todoist, instead of clicking a button.
  • The rest of the functions remain the same.

P.S. I would like to apologise in advance for my horrible versioning.

v0.92-alpha

03 Nov 14:23
Compare
Choose a tag to compare
  • Refactored code in preparation for deployment to Logseq marketplace
    • Configured to be able to use logseq.settings for the env variables

v0.91-alpha

01 Nov 15:20
Compare
Choose a tag to compare
  • If the task or sub-task contains descriptions, it will be pulled from Todoist as a block attribute.

v0.90-alpha

31 Oct 09:50
Compare
Choose a tag to compare
  • Added function to use a slash command to quickly send a task to your Inbox in Todoist.
  • Added use Project name as parent blocks for their tasks.

v0.85-alpha

30 Oct 14:38
Compare
Choose a tag to compare
  • Allow plugin to be used on all pages except home page.
  • Refactored code to make it speedier.
  • Added check if there are any tasks in the first place.
  • Fixed issue of Header Block (e.g. [[Tasks Inbox]]) showing even when there are no tasks to pull.

v0.84-alpha

29 Oct 16:17
Compare
Choose a tag to compare

Adding of child-blocks for sub-tasks.