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

local links

Open joshp23 opened this issue 5 years ago • 3 comments

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'

joshp23 avatar May 15 '19 10:05 joshp23

Hi and thanks for reporting issue

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

aliva avatar May 15 '19 10:05 aliva

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

[link text]('note.md') 
[link text]('./note.md') 

joshp23 avatar May 15 '19 10:05 joshp23

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

aliva avatar May 15 '19 11:05 aliva