Hello everyone,
I am currently developing a plugin to enable bidirectional task synchronization between TiddlyWiki and Google Tasks.
Demo: https://google-tasks.tiddlyhost.com/
The long-term goal is to integrate this workflow with Projectify.
Security Disclaimer
Pre-Alpha / Proof of Concept: This code is currently functional but experimental. It was developed with LLM assistance and uses
localStoragefor storing tokens. Please do not use this with sensitive Google accounts yet. If you want to test this, please use a throwaway google account.
Roadmap
The immediate to-do list includes:
- Migrating from Client-Side Auth to a Google Apps Script backend to keep tokens off the browser. They are only valid for one hour but I’m not comfortable with having tokens stored in the local storage.
- Move fetched data to
$:/temp/tiddlers to prevent data leakage in saved files. - Adding an explicit “Logout” button and cleaning up the CSS.
Feedback welcome!