展示 HN:单文件私密 Markdown 查看器

2 分•作者: ericrkass-coder•10 天前
我们在企业环境中构建此工具,用于安全地查看 Markdown 文件,作为启动 VS Code 的轻量级替代方案。 它只是一个完全在客户端执行的单一 HTML 文件。除了标准的渲染功能外,它还支持浮动导航、简洁的打印样式表,并将结果导出为独立的 HTML 文件(并且在移动设备上运行效果极佳)。 实时查看器:https://ibm.github.io/tsar-mcp/tools/MarkdownViewer/MarkdownViewer.html 源代码:https://github.com/IBM/tsar-mcp
查看原文
We built this to view Markdown files securely in our corporate environment as a lightweight alternative to firing up VS Code.<p>It’s just a single HTML file that executes entirely client-side. Alongside standard rendering, it supports floating navigation, clean print stylesheets, and exporting the result to a standalone HTML file (and it works great on mobile).<p>Live viewer: <a href="https:&#x2F;&#x2F;ibm.github.io&#x2F;tsar-mcp&#x2F;tools&#x2F;MarkdownViewer&#x2F;MarkdownViewer.html" rel="nofollow">https:&#x2F;&#x2F;ibm.github.io&#x2F;tsar-mcp&#x2F;tools&#x2F;MarkdownViewer&#x2F;Markdown...</a><p>Source: <a href="https:&#x2F;&#x2F;github.com&#x2F;IBM&#x2F;tsar-mcp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;IBM&#x2F;tsar-mcp</a>