A full-featured markdown viewer for Windows and Windows Phone.
Built for speed with the help of great Open-Source libraries.
- GitHub Flavoured Markdown including tables
- Extensive & fast syntax highlighting
- Opens .md and .markdown, .textile files from any location
- Find & Highlight of text
- Pin a markdown file or URL to your Start Screen
- Share markdown files via E-Mail or other apps
- And of course images! * Automatically generates table of contents (TOC) for easier navigation
- Open the appbar
...
and selectOpen File
- or open a .md/.markdown file from the filesystem
- or copy a text, URL, file to the clipboard and switch back to Markdownr
- or Share a text, URL or file from any other app with Markdownr
- Open the appbar
...
and selectFind
- On the next page type the text to find and press enter
- Open the appbar
...
and selectPin
- Choose a name and size for the tile
- Press
Pin To Start
- Switch to the Start Screen and set your tile to wide to see your markdown files Heading and some text as preview.
In the next version all tile sizes will be supported and contain useful information to give you a glance at your markdown file right from your Start Screen
CoffeeScript
loadFileAsync(file)
.then (content) ->
marked(content)
.then (html) ->
document.body.innerHTML = html
.then null, (error) ->
console.error(error);
- Table Of Contents auto generation
- Better live tiles
- Dark/Light Themes
- Support for YAML Front-Matter
- Pinch zoom does not work
- Find backbutton broken (closes the app)