jpfleury / gedit-markdown

Support for Markdown language in gedit
GNU General Public License v3.0
130 stars 29 forks source link

Fixes #11 #13

Open asbjorn opened 9 years ago

asbjorn commented 9 years ago

This change introduces a new 'external tool' named 'Export to PDF'. Basically a shell script that calls 'Pandoc' to convert the markdown file to PDF.

Also added a check to verify that we do have Pandoc installed.

asbjorn commented 8 years ago

Anyone have time to review this PR? Does it look ok?

jpfleury commented 8 years ago

Sorry for the delay. I'll try to look at it as soon as possible. Thanks a lot.

darkdragon-001 commented 8 years ago

any news on this?

asbjorn commented 8 years ago

It's a pretty straightforward pull request - any showstoppers?

asbjorn commented 8 years ago

@jpfleury: Does the pull request look OK?

sixtyfive commented 5 years ago

@jpfleury You still active on GitHub? If you just lost interest, perhaps you could invite @asbjorn and/or @nilsmde as collaborators so that they could get the plugin working again?

asbjorn commented 5 years ago

I could fork the project and continue there

sixtyfive commented 5 years ago

I for one would be a happy user @asbjorn :-) Nothing against retext, but it'd be nice to not need two editors anymore...

darkdragon-001 commented 5 years ago

@asbjorn @nielsmde I tried to implement all changes from the forks I could find (I did not finish with @R1kk3r 's changes). Further, I started migrating to WebKit2 (#16, branch webkit2), since the old WebKit is no longer supported on many platforms...

I would join, if someone of you starts a fork ;)

darkdragon-001 commented 4 years ago

I just want to let you know, that I created a fork: https://github.com/darkdragon-001/gedit-markdown/

Please test the latest release. Pull requests are always welcome!