Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rlafuente/stackedit-extract

Extract Stackedit documents from Firefox profiles
https://github.com/rlafuente/stackedit-extract

Last synced: 3 months ago
JSON representation

Extract Stackedit documents from Firefox profiles

Awesome Lists containing this project

README

        

This only works for Firefox!

[Stackedit](https://stackedit.io) is a fantastic text editor, with a minor annoyance: your text documents are not in your file system. This little script takes care of extracting the text files from Firefox's profile directory.

Installation
------------

The only dependency is `click`:

pip install click

Running
-------

Just locate the `webappsstore.sqlite` which should be inside your Firefox profile. Then, run:

python extract.py path/to/your/webappsstore.sqlite

All the contained Stackedit text documents will be extracted to the `output/` directory.