math2001 / MarkdownLivePreview

A Sublime Text 3 plugin to preview your markdown as you type
https://math2001.github.io/MarkdownLivePreview
MIT License
304 stars 37 forks source link

Show only preview without edit (click for edit) #22

Open aurimus opened 7 years ago

aurimus commented 7 years ago

@math2001 awesome plugin! Hard to find in google still but it will catch on I'm sure

It would be great if clicking on markdown file would only open the preview (in new tab). Then just add a button to the very top "Edit", when you click it - it opens the live editing. This would be the best as 90% of the time we still open markdown just to read (or see if anything should be changed) and it's a bit annoying to have popup all the time.

Thanks!

aurimus commented 7 years ago

Would this be easy to add?

math2001 commented 7 years ago

I'll have to see with v3, but in theory, it shouldn't be too hard.

saranglakare commented 4 years ago

@math2001 first of all, I found your plugin today and love it! Till now, we used to edit markdown painfully on BitBucket website! Now we can keep the documentation updated directly while we code.

The reason I am replying to this issue is we have the same (or similar) need as the author. We try to keep our code documentation in code itself, so it is easy to update and access for devs. That means, most of the time, we simply need to view the markdown files as a document (exactly the way you show preview) instead of showing the code. There should be no additional click needed. When I select a .md file in the file selector, it's view should be the formatted markdown view (that you have in preview already).

It will be great if this can be implemented. Thanks!