Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodrigotomees/html-bookmark-to-csv
Convert your HTML Firefox Bookmark to CSV and import it into Notion!
https://github.com/rodrigotomees/html-bookmark-to-csv
bookmark firefox js notion utility
Last synced: about 1 month ago
JSON representation
Convert your HTML Firefox Bookmark to CSV and import it into Notion!
- Host: GitHub
- URL: https://github.com/rodrigotomees/html-bookmark-to-csv
- Owner: RodrigoTomeES
- License: mit
- Created: 2022-03-09T20:05:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T20:05:05.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T22:40:00.432Z (about 2 months ago)
- Topics: bookmark, firefox, js, notion, utility
- Language: HTML
- Homepage: https://rodrigotomees.github.io/html-bookmark-to-csv/
- Size: 292 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# HTML Firefox Bookmark to CSV
With this website you can convert HTML Firefox bookmark to CSV this way you
can import them into a Notion table.You can try with the file `bookmark.html` that are in the repo. This file
has my own dev bookmarks.To use the website you only need to drag and drop the file in the input or select it and automatically will be download the bookmark in CSV.
![Notion example](./assets/img/notion.jpg 'Notion')
The code of this repo uses this [gist](https://gist.github.com/ruucm/83fdd36c862a49ba35475c75aa360417) as a base.