Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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
- Created: 2017-02-14T21:45:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T00:54:48.000Z (about 2 years ago)
- Last Synced: 2024-05-21T13:06:37.585Z (8 months ago)
- Topics: google-keep, markdown, markdown-conversion
- Language: HTML
- Size: 60.5 KB
- Stars: 272
- Watchers: 5
- Forks: 17
- Open Issues: 4
-
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
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![Build Status](https://travis-ci.org/vHanda/google-keep-exporter.svg?branch=master)](https://travis-ci.org/vHanda/google-keep-exporter) [![Coverage Status](https://coveralls.io/repos/github/vHanda/google-keep-exporter/badge.svg?branch=master)](https://coveralls.io/github/vHanda/google-keep-exporter?branch=master) [![Known Vulnerabilities](https://snyk.io/test/github/vhanda/google-keep-exporter/badge.svg)](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
```