facelessuser / MarkdownPreview

Markdown preview and build plugin for Sublime Text https://facelessuser.github.io/MarkdownPreview/
Other
405 stars 53 forks source link

[proof of concept] MD Preview to the side (for ST4065+) #109

Closed jrappen closed 4 years ago

jrappen commented 4 years ago

Markdown preview to the side

Source files of proof of concept

mdpreview.zip


SublimeHQ Discord

facelessuser commented 4 years ago

I'm assuming this is limited with the type of elements that can be previewed. Supported elements haven't been increased in ST4 right? Tables etc.

jrappen commented 4 years ago

I assume only what is listed on minihtml.

jrappen commented 4 years ago
Gitlab Flavored Markdown (CLICK FOR PREVIEW) image

compare https://gitlab.com/gitlab-org/gitlab/raw/master/doc/user/markdown.md

facelessuser commented 4 years ago

I haven't checked out the proof of concept, but the limitations may really...well limit the usefulness...

In theory, the idea is cool though.

facelessuser commented 4 years ago

Doesn't this package support in Sublime previews? https://github.com/math2001/MarkdownLivePreview

jrappen commented 4 years ago

haven't used that

facelessuser commented 4 years ago

I always wanted to do previews in Sublime, but the limitations has held me back. Mdpopups helps a bit with some of the limitations, but unfortunately there are many that still hold it back from being a real viable solution.

I know that other package ran with the in editor approach. I'd be interested to see if people still find it useful long term. I'm not against adding something like this per se, but I'm often using things like tables etc. Which just won't render.

Mdpopups works great though when you play directly to its strengths, which is why I use it to generate content from Markdown, but the Markdown is always written with the limitations in mind.

jrappen commented 4 years ago

Unrelated to Sublime Text, but this browser extension is kinda nice:

https://github.com/painyeph/GitLabMarkdownViewer

I listed known issues on painyeph/GitLabMarkdownViewer#13

facelessuser commented 4 years ago

Pretty cool project. I'm surprised they don't just use the Gitlab API. Doing it locally is cool if you can pull off all the features, but it's tough to maintain 1:1 parity that way unless you are using everything they are using. But it's a really cool effort.

facelessuser commented 4 years ago

As there is no actionable item here for Markdown Preview, closing this issue. Very cool though :slightly_smiling_face: .

@gir-bot remove S: triage