# Eclipse-Markdown-Editor-Plugin **Repository Path**: liujiaze/Eclipse-Markdown-Editor-Plugin ## Basic Information - **Project Name**: Eclipse-Markdown-Editor-Plugin - **Description**: Adds Markdown text editing support to Eclipse - **Primary Language**: Java - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-27 - **Last Updated**: 2024-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Eclipse Markdown Editor Plugin [![Build Status](https://secure.travis-ci.org/winterstein/Eclipse-Markdown-Editor-Plugin.png)](http://travis-ci.org/winterstein/Eclipse-Markdown-Editor-Plugin) Edit .md and .txt files with syntax highlighting. Provides Outline and Preview HTML views. Please see the website for information: Eclipse Marketplace entry: or install with [Nodeclipse CLI Installer](https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.ui/templates) `nodeclipse install markdown` There is also a complementary GitHub Flavoured Markdown Viewer ## Usage ![](http://marketplace.eclipse.org/sites/default/files/Markdown-Editor-1.1.0.PNG) Note that for HTML preview OS the internal browser is used, e.g. Internet Explorer on Windows; if you use Ubuntu or other Linux distros, we recommend the WebKit browser; see: - - - ## Eclipse Dev Details You need Eclipse with PDE, e.g. Eclipse Standard ![](overview.png) Main Editor class `winterwell.markdown.editors.MarkdownEditor` defined as ### Build mvn package then check `site\target` directory for update site archive `markdown.editor.site-x.x.x.zip` and p2 repository. Use Help -> Install New Software... -> Add... -> Archive to istall from .zip file. Increase version mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.2.0-SNAPSHOT ### History - 1.0 - 1.1 (24 Feb 2014) by Telmo Brugnara @tbrugz #40 - Rich color preferences #35 #37 - 1.2 (Jan 2015) by Olivier Martin @oliviermartin #52 - Update preview when the file is saved #48 - MultiMarkdown metadata #49 - GitHub code blocks #50 - detecting links #51 - open GFM View from Markdown View #53 with-Eclipse logo