{"id":46874683,"url":"https://github.com/lazyguru/obsidian-quire-sync","last_synced_at":"2026-03-10T20:52:29.399Z","repository":{"id":193958295,"uuid":"689781735","full_name":"lazyguru/obsidian-quire-sync","owner":"lazyguru","description":"Sync tasks between Obsidian and Quire","archived":false,"fork":false,"pushed_at":"2024-07-01T15:07:29.000Z","size":464,"stargazers_count":3,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-01T19:33:08.315Z","etag":null,"topics":["obsidian-plugin","quire","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lazyguru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"lazyguru","custom":"https://www.buymeacoffee.com/lazyguru"}},"created_at":"2023-09-10T21:53:09.000Z","updated_at":"2025-11-19T11:37:59.000Z","dependencies_parsed_at":"2024-05-06T17:08:40.961Z","dependency_job_id":null,"html_url":"https://github.com/lazyguru/obsidian-quire-sync","commit_stats":null,"previous_names":["lazyguru/obsidian-quire-sync"],"tags_count":1,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","purl":"pkg:github/lazyguru/obsidian-quire-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazyguru%2Fobsidian-quire-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazyguru%2Fobsidian-quire-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazyguru%2Fobsidian-quire-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazyguru%2Fobsidian-quire-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lazyguru","download_url":"https://codeload.github.com/lazyguru/obsidian-quire-sync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazyguru%2Fobsidian-quire-sync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30354885,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obsidian-plugin","quire","typescript"],"created_at":"2026-03-10T20:52:28.685Z","updated_at":"2026-03-10T20:52:29.387Z","avatar_url":"https://github.com/lazyguru.png","language":"TypeScript","funding_links":["https://github.com/sponsors/lazyguru","https://www.buymeacoffee.com/lazyguru"],"categories":[],"sub_categories":[],"readme":"# Obsidian Quire Sync\n\nThis project uses Typescript to provide type checking and documentation.\nThe repo depends on the latest plugin API (obsidian.d.ts) in Typescript Definition format, which contains TSDoc comments describing what it does.\n\nThis plugin allows the synchronization of tasks between Obsidian and [Quire](https://quire.io). This is done using a special identifier format `[QuireId:\u003coid\u003e]` where `\u003coid\u003e` is the Quire OID of a task. NOTE: This identifier MUST come before all emojis on the task line due to a [limitation](https://publish.obsidian.md/tasks/Getting+Started/Auto-Suggest#What+do+I+need+to+know+about+the+order+of+items+in+a+task%3F) in the Obsidian Tasks plugin\n\n- Adds a command \"Push to Quire\" which pushes tasks to Quire.\n- Adds a command \"Pull from Quire\" which pulls tasks from Quire.\n- Adds a command \"Toggle Quire task\" to mark a task as done/reopened in Quire.\n- Adds a command \"Authenticate with Quire\" which authenticates with Quire and retrieves a refresh-token for use in interacting with the Quire API.\n  - NOTE: This command is only available on desktop. However, the auth token is saved and usable on mobile if you have sync setup (can be Obsidian Sync or another form of sync)\n\n### Not supported\n\n- As Quire doesn't have a field for `scheduled`, that field is not pushed to Quire. However, if you have it set in Obsidian, it will be maintained (not overwritten)\n\n## How to use\n\n- Clone this repo.\n- Make sure your NodeJS is at least v18 (`node --version`).\n- `npm i` to install dependencies.\n- `npm run dev` to start compilation in watch mode.\n\n## Manually installing the plugin\n\n- Copy over `main.js`, `styles.css`, `manifest.json` to your vault `VaultFolder/.obsidian/plugins/obsidian-quire-sync/`.\n\n## Security\n\nThis plugin stores your client-id, client-secret, as well as refresh and access tokens in plain text in your .obsidian/plugins folder. Anyone with these tokens could access and manipulate your Quire data based on whatever permissions you granted the application when you registered it. Ensure that you are not syncing/sharing your .obsidian/plugins folder for security purposes (or at the very least ensure it is done so in a secure way). Use this plugin at your own risk\n\n## Support\n\nIf you like this plugin or want to support further development, you can [Buy Me a Coffee](https://www.buymeacoffee.com/lazyguru) or support via [GitHub](https://github.com/sponsors/lazyguru).\nPlease report bugs and request features in [GitHub Issues](https://github.com/lazyguru/obsidian-quire-sync/issues)\n\n## Special Thanks\n\nI copied some of the sync functionality from [wesmoncrief](https://github.com/wesmoncrief/obsidian-todoist-text/). Thanks, your plugin is almost exactly what I wanted to do here. (also, thanks for the security notice. Mine is heavily inspired by yours)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazyguru%2Fobsidian-quire-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flazyguru%2Fobsidian-quire-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazyguru%2Fobsidian-quire-sync/lists"}