You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,17 @@ After that you can:
26
26
6. Open obsidian
27
27
7. Enable the plugin
28
28
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.
0 commit comments