You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While markdown got a lot of traction, reStructuredText ( https://docutils.sourceforge.io/rst.html ) is still very wide-spread especially among Python projects. More often than not when I run frogmouth gh <project> I have no success, as the project uses rst.
Would support for reStructuredText be completely out of scope for this project?
If there are no intentions to add support for it, I would love to see a more specific error message, e.g. something like:
The project is using the reStructuredText format which is not supported.
instead of...
The text was updated successfully, but these errors were encountered:
Keep in mind that while Frogmouth is written in Python, its git forge support isn't aimed solely at Python projects.
Displaying rst files is out of scope, at least for now, but perhaps opening up the list of recognised readme formats and handing off to the web browser would make sense.
I wouldn’t say it’s out if scope exactly. We just don’t have a RST widget for Textual right now. It’s not something we are planning to build in the short term, but I wouldn’t be surprised if that happens eventually.
While markdown got a lot of traction, reStructuredText ( https://docutils.sourceforge.io/rst.html ) is still very wide-spread especially among Python projects. More often than not when I run
frogmouth gh <project>
I have no success, as the project uses rst.Would support for reStructuredText be completely out of scope for this project?
If there are no intentions to add support for it, I would love to see a more specific error message, e.g. something like:
instead of...
The text was updated successfully, but these errors were encountered: