Coder Social home page Coder Social logo

ptandler / googletasks2evernote Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 0.0 63 KB

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`.

License: MIT License

JavaScript 100.00%
google-tasks evernote json enex-files

googletasks2evernote's Introduction

Google Task2Evernote

This is a tiny node.js script that converts a GoogleTasks.json exported from Google Tasks through the Google Takeout to the Evernote Export format *.enex.

REQUIREMENTS

You need node.js installed.

INSTALLATION

Install required node modules first (exec this in the directory where the convert.js and package.json is located):

npm i

USAGE

  1. Get your tasks from Google Takeout

  2. Place the generated GoogleTasks.json in this directory

  3. 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.

    • define if you wand all task lists written to one large enex file with tags added for every list (if exportListAsTag = true)

    • or generate a enex file for each task list

    • you might want to set the listTagPrefix to ""

    • you can add a prefix for the "status" tag (statusTagPrefix)

    • do you want to import also hidden (i.e. deleted) tasks (if hiddenTag is defined)

    • scan the notes (not title) for URLs / links and convert them to clickable links (linkifyNotes = true). This uses the handly linkify plugin.

    • 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)

  4. Run node convert.js

  5. The Output is created in dir Evernote, one file per task list

  6. 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 > File > Import > Evernote export file.)

googletasks2evernote's People

Contributors

dependabot[bot] avatar ptandler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.