KinaMarie / Markdownr

A full-featured markdown viewer for Windows and Windows Phone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdownr

A full-featured markdown viewer for Windows and Windows Phone.

Built for speed with the help of great Open-Source libraries.

Features

  • 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
  • Print
  • Share markdown files via E-Mail or other apps
  • And of course images! alt * Automatically generates table of contents (TOC) for easier navigation

Guides

How to view a file

  1. Open the appbar ... and select Open File
  2. or open a .md/.markdown file from the filesystem
  3. or copy a text, URL, file to the clipboard and switch back to Markdownr
  4. or Share a text, URL or file from any other app with Markdownr

How to find & highlight text

  1. Open the appbar ... and select Find
  2. On the next page type the text to find and press enter

Pin a file or URL to Start

  1. Open the appbar ... and select Pin
  2. Choose a name and size for the tile
  3. Press Pin To Start
  4. 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

Syntax highlighting

CoffeeScript

loadFileAsync(file)
.then (content) ->
    marked(content)
.then (html) ->
  document.body.innerHTML = html
.then null, (error) ->
  console.error(error);

Coming Soon

  • Table Of Contents auto generation
  • Better live tiles
  • Dark/Light Themes
  • Support for YAML Front-Matter

Known Issues

Windows 10

  • Pinch zoom does not work
  • Find backbutton broken (closes the app)

About

A full-featured markdown viewer for Windows and Windows Phone.


Languages

Language:JavaScript 88.7%Language:CSS 11.1%Language:HTML 0.1%Language:CoffeeScript 0.0%