gedit-markdown
gedit-markdown copied to clipboard
I can't figure out how to do side-by-side preview.
I'm sure the only defect here is user error, but I can't find any way to move the preview to the side. Help?
I should mention: Ubuntu 14.04, GEdit 3.10.4
Open the file $HOME/.config/gedit/gedit-markdown.ini and change the following line:
panel = bottom
for this:
panel = side
Let me know if it works. You'll have to restart gedit.
[markdown-preview]
externalBrowser = 0
panel = bottom
shortcut = <Control><Alt>m
version = extra
visibility = 1
visibilityShortcut = <Control><Alt>v
Here is my config file. If I change bottom to side then the side panel is open with the file browser, and the bottom panel is unavailable. So in that case I see no way to get the preview at all.
Oops closed by accident. Still an issue.
If you run gedit in a terminal, is there any error output?
$ gedit ~/.config/gedit/gedit-markdown.ini
java version "1.6.0_35"
OpenJDK Runtime Environment (IcedTea6 1.13.7) (6b35-1.13.7-1ubuntu0.14.04.1)
OpenJDK Server VM (build 23.25-b01, mixed mode)
No errors, that is all of the output.
edit: Never mind. I misread it.
It is the same panel as filebrowser. You just need to change what it shows, and the bottom of the panel, I can change between "Documents", "File Browser" and "Markdown Preview"
Hey @ewilson , can you please close this issue. I think @J-Moravec mentioned why the panel did not show markdown preview, right?
I created a fork which works with current versions: https://github.com/darkdragon-001/gedit-markdown/
Please test the latest release. Pull requests are always welcome!