Skip to content

Commit 0711118

Browse files
author
Alexander Weichart
committed
fixed: code review suggestions
1 parent e0e5e34 commit 0711118

File tree

16 files changed

+521
-367
lines changed

16 files changed

+521
-367
lines changed

copy_to_vault.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ echo "Copying new plugin files to $vault"
2929
cp ./manifest.json "$plugin_path"
3030
cp ./styles.css "$plugin_path"
3131
cp ./main.js "$plugin_path"
32+
touch "$plugin_path"/.hotreload
3233

3334
echo "Done"

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "3d-graph",
33
"name": "3D Graph",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "A 3D Graph for Obsidian",
66
"author": "Alexander Weichart",
77
"authorUrl": "https://github.com/AlexW00",

0 commit comments

Comments
 (0)