Please note: This plugin is still under development and may be buggy. Your contributions and feedback are highly appreciated to help improve its functionality.
This is a plugin for editing images directly within Obsidian. It provides a convenient way to doodle on images, make notes, and save your edited images without leaving the Obsidian environment.
- Color Picker: Choose your preferred color for drawing or doodling.
- Save Button Functionality: Save your edited images directly to Obsidian.
- Eraser Tool: Erase parts of your drawings (currently under improvement).
- Canvas Drawing: A basic canvas for drawing over images.
- More to come😊.
- Color Picker
- Save Button Functionality
- Image Detection (currently, it only recognizes standard image insertion formats in .md files and does not recognize Obsidian-specific formats)
- Fixing Image Width and Height
- Fixing Eraser Functionality
- Adding Basic Filters like hue and saturation
Any code contributions are highly appreciated! Feel free to fork the repository, make improvements, and submit pull requests. Together, we can make this plugin even better.
- Fork the Repository: Click the "Fork" button at the top right of this page.
- Clone Your Fork:
git clone https://github.com/your-username/Image-Editor-Plugin-Obsidian.git cd Image-Editor-Plugin-Obsidian - Create a Branch:
git checkout -b feature-branch
- Make Changes: Implement your improvements or fixes.
- Commit and Push:
git add . git commit -m "Description of your changes" git push origin feature-branch
- Create a Pull Request: Go to your fork on GitHub and click the "New Pull Request" button.
- Download the Plugin: Clone or download the repository.
- Move to Obsidian Plugins Folder: Move the plugin files to your Obsidian plugins folder.
- Enable the Plugin: Open Obsidian, go to Settings -> Community Plugins -> Enable Image Editor Plugin.
If you encounter any issues or have feedback, please open an issue on GitHub. Your feedback is crucial to improving the plugin.
Thank you for your interest and contributions to the Image Editor Plugin for Obsidian! 🙏❤️
