Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jessmartin/bear-sqlite-to-md

Ruby script to export Bear notes from SQLite database to markdown files.
https://github.com/jessmartin/bear-sqlite-to-md

Last synced: 28 days ago
JSON representation

Ruby script to export Bear notes from SQLite database to markdown files.

Awesome Lists containing this project

README

        

# Bear SQLite To Markdown

**⚠️ NOTE: THIS IS STILL EXPERIMENTAL! ⚠**

This is a simple Ruby script to export Bear notes from SQLite database to markdown files.

## How to use this script

1. Copy the new Bear sqlite database to this local directory.

```
cp ~/Library/Group\ Containers/9K33E3U3T4.net.shinyfrog.bear/Application\ Data/database.sqlite database.sqlite
```

2. Run the ruby script to extract and generate markdown files.

```
ruby sqlite_to_md.rb
```

3. Copy the markdown files wherever they need to be.