Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luckman212 committed Jul 16, 2021
1 parent 8a56604 commit 837836b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Danger. Ugly code ahead.
# Danger. Ugly code ahead 😱

- My fork of https://github.com/NomarCub/obsidian-copy-url-in-preview
- Adds a right-click → Copy image function
Expand All @@ -13,6 +13,9 @@ $ cd obsidian-copy-url-in-preview
$ npm i; npm run build
```

2. copy `main.js` to your `<vault>/plugins/copy-url-in-preview/` directory (overwrite original)
2. Copy the files to your Obsidian plugins dir:

3. Relaunch Obsidian
- If you already have **copy-url-in-preview** installed: copy `main.js` to your `<vault>/plugins/copy-url-in-preview/` directory (overwriting the original).
- If you _don't_: create a new folder in your plugins directory, and put `main.js` and `manifest.json` in it.

3. (Re)launch Obsidian

0 comments on commit 837836b

Please sign in to comment.