gfm-advanced icon indicating copy to clipboard operation
gfm-advanced copied to clipboard

GitHub Flavored Markdown Editor plugin for IntelliJ compatible IDEs.

Results 8 gfm-advanced issues
Sort by recently updated
recently updated
newest added

Stack trace 1 ``` java.lang.NoClassDefFoundError: org/apache/commons/httpclient/ConnectTimeoutException at com.github.hinaser.gfma.markdown.GitHubAPIMarkdownParser.getMarkdownProcessor(GitHubAPIMarkdownParser.java:48) at com.github.hinaser.gfma.editor.AbstractGfmAPreview.queueMarkdownToHtmlTask(AbstractGfmAPreview.java:69) at com.github.hinaser.gfma.editor.AbstractGfmAPreview.render(AbstractGfmAPreview.java:64) at com.github.hinaser.gfma.editor.AbstractGfmAPreview.initialize(AbstractGfmAPreview.java:52) at com.github.hinaser.gfma.editor.JCefGfmAPreview.(JCefGfmAPreview.java:22) at com.github.hinaser.gfma.editor.GfmAProvider.createEditor(GfmAProvider.java:33) at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.createComposite(FileEditorManagerImpl.java:1175) at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl4Edt(FileEditorManagerImpl.java:1069) at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.lambda$openFileImpl4$17(FileEditorManagerImpl.java:1037) at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.runBulkTabChange(FileEditorManagerImpl.java:1895) at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.lambda$openFileImpl4$18(FileEditorManagerImpl.java:1036) at com.intellij.openapi.application.impl.ApplicationImpl.invokeAndWait(ApplicationImpl.java:408)...

I have failed to find installation instructions please.

When I preview my file, all lines break at the same position as my source. ```markdown Imagine this is a very long line which spans over two lines in the...

If you click an external link, the external link is displayed, but there is no way to go back. You need to either change files and back so that the...

I want to see preview with dark theme. It would be nice to support theme change.

If you have in-document links, like a ToC that links to the headings, they are rendered correctly and are clickable, but nothing happens.

Is there a reason the gfma browser tool window is not usable while indexes are rebuilt? I guess this is simply the default in case a plugin needs the indexes...

It would be really nice if the plugin would have synchronized scrolling, meaning that if you scroll in the editor, the rendered page scrolls to that same point and if...

wontfix