Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Export google keep notes to markdown

Awesome Lists containing this project

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