A NetBeans IDE plugin which adds Markdown support. This plugin provides basic syntax highlighting, HTML preview and HTML export when editing a Markdown document.
The plugin is still under development and not considered stable enough to be releases through the NetBeans plugin channel. Unit tests must be added and the lexer implementation has to be revamped.
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/
- Adds Markdown to your "New File" wizard
- Provides basic syntax highlighting
- Exports your saved file content to an HTML document
- Enables HTML preview of your saved file in your configured web browser
- Lets you customize the HTML output with CSS and alien intelligence (Options->Miscellaneous->Markdown->HTML Export)
- Supports multiple extensions over standard markdown (see https://github.com/sirthias/pegdown, Options->Miscellaneous->Markdown->Extensions)
- NetBeans >= 7.0
- "NetBeans Plugin Development" plugin must be installed if you want to compile your own binary package.
For the time beeing there is a nbm binary in the "nbm" directory directly in the Git repository.
You may also compile a binary yourself.
- git clone git://github.com/madflow/flow-netbeans-markdown.git
- Open the folder with NetBeans (Open Project)
- (Configure Target Platform if needed)
- Choose "Create NBM" from the project menu
- Install the plugin with: Tools -> Plugins -> Downloaded
- Florian Reiss https://github.com/madflow/
- junichi11 https://github.com/junichi11
Contributions are always welcome and greatly appreciated!
- https://github.com/sirthias/pegdown/ : A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions.
- https://bitbucket.org/tcolar/fantomide : Fantom plugin/IDE using Netbeans. Example for implementing a Lexer with a parboiled parser.
- http://daringfireball.net/projects/markdown/ : Home of the Markdown (Basics, Syntax)
- http://openiconlibrary.sourceforge.net/ : Icons