Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rlafuente/stackedit-extract
- Owner: rlafuente
- Created: 2015-02-09T23:44:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T23:50:15.000Z (almost 10 years ago)
- Last Synced: 2024-04-22T01:22:10.605Z (9 months ago)
- Language: Python
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - rlafuente/stackedit-extract - Extract Stackedit documents from Firefox profiles (others)
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.