gedit-markdownpreview
gedit-markdownpreview copied to clipboard
local links
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'
Hi and thanks for reporting issue
Can you add a sample markdown for me to test this issue?
The behavior reproduces with either of the following considering a note in the same directory
[link text]('note.md')
[link text]('./note.md')
Thanks, I'll look into it in my weekend.