-
-
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 1 commit
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,20 @@ 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. | ||
|
||
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 |
||
|
||
 | ||
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. I'm not sure which one is preferred between the markdown 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. i think that descriptive alt text might help w/ images 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. Yeah -- sorry. I was just pasting the images in. I can update that! 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. I don't think it matters, |
||
|
||
2. Copy path from terminal ( ex. /opt/homebrew/bin/node ) | ||
|
||
3. Paste in path under settings ( ex. Node path ) | ||
|
||
<img width="807" alt="CleanShot 2022-10-21 at 18 59 48@2x" src="https://user-images.githubusercontent.com/11916140/197303057-a9f05c03-5bfc-44d7-b583-9028a3279eaf.png"> | ||
|
||
## 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!!