Markdown Viewer / Browser Extension

simov 8a8aea2f64 Add home page url to manifest.json 11 years ago
chrome dec2b8e107 Removed console log left over 11 years ago
css 3dd9d0fecd Initial commit 11 years ago
fonts 3dd9d0fecd Initial commit 11 years ago
images 3dd9d0fecd Initial commit 11 years ago
js 8176da30c0 Remember scroll top position 11 years ago
jslib 3dd9d0fecd Initial commit 11 years ago
themes 3dd9d0fecd Initial commit 11 years ago
views 3dd9d0fecd Initial commit 11 years ago
LICENSE 4eca8fd0ad Added license file 11 years ago
README.md 9102cbf17a Improved readme 11 years ago
manifest.json 8a8aea2f64 Add home page url to manifest.json 11 years ago

README.md

#Markdown Viewer

##Install

##Features

  • build on top of the marked compiler
  • support for GitHub Flavored Markdown
  • full control over the compiler options
  • 20 themes from jasonm23 and mixu
  • syntax highlighted code blocks using prism
  • settings synchronisation through google sync
  • build as event page - the extension is loaded only when it's needed
  • quickly switch between raw markdown and html
  • supported file extensions markdown|mdown|mkdn|md|mkd|mdwn|mdtxt|mdtext|text
  • open source

##License

(The MIT License)

Copyright (c) 2013-2014 simov [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.