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 [email protected]: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
- recommended: install from the
community plugins
browser in the application settings.
or
-
download the
main.js
andmanifest.json
from the last release -
copy them in a
simple-sketch
folder in your localplugins
folder
- Open Obsidian and navigate to the settings.
- Go to the "Community plugins" section and enable the "Simple Sketch" plugin.
- Once enabled, you will see a new ribbon icon with a pencil and ruler.
- Click on the ribbon icon to open the Simple Sketch view.
- In the Simple Sketch view, you can:
- Draw freehand sketches.
- Generate shapes like lines, rectangles, and ellipses.
- Add text to your sketches.
- Save your sketches in the vault or download them as images.
Enjoy creating your sketches with Simple Sketch!
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them with clear messages.
- Push your changes to your fork.
- Create a pull request to the main repository.
I am actively working on the following features and improvements:
- Enhanced Drawing Tools: Adding more shapes and tools for better sketching capabilities.
- bugfix: Fixing issues related to drawing precision and performance.
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.