标示 for Google Chrome

标示

扩展程序 : 标示 for Google Chrome
版本 : 2.6.5
提供方 : 由Shane Weng提供

添加至Google Chrome

概述

标示 for Google ChromeMarkView 标示NOTICE: For more new features, please use MarkView ( https://chrome.google.com/webstore/detail/markview/iaddkimmopgchbbnmfmdcophmlnghkim ) instead. In the meantime, Markdown Viewer need to be disable/delete because both can't work properly together.

markdownViewer
====================

markdownViewer is a Chrome extention for reading markdown file with
an outline view, support Github table styles.

Features:
====================

1. Show outline beside the content in scrollable way
2. Auto reload local file when file is changed (Post-installation: select "Allow access to file URLs" option in chrome://extensions/)
3. Have buttons for GoTop, ViewSource and GoBottom
4. Highlight the code area with red color.
5. Support Github table styles with inline HTML.
6. Viewing markdown file in HTML format

Change Log
================
1.0.12 1.0.11 1.0.10 1.0.9 Update document.
1.0.8 Support Github table styles, update the screenshot.
1.0.7 Move buttons to right bottom corner, update the screenshot
1.0.6 Move buttons to right to keep outline and buttons in one place; update outline css to have
better fit size
1.0.5 Some UI changes: change width percentage; move top, source, bottom to left
1.0.4 Used marked.js instead of showdown.js to render MD
1.0.3 Removed container border when print
1.0.2 Add Wiki and Screen Shot
1.0.1 Initial

Inside markdown file, table format code example
========

### A test for table

<table>
<tr>
<th>Head1</th><th>Head2</th>
</tr>
<tr>
<td>Foo1</td><td>Foo2</td>
</tr>
<tr>
<td>Foo3</td><td>Foo4</td>
</tr>
</table>

### Done for table

Source Code
====================

https://github.com/swcool/markdownViewer/wiki

License
====================

markdownViewer is released under the MIT license:

The MIT License

Leave a Reply

您的电子邮箱地址不会被公开。 必填项已用*标注