On 17-03-2021 22:10, Celejar wrote: > On Wed, 17 Mar 2021 17:40:19 +0700 > Victor Sudakov <v...@sibptus.ru> wrote: > >> Weaver wrote: >> > >> Can you please advise a good GUI Markdown previewer? >> > >> >> > >> Many editors (vim, mousepad) can highlight Markdown syntax, but it's a >> > >> different matter. I'd like the previewer to display rendered Markdown >> > >> nicely with fonts, hyperlinks, numbered lists etc. >> > >> >> > > VSCodium (https://vscodium.com) can do a good job of this, and is a >> > > popular all-purpose IDE. Simply open the Markdown file and press Ctrl+K, >> > > V to get a live side-by-side preview. >> > > >> > > If you want something command-line based, then you need to convert the >> > > Markdown code to code that some other renderer will understand. Pandoc >> > > (https://packages.debian.org/buster/pandoc) can do that for you with a >> > > simple "pandoc -o README.html README.md" or "pandoc -o README.pdf >> > > README.md" etc. >> > >> > Or, at the other end of the spectrum, you might like to try out Typora. >> > Cheers! >> >> Looks nice, thank you. I did not quite understand however, is it a >> commercial software, non-free? > > Yes: > > https://support.typora.io/License-Agreement/ > https://snapcraft.io/typora
Right! I realised afterward, I had downloaded it, but obviously conditions have changed. None of this was obvious then. I just downloaded the beta from here: https://typora.io/#linux Once it's in your apt.sources list, it pulls in all the pandoc and other packages required (a considerable number). But the amount of space and the loading time I didn't like, so uninstalled it. I have still to check out ghostwriter. Cheers! Harry > > Celejar -- `The World is not dangerous because of those who do harm but because of those who look on without doing anything'. -- Albert Einstein