preview-inline icon indicating copy to clipboard operation
preview-inline copied to clipboard

Atom plugin to preview images in markdown documents

Results 11 preview-inline issues
Sort by recently updated
recently updated
newest added

I love this package! But Pulsar is complaining about a deprecation. Use `customElements.define` instead of `document.registerElement` see https://javascript.info/custom-elements ``` HTMLDocument.registerElement (file:///opt/Pulsar/resources/app.asar/static/index.js:100:12) Object. (/home/arthur.endsley/.pulsar/packages/preview-inline/lib/image-view.js:109:26) Object. (/home/arthur.endsley/.pulsar/packages/preview-inline/lib/image-view.js:114:3) Module._compile (/opt/Pulsar/resources/app.asar/src/native-compile-cache.js:120:30) Object..js (/opt/Pulsar/resources/app.asar/src/compile-cache.js:252:23) Module.load...

I just struggled with an issue and want to share: If you add the image-link into a markdown-file with "%20" instead of spaces as some tools do, e.g. "![](assets/xxx%20yyy.png)" you...

It would be nice to have the possibility to preview other image format often used in LaTeX, like eps and pdf. Note that for the pdf it would be nice...

As title, If the beginning tag of math block "$$" is the first word of the document, there will be a dead loop on activating preview inline, An I had...

https://github.com/mangecoeur/preview-inline/issues/28

I am getting a `Image regex matched failed` warning when I try to preview a remote or even local image. ![image](https://user-images.githubusercontent.com/3799489/46443802-e2f09300-c723-11e8-926c-9565a93a7b7e.png) Any idea what I might be doing wrong? My...

Is it possible to add this feature or option that > Preview automatically when the cursor is inside the equation I must say it's a little annoying to hit `ctrl-alt-p`...

I add .text.html.basic to scope,but no work.

Image previewing only works when the path to the image on local disk can be resolved relative to the path of the markdown document. If pandoc (for markdown) or latex...

It would be really great if it was possible to make this work for some math-environments in LaTeX. For instance \begin{equation} 1+1 \end{equation}, and other environments, like align would really...