Skip to content

cre8tiv/vscode-markdown-image

Repository files navigation

VSCode Markdown Image Extension

Overview

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.

Features

  • 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.

Installation

  1. Open VS Code.
  2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
  3. Search for VSCode Markdown Image.
  4. Click Install to install the extension.

Usage

  1. Open a markdown file in VS Code.
  2. Press Ctrl+Shift+P to open the Command Palette.
  3. Type Search Unsplash and select the command.
  4. Enter your search query and press Enter.
  5. Browse through the search results and click on an image to insert it into your markdown file.

Configuration

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"
}

License

This extension is licensed under the MIT License.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.

Acknowledgements

  • Unsplash for providing high-quality images.

Contact

For any questions or feedback, please contact [email protected].

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published