satyagraha / gfm_viewer

An Eclipse plugin providing an accurate view of GitHub Flavored Markdown (.md) files
94 stars 27 forks source link

Allow file extensions to be configurable #55

Closed fhanik closed 10 years ago

fhanik commented 10 years ago

Currently hard coded, it would be nice if I could configure these through the UI https://github.com/satyagraha/gfm_viewer/blob/2cd7467200138861dc24eef6af9dee0777578fcf/plugin/source/code/satyagraha/gfm/support/impl/TransformerDefault.java#L41

paulvi commented 10 years ago

private static List<String> MARKDOWN_EXTENSIONS = unmodifiableList(asList("md", "markdown"));

by the way .mdown is also quite common

satyagraha commented 10 years ago

Now implemented in branch develop via new field in Preferences page. Will be released in 1.8.2 in due course.

satyagraha commented 10 years ago

Released.

paulvi commented 10 years ago

please do reference issues in commits