gutter-preview | Shows image preview in the gutter and on hover

 by   kisstkondoros TypeScript Version: v0.30.0 License: Non-SPDX

kandi X-RAY | gutter-preview Summary

kandi X-RAY | gutter-preview Summary

gutter-preview is a TypeScript library. gutter-preview has no bugs, it has no vulnerabilities and it has low support. However gutter-preview has a Non-SPDX License. You can download it from GitHub.

Shows image preview in the gutter and on hover.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              gutter-preview has a low active ecosystem.
              It has 124 star(s) with 29 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 12 open issues and 112 have been closed. On average issues are closed in 108 days. There are 8 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of gutter-preview is v0.30.0

            kandi-Quality Quality

              gutter-preview has 0 bugs and 0 code smells.

            kandi-Security Security

              gutter-preview has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              gutter-preview code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              gutter-preview has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              gutter-preview releases are not available. You will need to build from source code and install.
              Installation instructions are available. Examples and code snippets are not available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gutter-preview
            Get all kandi verified functions for this library.

            gutter-preview Key Features

            No Key Features are available at this moment for gutter-preview.

            gutter-preview Examples and Code Snippets

            No Code Snippets are available at this moment for gutter-preview.

            Community Discussions

            QUESTION

            vscode: Is it possible to show an image inside a text buffer?
            Asked 2019-Oct-13 at 08:45

            e.g. I write a markdown document and include a line like [myimage](/mypath.jpg) to see the image in a big size above or below this line.

            When I'm writing markdown I regularly have to look at an embedded file. At the moment I have to use a split layout and switch my attention between the text buffer and the preview. That's slowing me down and distracting.

            What I mean is a full size preview that can fill the whole width of the buffer and is permanently shown. This is offered by the emacs markdown-mode (see this image with a command named "markdown-toggle-inline-images".). This is also available in sublime text e.g. via an add-on named sublime_zk. This is possible in atom with add-ons like preview-inline or inline markdown images.

            This would allow to use VSCode like a WYSIWYG md-editor like typora but with all the benefits of using your daily edtior. This should also be interesting for programmers - at least on hackernews typora is regularly praised as the best markdown editor (see e.g. here)

            I didn't see an addon for this. Something related was discussed about two years ago in issue 7689 - but this only concerns a mini preview in the gutter or if you move the mouse over a link. For this there is already the add-on Image preview.

            ...

            ANSWER

            Answered 2018-Oct-09 at 05:09

            This is not possible as of VS Code 1.29. The VS Code api does not provide a way to insert custom elements like images into the editor.

            The two closest existing APIs:

            • The code lens api: CodeLensProvider. These allow you to insert additional clickable commands into an editor (such as displaying a reference count above a function) but these can only be text buttons

            • The hover api: HoverProvider. Hovers can contain images since they display markdown content. However they are only displayed when the user hovers over them

            Source https://stackoverflow.com/questions/52709966

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install gutter-preview

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/kisstkondoros/gutter-preview.git

          • CLI

            gh repo clone kisstkondoros/gutter-preview

          • sshUrl

            git@github.com:kisstkondoros/gutter-preview.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular TypeScript Libraries

            developer-roadmap

            by kamranahmedse

            vscode

            by microsoft

            angular

            by angular

            TypeScript

            by microsoft

            ant-design

            by ant-design

            Try Top Libraries by kisstkondoros

            codemetrics

            by kisstkondorosTypeScript

            csstriggers

            by kisstkondorosTypeScript

            typelens

            by kisstkondorosTypeScript

            tsmetrics-core

            by kisstkondorosTypeScript

            codemetrics-idea

            by kisstkondorosJava