Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 1.39 KB

README.MD

File metadata and controls

37 lines (25 loc) · 1.39 KB

Archived, probably no longer working. Please try - https://github.com/erikelisath/keep-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>