https://github.com/vHanda/google-keep-exporter
Export google keep notes to markdown
https://github.com/vHanda/google-keep-exporter
google-keep markdown markdown-conversion
Last synced: 19 days ago
JSON representation
Export google keep notes to markdown
- Host: GitHub
- URL: https://github.com/vHanda/google-keep-exporter
- Owner: vHanda
- License: apache-2.0
- Archived: true
- Created: 2017-02-14T21:45:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T23:52:06.000Z (5 months ago)
- Last Synced: 2025-03-25T01:14:42.800Z (21 days ago)
- Topics: google-keep, markdown, markdown-conversion
- Language: HTML
- Size: 65.4 KB
- Stars: 301
- Watchers: 4
- Forks: 19
- Open Issues: 6
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
- awesome-dendron - Google Keep Converter - Convert your **Google Keep** notes into a standard markdown + YAML header format. (Dendron Enhancers / Migration tools)
README
Archived, probably no longer working. Please try - https://github.com/erikelisath/keep-to-markdown
[](https://github.com/prettier/prettier) [](https://travis-ci.org/vHanda/google-keep-exporter) [](https://coveralls.io/github/vHanda/google-keep-exporter?branch=master) [](https://snyk.io/test/github/vhanda/google-keep-exporter)
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](https://www.google.com/settings/takeout/custom/keep)
2. Download the latest [release](https://github.com/vHanda/google-keep-exporter/releases/latest)
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
```