-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #11 #13
base: master
Are you sure you want to change the base?
Fixes #11 #13
Conversation
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.
Anyone have time to review this PR? Does it look ok? |
Sorry for the delay. I'll try to look at it as soon as possible. Thanks a lot. |
any news on this? |
It's a pretty straightforward pull request - any showstoppers? |
@jpfleury: Does the pull request look OK? |
I could fork the project and continue there |
I for one would be a happy user @asbjorn :-) |
@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 ;) |
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! |
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.