Simple Sketch is a plugin for Obsidian. It allows users to create simple sketches in a dedicated view with a minimal, convenient interface that emphasizes productivity over completeness.
Fork the repository on GitHub.
Clone your forked repository in your obsidian plugins folder:
git clone git@github.com:your-username/obsidian-simple-sketch.git
cd simple-sketch-plugin
Install the dependencies:
npm install
Build the project:
npm run build
Run the project:
npm run dev
community plugins
browser in the application settings.or
download the main.js
and manifest.json
from the last release
copy them in a simple-sketch
folder in your local plugins
folder
open with simple sketch
Enjoy creating your sketches with Simple Sketch!
Icon | Functionality | Key Binding |
---|---|---|
Draw by hand | none | |
Draw line | none | |
Draw rectangle | none | |
Draw filled rectangle | none | |
Draw ellipse | none | |
Draw filled ellipse | none | |
Add text | none | |
Erase | none | |
Undo | ctrl + z | |
Redo | ctrl + shift + z | |
Toggle grid | ctrl + shift + g | |
Save sketch in vault | none | |
Download sketch | none | |
Reset canvas | none |
Icons are imported from Lucide to be consistent with the Obsidian interface.
Contributions are welcome! Please follow these steps to contribute:
I am actively working on the following features and improvements:
This plugin is a contribution to the Obsidian community, and I work on it in my free time. As a result, I may be slow to react if anything is asked. Thank you for your understanding and patience.
Stay tuned for updates and feel free to contribute to these features!
If you encounter any issues or have any questions, please open an issue on the GitHub repository.
If you would like to support the development of this plugin, you can make a donation through Buy Me a Coffee
Thank you for your support!
This project is licensed under the GNU Lesser General Public License. See the LICENSE file for more details.