Skip to content

Commit

Permalink
Merge pull request #5 from Yohh/yoh/update-readme
Browse files Browse the repository at this point in the history
global: improve readme and manifest descriptions
  • Loading branch information
Yohh authored Sep 4, 2024
2 parents 8dc054e + 2e1cb25 commit 4eb93b6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Simple Sketch is a plugin for [Obsidian](https://obsidian.md). It allows users to create simple sketches in a dedicated view with a minimal, convenient interface that emphasizes productivity over completeness.

![demo](./assets/demo.gif)

## Installation

### For Contributors
Expand Down Expand Up @@ -41,13 +43,34 @@ Simple Sketch is a plugin for [Obsidian](https://obsidian.md). It allows users t

```sh
git clone https://github.com/your-repo/simple-sketch-plugin.git
cd simple-sketch-plugin
```

2. Install the dependencies:

```sh
npm install
```

3. Build the project:

```sh
npm run build
```

## Usage

1. Open Obsidian and navigate to the settings.
2. Go to the "Community plugins" section and enable the Simple Sketch Plugin.
3. Use the plugin to create and edit sketches.
2. Go to the "Community plugins" section and enable the "Simple Sketch" plugin.
3. Once enabled, you will see a new ribbon icon with a pencil and ruler.
4. Click on the ribbon icon to open the Simple Sketch view.
5. 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!

## Contribution

Expand Down
Binary file added assets/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "simple-sketch",
"name": "simple-sketch",
"version": "1.0.7",
"version": "1.0.8",
"minAppVersion": "0.15.0",
"description": "A simple sketch plugin.",
"description": "Create minimalist sketches in a dedicated view, draw with a pencil, generate shapes, add text, save it to the vault or download it as an image.",
"author": "Yoh",
"authorUrl": "https://github.com/Yohh",
"fundingUrl": "https://buymeacoffee.com/yohh",
Expand Down

0 comments on commit 4eb93b6

Please sign in to comment.