Skip to content

Releases: benjypng/logseq-todoist-plugin

v0.82-alpha

28 Oct 16:24
Compare
Choose a tag to compare

Included a functionality where you can either:

  1. Have TODO added to the task when you import them into Logseq.

or

  1. Include them in Todoist itself before you import them. This gives you the flexibility of adding other attributes such as NOW, WAITING, etc. on Todoist, before it gets imported.

or

  1. Both.

This is controlled by what you include in your .env file:

  • For (1), just use the variable PROJECT_ID_WITHOUT_PREFIX.
  • For (2), just use the variable PROJECT_ID_WITH_PREFIX.
  • For (3), use both variables above.

0.61-alpha

28 Oct 09:51
Compare
Choose a tag to compare
  • Removed dotenv dependency as parcel doesn't need it
  • Fixed env var error when compiling

0.8-alpha

28 Oct 13:18
Compare
Choose a tag to compare

Incorporated feature request:

  • Able to differentiate between tasks that you want imported with a TODO, and tasks that you want to include the prefix in Todoist before import. This is done in the .env file.

v0.6-alpha

28 Oct 09:03
Compare
Choose a tag to compare
  • Redeployed Git because I am a noob
  • Tasks are automatically removed from Todoist after being added to Logseq
  • Some refactoring