All Projects → vHanda → google-keep-exporter

vHanda / google-keep-exporter

Licence: Apache-2.0 license
Export google keep notes to markdown

Programming Languages

HTML
75241 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to google-keep-exporter

notes to keep
Export all your Apple iCloud Notes to your Google Keep.
Stars: ✭ 46 (-69.93%)
Mutual labels:  google-keep
keep-desktop
Google Keep Dark: Desktop application for Windows, Mac and Linux with Dark Theme.
Stars: ✭ 42 (-72.55%)
Mutual labels:  google-keep
keep-graph
Keep Graph is a open source clone of Google Keep. It's built on top of React and GraphQL.
Stars: ✭ 29 (-81.05%)
Mutual labels:  google-keep
google-keep-vue-firebase
Google Keep clone with Vue.js and Firebase, just for fun
Stars: ✭ 56 (-63.4%)
Mutual labels:  google-keep
keep
Run Google Keep in the menu bar
Stars: ✭ 66 (-56.86%)
Mutual labels:  google-keep
Omni Notes
Open source note-taking application for Android
Stars: ✭ 2,343 (+1431.37%)
Mutual labels:  google-keep
Paperwork
Paperwork - OpenSource note-taking & archiving alternative to Evernote, Microsoft OneNote & Google Keep
Stars: ✭ 7,838 (+5022.88%)
Mutual labels:  google-keep
popup-for-keep
📝 Load Google Keep in a popup from the current tab in Google Chrome
Stars: ✭ 48 (-68.63%)
Mutual labels:  google-keep
keep-it-markdown
Convert Google Keep notes dynamically to markdown for Obsidian and Notion using the unofficial Keep API
Stars: ✭ 125 (-18.3%)
Mutual labels:  google-keep
Flexmark Java
CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.
Stars: ✭ 1,673 (+993.46%)
Mutual labels:  markdown-conversion

code style: prettier Build Status Coverage Status Known Vulnerabilities

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
  2. Download the latest release
  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 <input> <outputDir>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].