mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-05 10:55:17 +02:00
bookmarks_importer.py script added
This commit is contained in:
parent
2485f4ff33
commit
567af1c66e
2 changed files with 184 additions and 1 deletions
18
README.md
18
README.md
|
@ -106,6 +106,7 @@ Follow instructions from wiki: [Installation without Docker](https://github.com/
|
|||
- Bookmarks
|
||||
- Create, update, delete and organize bookmarks and categories using GUI
|
||||
- Pin your favourite categories to the homescreen
|
||||
- Import html bookmarks (experimental)
|
||||
|
||||

|
||||
|
||||
|
@ -120,6 +121,21 @@ Follow instructions from wiki: [Installation without Docker](https://github.com/
|
|||
|
||||
## Usage
|
||||
|
||||
### Import HTML Bookmarks (Experimental)
|
||||
- Requirements
|
||||
- Python3
|
||||
- pip packages: Pillow, beautifulsoup4
|
||||
- Backup your db.sqlite before running script!
|
||||
- Known Issues:
|
||||
- generated icons are sometimes incorrect
|
||||
```shell
|
||||
|
||||
pip3 install Pillow, beautifulsoup4
|
||||
|
||||
cd flame/.dev
|
||||
python3 bookmarks_importer.py --bookmarks <path to bookmarks.html> --data <path to flame data folder>
|
||||
```
|
||||
|
||||
### Search bar
|
||||
|
||||
#### Searching
|
||||
|
@ -202,4 +218,4 @@ metadata:
|
|||
|
||||
### Custom CSS and themes
|
||||
|
||||
See project wiki for [Custom CSS](https://github.com/pawelmalak/flame/wiki/Custom-CSS) and [Custom theme with CSS](https://github.com/pawelmalak/flame/wiki/Custom-theme-with-CSS).
|
||||
See project wiki for [Custom CSS](https://github.com/pawelmalak/flame/wiki/Custom-CSS) and [Custom theme with CSS](https://github.com/pawelmalak/flame/wiki/Custom-theme-with-CSS).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue