The VSCode Markdown Image Extension allows you to search for and insert images from Unsplash directly into your markdown files. This extension simplifies the process of finding and adding high-quality images to your documentation, blog posts, or any markdown-based content.
- Search Unsplash: Quickly search for images on Unsplash without leaving your editor.
- Insert Images: Insert selected images into your markdown file with a single click.
- Customizable: Configure search parameters to tailor the image results to your needs.
- Open VS Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
- Search for
VSCode Markdown Image. - Click
Installto install the extension.
- Open a markdown file in VS Code.
- Press
Ctrl+Shift+Pto open the Command Palette. - Type
Search Unsplashand select the command. - Enter your search query and press
Enter. - Browse through the search results and click on an image to insert it into your markdown file.
You can customize the extension settings by adding the following configuration to your settings.json file:
{
"vscodeMarkdownImage.unsplashAccessKey": "YOUR_UNSPLASH_ACCESS_KEY",
"vscodeMarkdownImage.defaultSearchQuery": "default search query"
}This extension is licensed under the MIT License.
Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.
- Unsplash for providing high-quality images.
For any questions or feedback, please contact [email protected].