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

Allow opening files in Nova editor #522

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

goulvench
Copy link

Closes #518

Once this is merged, the wiki needs to be updated to indicate that Nova is now supported.

Remove…

### Panic Nova
Nova does not currently support opening files through a nova:// scheme URL.

Add…

## Panic Nova

Open Nova > Preferences… then click on the "Tools" button.
Under "Command Line Tool", click "Install" to install the command-line tool.

Add the following to your shell config:
export EDITOR="nova"
The URL is nova://open?path=%{file}&line=%{line}.
```

@AnalyzePlatypus
Copy link

Another Nova user here.
it wold be great if this could be merged.

Thanks!

@goulvench
Copy link
Author

👋 @RobinDaugherty, merging this would be really useful for Nova users. Let me know if something's blocking merge and I'll fix it right away.

@goulvench
Copy link
Author

I was using my branch in a Rails app but BetterErrors started complaining about missing sassc dependency when I updated to Rails 7 with Propshaft.

Setting export BETTER_ERRORS_EDITOR_URL="nova://open?path=%{file}&line=%{line}" in my editor works though, which is great. Copy and paste this into your terminal if you're lazy:

echo "export BETTER_ERRORS_EDITOR_URL=\"nova://open?path=%{file}&line=%{line}\"" >> ~/.bash_profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Panic's Nova
2 participants