• Stars
    star
    107
  • Rank 316,923 (Top 7 %)
  • Language
    C#
  • Created over 14 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Markdown mode for Visual Studio 2010.

Markdown Mode for Visual Studio

This is a Visual Studio extension for editing Markdown files. It has a number of features to help users write Markdown files, and was used for writing my blog on MSDN when I worked at Microsoft.

Here is a screenshot: Markdown preview tool window, editing the Markdown Part 2 article

Here are the existing features:

  • Markdown colorization, a classifier built on MarkdownSharp that understands Markdown syntax.
  • Preview tool window, so you can see live updates of what you are typing
  • HTML colorization, for regular HTML elements (that Markdown will just pass through to the output).

Markdown.cs is released under the MIT license, which can be found in that file, as it is a derivative work of MarkdownSharp.

All other source code is released under the Ms-PL license.

Thanks to John Gruber for giving me permission to use the term Markdown in reference to this extension.

More Repositories

1

DisableMouseWheelZoom

A Visual Studio 2010 extension that disables scrolling with the ctrl+mouse wheel gesture.
C#
28
star
2

Spellchecker

A Visual Studio 2010 extension that adds spell checking support to comments and plaintext files.
C#
24
star
3

ItalicComments

ItalicComments editor extension for Visual Studio 2010.
C#
17
star
4

GoToDef

GoToDef Visual Studio 2010 Plugin
C#
13
star
5

AlignAssignments

A Visual Studio 2010 extension that adds a command for aligning assignment expressions.
C#
12
star
6

CancelFailedBuild

A VS2010 extension to cancel builds as soon as they fail.
C#
7
star
7

GradientSelection

A Visual Studio 2010 extension to make the selection display as a gradient in rich-client mode.
C#
6
star
8

blog

Articles for my blog (http://blogs.msdn.com/noahric).
6
star
9

EditorItemTemplates

Item templates for editor extensions for Visual Studio 2010.
C#
5
star
10

FixMixedTabs

An extension for Visual Studio 2010 that detects and offers to fix mixed tabs/spaces for indentation.
C#
5
star
11

BackgroundColorFix

An extension for Visual Studio 2010 that fixes the behavior of background colors in the editor.
C#
3
star
12

TripleClick

A Visual Studio 2010 extension to make triple clicking the mouse select the whole line.
C#
3
star
13

Random

Random one-off examples of editor extensions for VS2010, usually in response to questions asked online. See the README for the history of each example.
C#
3
star
14

SelectionForeground

An extension for Visual Studio 2010 that allows users to customize the selection foreground color.
C#
2
star
15

TypingAgent

A Visual Studio 2010 extension demo that fakes multiple agents typing into a single file at once.
C#
1
star
16

ClearHyperlinkForeground

A Visual Studio 2010 extension that makes URLs use the same foreground color as the text around them.
C#
1
star