gedit-markdown icon indicating copy to clipboard operation
gedit-markdown copied to clipboard

Make it works with Gedit 3.16.3

Open R1kk3r opened this issue 8 years ago • 3 comments

Make it works with Gedit of the last Debian testing update. For me, it is Gedit 3.16.3 but it can be compatible with other versions as well (not tested).

Quite similar to pull requests #9 but support internationalization and have a stateful menu entry.

R1kk3r avatar Sep 29 '15 18:09 R1kk3r

On gedit 3.14: During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/marc/.local/share/gedit/plugins/markdown-preview/init.py", line 25, in from gi.repository import Gio, Gdk, Gtk, Gedit, GObject, WebKit, GLib File "/usr/lib/python3/dist-packages/gi/importer.py", line 53, in find_module 'introspection typelib not found' % namespace) ImportError: cannot import name WebKit, introspection typelib not found

(gedit:6669): libpeas-WARNING **: Error loading plugin 'markdown-preview'

marc1uk avatar Jan 26 '17 17:01 marc1uk

So this PR also suffers from the problem of python-webkit being unmaintained. Perhaps close it, then?

sixtyfive avatar Jan 28 '19 12:01 sixtyfive

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!

darkdragon-001 avatar May 04 '20 14:05 darkdragon-001