Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shimizukawa/scrap2rst
Converting scrapbox syntax into reStructuredText
https://github.com/shimizukawa/scrap2rst
rst scrapbox
Last synced: 9 days ago
JSON representation
Converting scrapbox syntax into reStructuredText
- Host: GitHub
- URL: https://github.com/shimizukawa/scrap2rst
- Owner: shimizukawa
- License: mit
- Created: 2019-06-22T06:43:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:29:37.000Z (about 2 years ago)
- Last Synced: 2024-11-28T20:48:57.044Z (24 days ago)
- Topics: rst, scrapbox
- Language: Python
- Homepage: https://pypi.org/project/scrap2rst/
- Size: 53.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
=========
scrap2rst
=========.. image:: https://img.shields.io/pypi/v/scrap2rst.svg
:alt: PyPI
:target: http://pypi.org/p/scrap2rst.. image:: https://img.shields.io/pypi/pyversions/scrap2rst.svg
:alt: PyPI - Python Version.. image:: https://img.shields.io/github/license/shimizukawa/scrap2rst.svg
:alt: License
:target: https://github.com/shimizukawa/scrap2rst/blob/master/LICENSE.. image:: https://img.shields.io/github/stars/shimizukawa/scrap2rst.svg?style=social&label=Stars
:alt: GitHub stars
:target: https://github.com/shimizukawa/scrap2rst``scrap2rst`` is an markup syntax converter from scrapbox into reStructuredText.
Feature
=======* Page header
* Heading level2 if the line is strong text.
* Figure if the line is link to image.
* Image if the line contains link to image.
* Link if the line contains link excluding to image url.Still many limitation are exist.
Command
=======Convert from scrapbox into reStructuredText::
$ scrap2rst URL -o output.rst
License
=======
Licensed under the MIT Licence.CHANGES
=======See: https://github.com/shimizukawa/scrap2rst/blob/master/CHANGELOG.rst