seikichi / restructured

Pure JavaScript reStructuredText parser
58 stars 15 forks source link

Maintenance #15

Open tricoder42 opened 5 years ago

tricoder42 commented 5 years ago

Hi @seikichi, thank you for creating this library!

I'm just started working on React writer so I can use reStructuredText with GatsbyJS. I see this library isn't complete and several elements aren't implemented. Especially directives would be useful in my case (#11).

If I start sending PRs, do you have time to review them? Or should I rather fork this repository right away?

Thank you again for your time and effort! So far everything works great and I'm looking forward when I switch from Sphinx to GatsbyJS.

flying-sheep commented 3 years ago

Seems like this is dead…

tricoder42 commented 3 years ago

Yep, I've started my parser, but it's abandoned as well https://github.com/rst-js/rst-js

Tythos commented 3 years ago

I wouldn't mind submitting a PR or two, as this project is a dependency for one I use quite often (<thoward/rst2html>), and there's a number of parsing features I would love add. But, it does seem like this project is largely inactive now.

flying-sheep commented 3 years ago

@seikichi is still active on GitHub. It would be great if they could make contributions possible, maybe by reviewing and merging PRs, maybe by allowing someone to do it.