Giter VIP home page Giter VIP logo

Comments (6)

telesoho avatar telesoho commented on August 23, 2024

I don't know what you mean, If you want to paste an image in a web page, you can right click the image and select "copy image", and then you can use Ctrl+Alt+V to paste it into vscode.

from vscode-markdown-paste-image.

tyler2018 avatar tyler2018 commented on August 23, 2024

from vscode-markdown-paste-image.

telesoho avatar telesoho commented on August 23, 2024

@tyler2018

// this form not working
![](${fileBasenameNoExtension}/2018-10-12-19-41-39.png)

The predefined variable ${fileBasenameNoExtension} do not woking in markdown file, but only working in vscode extension configure file. For example:

  1. Add pasteImage.path to your vscode workspace settings file like this:
    image
  2. Use CTRL+ALT+V to paste an image to a markdown file(e.g. test-artical.md), you will see
![](test-artical/2018-10-12-19-41-39.png)

has been insert into markdown file for you.

from vscode-markdown-paste-image.

tyler2018 avatar tyler2018 commented on August 23, 2024

from vscode-markdown-paste-image.

tyler2018 avatar tyler2018 commented on August 23, 2024

from vscode-markdown-paste-image.

telesoho avatar telesoho commented on August 23, 2024

@tyler2018

Also I know markdown not recommend use html notation in article, but if I don’t use, I can’t see the picture.

I also not recommend use html notation in markdown too. I will not ready to support the feature to pasting image to html format.

And I suggest use hash of image as file name , prevent duplicate image exist.

Thank you for your suggestion.

from vscode-markdown-paste-image.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.