-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Locating Path Settings Instruction #149
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -452,6 +452,23 @@ In your vault go to Settings > Community plugins > Browse and search for "Execut | |
or | ||
|
||
Follow [this link](https://obsidian.md/plugins?search=execute%20code#) and click "Open in Obsidian". | ||
|
||
## Locating Path Settings ( ex. JavaScript | Node ) | ||
|
||
To avoid or resolve errors from an incorrect path. | ||
|
||
(for Mac and Windows) | ||
|
||
1. In your terminal, type 'where node' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ahhh --- good. I am on a mac. I will update. Anybody know linux command to find path? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. on Linux, it is |
||
|
||
 | ||
|
||
2. Copy path from terminal ( ex. /opt/homebrew/bin/node ) | ||
|
||
3. Paste in path under settings ( ex. Node path ) | ||
|
||
 | ||
|
||
|
||
## Warning | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed something else: since you have indentation before each line, your changes are all inside a code block. Was that intentional? sorry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks -- first pull request. Now it looks right. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gotcha :) no worries!!! PRs are always welcome, and thank you very much for working with us to make sure it's the best it can be!!