-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60b35d9
commit eaa70f0
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,9 @@ | |
- It is recommended to create a new vault for development, that does not already have cannoli installed | ||
- Install hot-reload plugin | ||
- <https://github.com/pjeby/hot-reload?tab=readme-ov-file#installation> | ||
`cd <my_obsidian_vault>/.obsidian/plugins && git clone [email protected]:pjeby/hot-reload.git` | ||
|
||
- `cd <my_obsidian_vault>/.obsidian/plugins && git clone [email protected]:pjeby/hot-reload.git` | ||
|
||
- Make sure to enable it in obsidian once installed | ||
- VSCode (optional) | ||
- Any VSCode (or descendant) editor will pick up common configuration from the cannoli repo | ||
|