Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/urbanij/google_keep_takeout

Export your Google Keep notes to a markdown or txt file
https://github.com/urbanij/google_keep_takeout

google-keep google-takeout

Last synced: 4 days ago
JSON representation

Export your Google Keep notes to a markdown or txt file

Awesome Lists containing this project

README

        

# Google Keep takeout

Run the script inside your takeout folder
```sh
python export.py > exported.md
```

and get a markdown file similar to this:

```
Total #notes = 294 -- sorted by (Last update, archived/not archived)

### Groceries
Last edited: Monday July 13, 2020, 10:08:21 AM
- [ ] nduja
- [ ] nutella
- [ ] ichnusa
- [ ] ravioli
- [x] pesto genovese
- [x] viennetta

[...]
```