1 comments

  • ThomasFuhringer 2 hours ago

    I put together a simple Markdown reader using the functionality of Qt. Nothing to install, just one small executable you can run from the command line to quickly view a Markdown file. Also supports remote requests. It has no dependencies, so it runs on Linux, Windows and Mac as long as Qt6 is installed. Compiling and linking it statically with Qt would also avoid that requirement.