Skip to content

Commit 0b9f32d

Browse files
committed
updated readme
1 parent 7cf5c40 commit 0b9f32d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,17 @@ After that you can:
2626
6. Open obsidian
2727
7. Enable the plugin
2828

29-
# Not supported tags ( tested so far )
30-
1. table
31-
2. nested bullet/numbered points
29+
## For developers who dont want to copy files manually every time
30+
31+
You can create a `.env` file to auto-copy the built files to your obsidian vault. This way you dont have to manually copy `main.js`, `manifest.json`, `styles.css` every time you build.
32+
33+
Create a `.env` file:
34+
```
35+
OBSIDIAN_VAULT_PATH=/path/to/your/obsidian/vault/.obsidian/plugins
36+
PLUGIN_ID=obsidotion
37+
```
38+
39+
If you dont provide the `.env` file, the build will still work fine. You'll just have to copy the files manually
3240

3341
# Share
3442
Sharing this repository with your friends is just one click away from here

0 commit comments

Comments
 (0)