是否有一种方法可以离线显示。md文件,这样我们就可以知道它上传到Github后会是什么样子?我指的是显示README。md文件,因为它将出现在Github,而不是作为编辑的目的。
需要在Mac和Windows上工作,因为我都用。
是否有一种方法可以离线显示。md文件,这样我们就可以知道它上传到Github后会是什么样子?我指的是显示README。md文件,因为它将出现在Github,而不是作为编辑的目的。
需要在Mac和Windows上工作,因为我都用。
当前回答
我只是使用node.js文件监视器和套接字编写了一个离线markdown查看器。因此,您将浏览器指向localhost并运行./markdownviewer /path/to/README。Md,它使用websockets将它传输到浏览器。
降价查看器 https://github.com/Hainish/markdownviewer/
其他回答
你可以使用扩展名为Markdown语法突出显示notepad++。它可以在Github上找到
安装完成后,将在语言下拉菜单中出现新的选项
还有StackEdit。它可以在线和离线工作(它使用浏览器的本地存储)。
你还可以将它与Dropbox或谷歌Drive连接,以查看托管在云上的文件。
Geany有一个markdown插件,它做了一个公平的工作,让你也markdown预览在侧边栏。它还可以在Linux、Mac OS X和Windows上运行。
要使用它,先安装geany,然后安装geany-plugin-markdown包,然后从插件管理器中选择它。
我发现MarkView谷歌Chrome扩展非常有用,实际上它的工作就像一个魅力:
MarkView is a Chrome extention for editing and viewing markdown file with an outline view, support multiple table format styles, code block syntax highlight and Github Flavored Markdown. Features: Editing and Viewing markdown file in web page style. Auto reload local file when file is changed (Post-installation: select "Allow access to file URLs" option in chrome://extensions/) Show outline beside the content in scrollable way Have buttons for GoTop, ViewSource and GoBottom Support Github Flavored Markdown table styles and code highlight. Highlight the code area for programming languages(eg. ```ruby) Support web pages printing with decent outlook(Chrome->File->Print...) Responsive: when the window size small than 940px, outline section will automatically hidden; resize bigger than 940px, outline section will display. MarkView will view all markdown files except those under raw.github.com because that subdomain only displays the source.
更多的功能已添加到MarkView:
所见即所得markdown编辑器 主题和代码样式选择 支持脚注1系 即时幻灯片演示 文档自定义样式 添加主题CSS并选择 添加代码样式并选择 编写CSS,保存并运行
MAC我用mark, Windows我用Muto-Mark。两者都支持GH样式表。