gfm_viewer
gfm_viewer copied to clipboard
An Eclipse plugin providing an accurate view of GitHub Flavored Markdown (.md) files
This plugin is no longer available to install. The URL is broken from both github readme and the eclipse page. Are you done with this project? It was one of...
In the recent Eclipse version 2020-09, the plugin is not working at all. Every time a markdown file is being saved, a pop-up window appears with a message similar to...
Hello there! When I check for updates with an Eclipse installation with the GFM plugin, the following warning pops up in the Error Log view: ``` org.eclipse.equinox.p2.repository Warning Sat Nov...
The follow code: ``` - [ ] Foo - [x] Bar ``` is not rendered as: - [ ] Foo - [x] Bar It look more like: - `[ ]...
Hi, I installed the plugin on Oxygen.3a Release (4.7.3a). Everytime I want to open a simple md-document I got the following error within a "Problem Occured"-window of eclipse. > An...
Hi, I just added picture to my GitHub wiki page and found the following : * The image path is relative to the root of the git not to the...
Sometimes, Internet is not stable. But every network related failure bring up Dialog. make optional retry for several times configured.
I get this error: ``` An internal error occurred during: "Transforming: test.md". Could not initialize class com.sun.jersey.spi.service.ServiceFinder ``` I've noticed when browsing here you require 32-bit JRE/JDK, i'm using a...
Plugin should not store username and password as usual preferences. They should be stored in Secure Storage. Now, if username and password are configured, and configuration managers such as Oomph...
Do you know if GFM can render PlantUML http://plantuml.com/ ```plantuml Bob -> Alice : hello Alice -> Bob : Go Away ``` GitLab can https://docs.gitlab.com/ee/administration/integration/plantuml.html