{"id":13305659,"url":"https://github.com/ptandler/GoogleTasks2Evernote","last_synced_at":"2025-03-10T13:32:12.794Z","repository":{"id":49582854,"uuid":"137518347","full_name":"ptandler/GoogleTasks2Evernote","owner":"ptandler","description":"GoogleTask2Evernote is a tiny node.js script that converts a GoogleTasks.json exported from Google Tasks (using the Google Takeout) to the Evernote Export format `*.enex`.","archived":false,"fork":false,"pushed_at":"2021-06-13T12:24:18.000Z","size":63,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-28T23:33:27.409Z","etag":null,"topics":["enex-files","evernote","google-tasks","json"],"latest_commit_sha":null,"homepage":null,"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/ptandler.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.adoc","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-15T18:06:25.000Z","updated_at":"2023-09-27T20:15:40.000Z","dependencies_parsed_at":"2022-08-30T20:22:44.100Z","dependency_job_id":null,"html_url":"https://github.com/ptandler/GoogleTasks2Evernote","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptandler%2FGoogleTasks2Evernote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptandler%2FGoogleTasks2Evernote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptandler%2FGoogleTasks2Evernote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptandler%2FGoogleTasks2Evernote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ptandler","download_url":"https://codeload.github.com/ptandler/GoogleTasks2Evernote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221175748,"owners_count":16769879,"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":["enex-files","evernote","google-tasks","json"],"created_at":"2024-07-29T17:53:56.591Z","updated_at":"2024-10-23T08:31:10.559Z","avatar_url":"https://github.com/ptandler.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Task2Evernote\n\nThis is a tiny node.js script that converts a GoogleTasks.json exported\nfrom Google Tasks through the https://takeout.google.com/settings/takeout[Google Takeout] to the Evernote Export format `*.enex`.\n\n\n## REQUIREMENTS\n\nYou need node.js installed.\n\n## INSTALLATION\n\nInstall required node modules first (exec this in the directory where the `convert.js` and `package.json` is located):\n\n`npm i`\n\n## USAGE\n\n0. Get your tasks from https://takeout.google.com/settings/takeout[Google Takeout]\n1. Place the generated `GoogleTasks.json` in this directory\n2. You might wand to look at the top of convert.js script, there are a couple of *options* defined which you can use to adjust the behaviour to your needs, e.g.\n  - define if you wand all task lists written to *one large enex file* with tags added for every list (if `exportListAsTag = true`)\n  - or generate a *enex file for each task list*\n  - you might want to set the `listTagPrefix` to `\"\"`\n  - you can add a prefix for the \"status\" tag (`statusTagPrefix`)\n  - do you want to import also hidden (i.e. deleted) tasks (if `hiddenTag` is defined)\n  - scan the _notes_ (not title) for URLs / links and convert them to clickable links (`linkifyNotes = true`). This uses the handly http://soapbox.github.io/linkifyjs/[linkify plugin].\n  - linkify can also convert hashtags defined in the twitter style as `#mySpecialTag`. You can enable this if you have hashtags in your _notes_ (not title) to convert these to Evernote tags. (`scanHashTags = true`)\n3. Run `node convert.js`\n4. The Output is created in dir `Evernote`, one file per task list\n5. Import the genereted `*.enex` in Evernote. (I think, currently import is not avaliable in the web version of Evernote, so you have to you the desktop version \u003e File \u003e Import \u003e Evernote export file.)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptandler%2FGoogleTasks2Evernote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fptandler%2FGoogleTasks2Evernote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptandler%2FGoogleTasks2Evernote/lists"}