gfm_viewer icon indicating copy to clipboard operation
gfm_viewer copied to clipboard

An Eclipse plugin providing an accurate view of GitHub Flavored Markdown (.md) files

Results 19 gfm_viewer issues
Sort by recently updated
recently updated
newest added

Can this be more general for more type of docs that GitHub can render? see https://github.com/maxandersen/jbosstools-asciidoctor

enhancement
question

e.g. http://marketplace.eclipse.org/content/eclipse-moonrise-ui-theme If the theme is black GFMV View should be black by default. https://github.com/guari/eclipse-ui-theme/issues/28 How to determine programmatically that current theme is clack?

This is maybe network related problem, but for several days can't install 1.5.0 in Beijing China (made more than dozen attempts) The install starts, goes for 10% - 30% then...

question

The plugin typically writes `.filename.md.html` files alongside the original `filename.md` files. However since it does not use the Eclipse Workspace API to write the HTML files, these files not appear...

enhancement

(Maybe only me will be using this) expose API for .html file generation from other plugins like ``` Promise renderMarkdown(IFile file) ``` or ``` Promise renderMarkdown(IFolder folder, boolean recursive) ```

enhancement

Though contrary to #37 , here is new idea that worth 2.0 as it would have distinctive difference. In my use case with Node.js, where almost all documentation is README.md...

enhancement
question

change from Tue Nov 26 17:26:52 CST 2013 to something like 2013-11-26 17:26:52.00 that is more compact related to #33

As of 1.7.0 when GFM View is minimized and "Always generate HTML" is on, I see html files appear while I check my md files in Editor.

E.g. Build info, JVM, platform, browser type, etc. Will be useful for bug reports.

enhancement