https://github.com/jayhf/keep2markdown
Converts Google Keep exports to Markdown
https://github.com/jayhf/keep2markdown
Last synced: 9 months ago
JSON representation
Converts Google Keep exports to Markdown
- Host: GitHub
- URL: https://github.com/jayhf/keep2markdown
- Owner: jayhf
- License: mit
- Created: 2024-11-12T14:00:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-12T14:06:13.000Z (over 1 year ago)
- Last Synced: 2025-02-16T09:30:07.807Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keep To Markdown
A tool for migrating from [Google Keep](https://keep.google.com/) to Markdown. This was a quick project to help migrate to [Obsidian](https://obsidian.md/). It makes a couple different choices from the [built in importer](https://help.obsidian.md/import/google-keep):
- Puts the output in one file
- Includes the timestamp the note was created in the output
There may be edge cases or missing features - my goal for this project was just to migrate my own notes.
Here's how to use it:
- Download your Keep data from takeout.google.com (note: if this output contains data from anything other than keep, you may get errors or extra output)
- `cargo run -- path/to/takeout.zip > output.md`