Plugin adding Markdown text-editing support to Eclipse. Makes editing text files in Eclipse a lot better. Markdown is a simple and intuitive text format syntax that lets you get rich formatting with 'normal' text.
Features:
- Document outline (including an easy to use document structure editor)
- Folded sections
- Preview
- Export-to-html
- Task tags
- Word-wrapping
- Paragraph formatting.
History:
v1.0 - associate with .mdown, .markdown - fix NPE for <> style links in Kepler 4.3.1
v1.1 (24 Feb 2014) added code Rule by @tbrugz Telmo Brugnara - open Preferences icon on View toolbar
v1.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
New update site: https://nodeclipse.github.io/updates/markdown/
Old update site: http://www.winterwell.com/software/updatesite/
Check sources on GitHub https://github.com/winterstein/Eclipse-Markdown-Editor-Plugin and give us a star!
Listed in Nodeclipse Plugins List
Tags: text, markdown, text editor, structured text, fileExtension_md, fileExtension_mdown, fileExtension_mdwn
Additional Details
Eclipse Versions: 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: Winterwell Associates Ltd
Development Status: Production/Stable
Date Created: Wednesday, January 17, 2007 - 13:38
License: EPL
Date Updated: Friday, January 15, 2021 - 10:13
Submitted by: Daniel Winterstein
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2024 | 83/551 | 89 | 5 |
September 2024 | 73/642 | 435 | 15 |
August 2024 | 65/641 | 408 | 26 |
July 2024 | 70/663 | 423 | 21 |
June 2024 | 72/681 | 484 | 22 |
May 2024 | 75/682 | 489 | 25 |
April 2024 | 78/687 | 521 | 19 |
March 2024 | 81/694 | 521 | 15 |
February 2024 | 77/687 | 464 | 12 |
January 2024 | 76/691 | 523 | 14 |
December 2023 | 77/671 | 485 | 14 |
November 2023 | 85/686 | 533 | 18 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 2
Count | Error Message |
---|---|
2 | Cannot continue the operation. There is another install operation in progress. |
Reviews Add new review
Didn't really do anything
Submitted by Mark Bratcher on Thu, 07/22/2021 - 20:17
I installed this plugin, but when I opened README.md I just got a raw text file.
Re: Didn't really do anything
Submitted by Mark Bratcher on Fri, 07/23/2021 - 10:55
In reply to Didn't really do anything by Mark Bratcher
Gah... nevermind, that was my bad.
But.... I did find that it doesn't seem to handle json code sections well. They ended up getting flowed as regular text.
Markdown in console window
Submitted by joseph newcomer on Wed, 07/15/2020 - 01:18
I am looking for a plugin that lets me write markdown annotations to the console (System.out.print and friends) to speed things up when I am debugging, so I can just click on a source link and be up working in my source, or on an input file:line so I can click on that and see where my input error is. Does not need support for "normal" usage as a command line or icon-launched app, just for development.
|4.0|3.0|
Submitted by Jungggle Jiang on Wed, 01/08/2020 - 03:45
|4.0|3.0|
|-:|:-|
|aa|bb|
table is not supported?
Nice tool, but ...
Submitted by Igor Tykhyy on Sat, 07/13/2019 - 17:32
Hey there, thanks for a nice editor! However - that one feature, which I hoped it'd have, it apparently does not. I'd have liked it to support code-highlighting. There are online-editor, that support it, so I believe it might be possible, but of course since I did not add it myself, I can only but humbly ask you to add it if you can.
Nevertheless: thank you :)!
Re: Nice tool, but ...
Submitted by Paul Verest on Tue, 10/15/2019 - 22:51
In reply to Nice tool, but ... by Igor Tykhyy
Marketplace is for users reviews,
https://github.com/winterstein/Eclipse-Markdown-Editor-Plugin is for issues and development.
good...BUT What about code snippets?
Submitted by Guilhem Ane on Sat, 10/07/2017 - 23:35
Is there a way I can add fenced code with highlights? If not... Can it be added?
Here's what i'm thinking:
Re: good...BUT What about code snippets?
Submitted by Paul Verest on Tue, 10/15/2019 - 22:53
In reply to good...BUT What about code snippets? by Guilhem Ane
That is GFM markdown extension by GItHub,
welcome to implement parser at https://github.com/winterstein/Eclipse-Markdown-Editor-Plugin
Real Time Preview as you type View screen updates
Submitted by ljames (not verified) on Sun, 04/02/2017 - 22:02
Does Real-time preview exist yet in the Markdown View?
At present, I find it a requirement to exit the Markdown Editor or leave the editor window for the newly typed text to appear in the Markdown View screen.
The plugin appears to be missing the update as you type feature... or I'm missing how to configure this option.
If it doesn't exist yet, is this a feature that you are considering added?
-- L. James
-
L. D. James
ljames@apollo3.com
www.apollo3.com/~ljames
Markdown code support (e.g. DOT)
Submitted by Philip Saville on Fri, 01/27/2017 - 16:12
I'm enjoying using Markdown Editor. I'd like for my DOT code blocks to render too.
Is there any chance you will be adding code block support? And specifically support for calling DOT?
e.g.
```dot
graph a {
A -> B -> C;
}
```
Re: Markdown code support (e.g. DOT)
Submitted by Guilhem Ane on Sat, 10/07/2017 - 23:36
In reply to Markdown code support (e.g. DOT) by Philip Saville
YES - I need this too please.
Nested list not working?
Submitted by gustav klopp on Sat, 10/17/2015 - 03:55
Great plugin!
Unfortunately I can't get the nested list markdown, which is an important function for me...
+ first item
+ second item
+ third item
+ first nested item
+ second nested item
+ third nested item
(the entire nested list appears directly after 'third item', on one line without return)
Use issue-tracker
Submitted by Paul Verest on Tue, 10/20/2015 - 04:23
In reply to Nested list not working? by gustav klopp
https://github.com/winterstein/Eclipse-Markdown-Editor-Plugin/issues
EPL or LGPL?
Submitted by Rafael Chaves on Wed, 07/22/2015 - 11:08
The Marketplace listing states the license is LGPL:
however the GitHub repository states it is EPL. Unsure which one is the right one.
Of course sources were right.
Submitted by Paul Verest on Fri, 07/24/2015 - 14:11
In reply to EPL or LGPL? by Rafael Chaves
Of course sources were right. Is it right for you?
Thanks for fixing the license
Submitted by Rafael Chaves on Fri, 07/24/2015 - 15:29
In reply to Of course sources were right. by Paul Verest
Thanks for fixing the license in the listing.
Prefer Mylyn wikitext
Submitted by Mickael Istria on Mon, 06/29/2015 - 11:00
Mylyn Wikitext ( https://wiki.eclipse.org/Mylyn/WikiText ) provides another implementation of Markdown support, which I prefer to this one.
Both are available within
Submitted by Paul Verest on Fri, 07/24/2015 - 14:20
In reply to Prefer Mylyn wikitext by Mickael Istria
Both are available within Enide 2015 http://www.nodeclipse.org/enide/2015
Comparing to Mylyn wikitext Markdown Editor has
- separate View for preview: you can edit looking at result
- better Dark theme support (not black text on black background)
- GitHub code blocks
- HtML comments
Task tags?
Submitted by David Dossot on Mon, 02/09/2015 - 13:32
I've switched from the WikiText Editor to this Markdown editor to get task tag support, but alas it doesn't seem to work or I can't get it to work.
My preferences contain this task tags list:
TODO,FIXME,LATER
None of the following show in Eclipse's task list after saving an .md file:
> TODO test 1
TODO test 2
`TODO` test 3
Not sure how to make this work...
Not good
Submitted by Mariano Ruiz on Wed, 10/30/2013 - 15:36
The highlight is very poor, even titles are highlighted.
Thanks to Telmo Brugnara
Submitted by Paul Verest on Wed, 04/30/2014 - 02:09
In reply to Not good by Mariano Ruiz
With pull request https://github.com/winterstein/Eclipse-Markdown-Editor-Plugin/pull/37 by Telmo Brugnara the coloring is improved substantially.
Old links
Submitted by Paul Verest on Mon, 07/01/2013 - 01:19
I can't install anything from http://winterstein.me.uk/projects/tt-update-site/ references here,
and home page http://www.winterwell.com/software/markdown-editor.php references other update site http://winterwell.com/software/updatesite/ that has only 0.2.3
Where is 0.9 ?
0.9 vs 0.2
Submitted by Daniel Winterstein on Tue, 09/10/2013 - 08:14
In reply to Old links by Paul Verest
Hello Paul,
Thank you for flagging this up.
The versioning changed when ThinkTank Mathematics closed and the project moved to Winterwell.
We'll do a 1.0 release soon to bring it inline with the old numbering.
The correct update site is: http://winterwell.com/software/updatesite/
I've updated the marketplace entry as you suggested.
Best regards,
- Daniel
good word wrap
Submitted by Lance E Sloan on Fri, 08/26/2011 - 10:00
I like this extension for the word wrapping, but I'm not sure of the other formatting features.