Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't figure out how to do side-by-side preview. #8

Open
ewilson opened this issue Jul 25, 2015 · 9 comments
Open

I can't figure out how to do side-by-side preview. #8

ewilson opened this issue Jul 25, 2015 · 9 comments

Comments

@ewilson
Copy link

ewilson commented Jul 25, 2015

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?

@ewilson
Copy link
Author

ewilson commented Jul 25, 2015

I should mention: Ubuntu 14.04, GEdit 3.10.4

@jpfleury
Copy link
Owner

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.

@ewilson
Copy link
Author

ewilson commented Jul 26, 2015

[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.

@ewilson ewilson closed this as completed Jul 26, 2015
@ewilson
Copy link
Author

ewilson commented Jul 26, 2015

Oops closed by accident. Still an issue.

@ewilson ewilson reopened this Jul 26, 2015
@jpfleury
Copy link
Owner

If you run gedit in a terminal, is there any error output?

@ewilson
Copy link
Author

ewilson commented Jul 26, 2015

$ 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.

@J-Moravec
Copy link

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"

@gitfineon
Copy link

Hey @ewilson ,
can you please close this issue. I think @J-Moravec mentioned why the panel did not show markdown preview, right?

@darkdragon-001
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants