{"id":15686981,"url":"https://github.com/azu/inkdrop-github-project-todo-md","last_synced_at":"2025-05-07T19:00:28.778Z","repository":{"id":66143406,"uuid":"323934248","full_name":"azu/inkdrop-github-project-todo-md","owner":"azu","description":"Inkdrop: Sync between GitHub Project Board \u003c-\u003e Markdown Todo text.","archived":false,"fork":false,"pushed_at":"2021-11-21T05:52:05.000Z","size":140,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T13:04:58.945Z","etag":null,"topics":["github","inkdrop","management","project","task","todo"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/azu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"azu"}},"created_at":"2020-12-23T15:15:24.000Z","updated_at":"2022-09-19T22:35:18.000Z","dependencies_parsed_at":"2023-02-22T01:15:15.471Z","dependency_job_id":null,"html_url":"https://github.com/azu/inkdrop-github-project-todo-md","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Finkdrop-github-project-todo-md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Finkdrop-github-project-todo-md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Finkdrop-github-project-todo-md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Finkdrop-github-project-todo-md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azu","download_url":"https://codeload.github.com/azu/inkdrop-github-project-todo-md/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252940883,"owners_count":21828766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["github","inkdrop","management","project","task","todo"],"created_at":"2024-10-03T17:42:16.632Z","updated_at":"2025-05-07T19:00:28.739Z","avatar_url":"https://github.com/azu.png","language":"JavaScript","funding_links":["https://github.com/sponsors/azu"],"categories":[],"sub_categories":[],"readme":"# sync-github-project-todo-md for [Inkdrop](https://www.inkdrop.app/)\n\nSync between GitHub Project Board \u003c-\u003e Markdown Todo text.\n\nhttps://user-images.githubusercontent.com/19714/103011870-ffd04580-457d-11eb-9560-d69b057a97e7.mp4\n\n## Installation\n\nInstall with [ipm](https://docs.inkdrop.app/manual/extend-inkdrop-with-plugins/)\n\n    ipm install sync-github-project-todo-md\n\n## Configuration\n\nSet GitHub Personal Token that you can get from \u003chttps://github.com/settings/tokens/new\u003e\n\n1. Preferences \u003e Plugins \u003e sync-github-project-todo-md \u003e `github_token`\n\n## Usage\n\nPrepare: Your note should include a GitHub Project URL like `https://github.com/azu/github-project-todo-md/projects/1` at first line.\n\n```markdown\nProject: https://github.com/azu/github-project-todo-md/projects/1\n```\n\n### Pull from GitHub Project\n\n1. Click \"Plugins\" \u003e \"github-project-todo-md\" \u003e \"Pull from GitHub Project\"\n\nThis plugin adds GitHub Project as Markdown text into your active note.\n\nExample result:\n\n```markdown\nProject: https://github.com/azu/github-project-todo-md/projects/1\n```\n\nto be\n\n```markdown\nProject: https://github.com/azu/github-project-todo-md/projects/1\n\n## To do\n\n- [ ] [TODO ISSUE](https://github.com/azu/github-project-todo-md/issues/4)\n\n\n## In progress\n\n- [ ] [PROGRESS ISSUE](https://github.com/azu/github-project-todo-md/issues/3)\n\n\n## Done\n\n- [x] [DONE ISSUE](https://github.com/azu/github-project-todo-md/issues/5)\n```\n\n### Push to GitHub Project\n\n1. Click \"Plugins\" \u003e \"github-project-todo-md\" \u003e \"Push to GitHub Project\"\n\nSync your note task checked to each GitHub Issues and Pull Requests.\n\nIf your note is following, This plugin open `issues/4` and `issues/3`, also close `issues/5`.\n\nThese issues and pull requests should be included in `projects/1`.\n\n```markdown\nProject: https://github.com/azu/github-project-todo-md/projects/1\n\n## To do\n\n- [ ] [TODO ISSUE](https://github.com/azu/github-project-todo-md/issues/4)\n\n\n## In progress\n\n- [ ] [PROGRESS ISSUE](https://github.com/azu/github-project-todo-md/issues/3)\n\n\n## Done\n\n- [x] [DONE ISSUE](https://github.com/azu/github-project-todo-md/issues/5)\n```\n\n## Related\n\n- [azu/github-project-todo-md: A Tool that sync between GitHub Project Board \u003c-\u003e Todo Markdown text.](https://github.com/azu/github-project-todo-md)\n\n## Tests\n\n- [ ] Write How to Tests\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Finkdrop-github-project-todo-md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazu%2Finkdrop-github-project-todo-md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Finkdrop-github-project-todo-md/lists"}