Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trubitsyn/bookmarks2markdown
Convert bookmarks to Markdown
https://github.com/trubitsyn/bookmarks2markdown
bookmarks html-to-markdown python
Last synced: 22 days ago
JSON representation
Convert bookmarks to Markdown
- Host: GitHub
- URL: https://github.com/trubitsyn/bookmarks2markdown
- Owner: trubitsyn
- License: apache-2.0
- Archived: true
- Created: 2019-01-20T16:10:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T14:23:16.000Z (over 3 years ago)
- Last Synced: 2024-11-16T12:49:38.728Z (27 days ago)
- Topics: bookmarks, html-to-markdown, python
- Language: Python
- Homepage: https://pypi.org/project/bookmarks2markdown/
- Size: 8.79 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - trubitsyn/bookmarks2markdown - Convert bookmarks to Markdown (Python)
README
# bookmarks2markdown
Convert HTML bookmarks to Markdown.## Installation
`pip3 install bookmarks2markdown`## Usage
`bookmarks2markdown --in bookmarks.html --out bookmarks.md`## References
* [Netscape Bookmark File Format (Internet Explorer)](https://msdn.microsoft.com/en-us/ie/aa753582%28v=vs.94%29)## LICENSE
```
Copyright 2019 Nikola TrubitsynLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```