Skip to content
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

Merged
merged 6 commits into from
Jan 16, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Collaborator

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

Copy link
Contributor Author

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. :)

Copy link
Collaborator

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!!


(for Mac and Windows)

1. In your terminal, type 'where node'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where works on Windows, but not Linux. Does it work on Mac? Should we include per-OS instructions?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where works on mac as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on Linux, it is which :)


![Type 'where node' in terminal](https://user-images.githubusercontent.com/11916140/197309851-a837525b-ff07-45a2-99f1-b0d9a05a3082.png)

2. Copy path from terminal ( ex. /opt/homebrew/bin/node )

3. Paste in path under settings ( ex. Node path )

![Update path under settings with path from step 2](https://user-images.githubusercontent.com/11916140/197309879-31008dcd-f2c1-4411-9278-bc97768a81b4.png)


## Warning

Expand Down