• Stars
    star
    227
  • Rank 175,900 (Top 4 %)
  • Language
    HTML
  • License
    Apache License 2.0
  • Created almost 8 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Export google keep notes to markdown

code style: prettier Build Status Coverage Status Known Vulnerabilities

Google Keep Converter

Convert your Google Keep notes into a standard markdown + YAML header format.

How to use

  1. Get your Keep notes from Google Takeout
  2. Download the latest release
  3. Run -

./google-keep-exporter-linux inputZip outputDir

or

./google-keep-exporter-macos inputZip outputDir

or

./google-keep-exporter-win.exe inputZip outputDir

Running from source

git clone [email protected]:vHanda/google-keep-exporter.git
cd google-keep-exporter
npm install
npm run build
node dist/main.js <input> <outputDir>