gruehle / MarkdownPreview

Brackets extension for previewing markdown files
MIT License
278 stars 61 forks source link

Preview in separate Window (as for html) or on the right side #31

Open zu opened 10 years ago

zu commented 10 years ago

I'd prefer a previoew window besides the text window and not below it, if that would be possible, that would be great.

Even have it in its own window as it is tha case with HTML files would be good.

jonthesquirrel commented 10 years ago

I also would appreciate an option to preview markdown live in the browser, similar to html/css, rather than an in-editor panel. It would give users more freedom to arrange the windows according to their workflow.

davidbourguignon commented 10 years ago

Does this work any longer in Brackets Sprint 35? I have not seen any window, nor any preview in the browser... Thanks in advance!

jonthesquirrel commented 10 years ago

@davidbourguignon As far as I know, no option to view the markdown preview except the horizontal split pane has ever been added; This is a feature suggestion. (correct me if I'm wrong)

gruehle commented 10 years ago

@davidbourguignon @lazercar The extension only shows the preview in the bottom panel. I'd like to have an option for displaying in a separate window, but I don't know when I'll have time to implement that. I'd be happy to take a pull request :-)

davidbourguignon commented 10 years ago

@gruehle @lazercar Thanks for your feedback but something puzzles me: I just installed Sprint 36 with the latest version of the markdown preview extension, and there is still nothing visible on my screen, no bottom panel... There is just this new icon on the right, under the two other default icons for opening Chrome and the extension manager. When I click several times on this new icon it turns blue in the end, but nothing else happens. Very strange. Could this be due to a conflict with one or several other extensions?

gruehle commented 10 years ago

@davidbourguignon What other extensions do you have installed? There is a chance there could be a conflict.

Another possibility is that you may have a corrupt preferences file. Try following the directions here to clear your cache.

calmcl1 commented 10 years ago

I must admit, a vertical split would be handy indeed, what with widescreen monitors :)

haydenbleasel commented 10 years ago

+1 for vertical split so I can replace Mou with this extension. Good work so far @gruehle, loving it.

davidbourguignon commented 10 years ago

@gruehle Here is my extensions list:

By removing all of them, cleaning the cache, and restarting with only Markdown Preview, I got the right behavior. I will install them again, one by one, according to my needs, and will let you know if I spot a conflict.

gruehle commented 10 years ago

@davidbourguignon - The 'CSSLint for Brackets' extension is causing the problem. I have a fix that should get pushed later today. In the meantime, you can try the other 'CSSLint' extension, which does not have the same problem.

davidbourguignon commented 10 years ago

Thanks a lot @gruehle! I just downloaded and installed the new version of your extension. It looks great! I do like very much the simple and effective theming options... By the way, what about providing the same theming options for the entire application? Currently, the white-background-and-gray-font default theme, while good-looking, is a bit difficult to read.

gruehle commented 10 years ago

@davidbourguignon - glad to hear everything is working for you! Theming for the entire application is on the Brackets backlog: There is a full Theme Support card and a simpler Light and Dark card. Feel free to vote for one (or both) of the cards. In the meantime, there are a couple theme extensions available that you can check out.

Getting back to the original topic for this bug... I looked into making the Markdown Preview a right panel instead of a bottom panel. Unfortunately, there is no real support in Brackets for right panels, and hacking something in is finicky and likely to break. I'll look into opening up the preview in a separate window instead.

davidbourguignon commented 10 years ago

@gruehle Thanks for the info: I just voted! :-) Currently, I am using the "Themes for Brackets" extension. I like its approach: it has less themes to offer than the other one, but they are more polished.

Regarding the panels issue, I have no special preferences, and I am currently fine with the bottom panel. However, the separate window idea sounds good for large files! Thanks in advance for this great feature.

bmadmin commented 10 years ago

@gruehle Bummer that Brackets does not offer panels split vertically. Might be worth suggesting it on the brackets team. No point people developing extensions hitting their heads against a brick wall :)

I would also suggest scroll synchronisation. Again does the framework support this - doubt it ? Does it stop you implementing it in your own extension - i expect / hope not ? In regards to synchronizing panels scroll positions, i have noticed on some of the good ones that run as chrome apps that it's not perfect anyway because of the lack of anchor points to cross reference across each panel. I think it all depends on the markdown transcoder being used i suspect, so it provide an "anchor point" to use to control the vertical scroll.

drgomesp commented 10 years ago

:+1:

Also, it would be awesome to be able to use the whole width of the preview, instead of a fixed one. Maybe let the user customize this?

SeriousM commented 10 years ago

please enable the vertical split, it's a pain to work with horizontal split. thank you!

thany commented 10 years ago

:+1: Vertical split!

Maybe even allow a separate window, so we can drag the preview to a second (or third :P) monitor.

SeriousM commented 10 years ago

Maybe even allow a separate window, so we can drag the preview to a second (or third :P) monitor.

:+1: :+1: :+1:

felipekm commented 10 years ago

+1 Vertical Split

Dashue commented 10 years ago

So I took a stab at this feature and it seems that in order to solve this in a good way, brackets must first add some support. Please vote here to help the underlying work get prio, then once that is implementd, anyone should be able to pull request this feature. https://trello.com/c/GezHZcCx/390-m-split-view-same-document

SeriousM commented 10 years ago

done :)

On 9/5/14, Johan Nilsson notifications@github.com wrote:

So I took a stab at this feature and it seems that in order to solve this in a good way, brackets must first add some support. Please vote here to help the underlying work get prio, then once that is implementd, anyone should be able to pull request this feature. https://trello.com/c/GezHZcCx/390-m-split-view-same-document


Reply to this email directly or view it on GitHub: https://github.com/gruehle/MarkdownPreview/issues/31#issuecomment-54566029

davidelrizzo commented 10 years ago

+1 Vertical Split please

shrkw commented 9 years ago

+1 Vertical Split

NoAnyLove commented 9 years ago

+1 Vertical Split

moniquelive commented 9 years ago

+1

derkan commented 9 years ago

+1 Vertical Split

andrewconnell commented 9 years ago

+1 Vertical Split

PieterVDE commented 9 years ago

+1 Vertical/Window Split. Great job so far!

publicENEMY commented 9 years ago

+1 for vertical split. Does brackets provide necessary features for that?

gedalos commented 9 years ago

+1 Vertical Split

lancesnider commented 9 years ago
jacabral commented 9 years ago

+1 vertical split

ghost commented 8 years ago

+1

YAmikep commented 8 years ago

Any updates? +1 Thanks

naphipps commented 8 years ago

+1 Any updates would be great, or any suggestions to help you make this happen?

gruehle commented 8 years ago

Vertical Split would be great, but that is not supported in Brackets. I'd suggest opening a bug in the Brackets repo requesting support for vertical panels in WorkspaceManager.

naphipps commented 8 years ago

Oh! That's rather weird of them to not support that. I'll open an issue then. Thanks so much @gruehle! I'm loving the extension!

one-github commented 8 years ago

+1

F1LT3R commented 8 years ago

+1

mxxrten commented 7 years ago

@gruehle Vertical split is now supported in Brackets, see here, please add support for it in this addon.

jwdunn1 commented 7 years ago

+1 and zoom/scaling capability too