Markdown Image Organizer
The Markdown Screenshot Header Extension is a Visual Studio Code extension that simplifies the process of adding selective screenshots to Markdown files. When you take a selective screenshot and paste it into your Markdown file, the default image reference ![Alt text](https://github.com/Akhil017/mdimg/raw/HEAD/image.png)
will be automatically replaced with ![markdownHeader](https://github.com/Akhil017/mdimg/raw/HEAD/ss/markdownheader.png)
, and the image will be moved to a folder named 'ss' located in the same directory as the Markdown file.
Installation
To install the extension, follow these steps:
- Launch Visual Studio Code.
- Open the Extensions View by clicking on the Extensions icon in the Activity Bar on the side of the window.
- Search for 'Markdown Image Organizer' in the Extensions View search box.
- Click on the 'Install' button next to the extension named 'Markdown Screenshot Header' by 'Your Name'.
Usage
Using the Markdown Screenshot Header extension is straightforward:
- Take a selective screenshot using your preferred method.
- Copy the screenshot to the clipboard.
- Open your Markdown file in Visual Studio Code.
- Paste the screenshot into your Markdown file at the desired location.
- The default image reference
![Alt text](https://github.com/Akhil017/mdimg/raw/HEAD/image.png)
will be automatically replaced with ![markdownHeader](https://github.com/Akhil017/mdimg/raw/HEAD/ss/markdownheader.png)
(markdownHeader is the header you give in the first lie eg: #javascript).
- The image will be moved to a folder named 'ss' located in the same directory as the Markdown file.
That's it! The Markdown Screenshot Header extension saves you time by automatically updating the image references and organizing your screenshots in a separate 'ss' folder.
Configuration
The Markdown Screenshot Header extension does not require any specific configuration. It works out of the box with the default settings.
Contributing
Contributions are welcome! If you find any issues or have ideas for improvements, please open an issue or submit a pull request on the GitHub repository.
License
This extension is licensed under the MIT License.
Changelog
- v1.0.0 (Initial Release)
- Automatic replacement of default image references with custom headers.
- Moving images to the 'ss' folder in the same directory as the Markdown file.
For any questions or support related to the Markdown Screenshot Header extension, feel free to contact me at akhilmp1721@gmail.com.
Enjoy using the Markdown Screenshot Header extension and happy Markdown editing!