Textual looks really cool. But is there something similar in e.g. go instead of python?
Show HN: Frogmouth – A Markdown browser for the terminal
41–50 of 71 posts
Re: Show HN: Frogmouth – A Markdown browser for the terminal
#42Re: Show HN: Frogmouth – A Markdown browser for the terminal
#43Looking at the screenshots, the only thing the "rendering" provides seem to be: 1) syntax highlights on code blocks; and 2) don't need to count the ordered bullets?
I guess if you need to verify that your markdown can be rendered (e.g no syntax errors), this would be helpful, but for that use case maybe a markdown linter is better?
Re: Show HN: Frogmouth – A Markdown browser for the terminal
#44Re: Show HN: Frogmouth – A Markdown browser for the terminal
#45Semi related, but are there any good options for terminal rendering of HTML? I would be fairly accommodating of a best-effort dump of human visible body content.
Re: Show HN: Frogmouth – A Markdown browser for the terminal
#46It's probably only me but isn't Markdown's main "selling point"/feature the raw files are human readable? Looking at the screenshots, the only thing the "rendering" provides seem to be: 1) syntax highlights on code blocks; and 2) don't need to count the ordered bullets? I guess if you need to verify that your markdown can be rendered (e.g no syntax errors), this would be helpful, but for that use case maybe a markdow…
Re: Show HN: Frogmouth – A Markdown browser for the terminal
#47It's probably only me but isn't Markdown's main "selling point"/feature the raw files are human readable? Looking at the screenshots, the only thing the "rendering" provides seem to be: 1) syntax highlights on code blocks; and 2) don't need to count the ordered bullets? I guess if you need to verify that your markdown can be rendered (e.g no syntax errors), this would be helpful, but for that use case maybe a markdow…
Re: Show HN: Frogmouth – A Markdown browser for the terminal
#48Semi related, but are there any good options for terminal rendering of HTML? I would be fairly accommodating of a best-effort dump of human visible body content.
There's a few terminal browsers like w3m, browsh and links that should work for many basic HTML pages.
The browsh repo front page is just insanely impressive[0]. `links` is impossible to query the web for the project, so if you had more guidance on that one, it would be appreciated.
[0] https://github.com/browsh-org/browsh
Edit: Noted I was querying for something more feature anemic, plus Browsh link
Re: Show HN: Frogmouth – A Markdown browser for the terminal
#49I'm a big fan of the Markdown Preview feature in VS Code Honest question: why do developers insist so much on using command line based tools? What's the advantage over using an IDE? (e.g. VS Code or PyCharm)
Re: Show HN: Frogmouth – A Markdown browser for the terminal
#50Semi related, but are there any good options for terminal rendering of HTML? I would be fairly accommodating of a best-effort dump of human visible body content.
If you're just looking to format a page, it has a -dump option. If you want to preserve colors as well, use -dump-color-mode 4