madflow / flow-netbeans-markdown

Markdown file support for the NetBeans IDE
MIT License
279 stars 40 forks source link
ide java markdown netbeans plugin

A NetBeans IDE plugin which adds Markdown support. This plugin provides basic syntax highlighting, HTML preview and HTML export when editing a Markdown document.

What is Markdown?

Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

Source: http://daringfireball.net/projects/markdown/

Installation

The plugin is available in the official NetBeans Plugin Portal Update Center.

You can also download a pre-packaged release:

Install the plugin with: Tools -> Plugins -> Downloaded

You may also compile a binary yourself with the latest development code.

  1. git clone git://github.com/madflow/flow-netbeans-markdown.git
  2. Open the folder with NetBeans (Open Project)
  3. (Configure Target Platform if needed)
  4. Choose "Create NBM" from the project menu
  5. Install the plugin with: Tools -> Plugins -> Downloaded

Requirements

Plugin features

Screenshots

Editor - Source view


Editor - Preview view

Resources