Releases: benjypng/logseq-todoist-plugin
Releases · benjypng/logseq-todoist-plugin
v0.82-alpha
Included a functionality where you can either:
- Have
TODO
added to the task when you import them into Logseq.
or
- 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
- 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
- Removed dotenv dependency as parcel doesn't need it
- Fixed env var error when compiling
0.8-alpha
v0.6-alpha
- Redeployed Git because I am a noob
- Tasks are automatically removed from Todoist after being added to Logseq
- Some refactoring