aliva / gedit-markdownpreview

GNU General Public License v2.0
22 stars 3 forks source link

local links #9

Open joshp23 opened 5 years ago

joshp23 commented 5 years ago

local links in notes fail, displaying a blank page rather than opening the requested note. Here is the only output when launching from terminal and reproducing the error:

~$ gedit
PLEASE USE ZEITGEIST 0.9.11 or above
Traceback (most recent call last):
  File "/usr/lib/x86_64-linux-gnu/gedit/plugins/dashboard/__init__.py", line 58, in _add_tab
    [0].get_children()[0].get_children()[1].hide()
AttributeError: 'Image' object has no attribute 'get_children'
aliva commented 5 years ago

Hi and thanks for reporting issue

Can you add a sample markdown for me to test this issue?

joshp23 commented 5 years ago

The behavior reproduces with either of the following considering a note in the same directory

[link text]('note.md') 
[link text]('./note.md') 
aliva commented 5 years ago

Thanks, I'll look into it in my weekend.