https://Nova.app tip: you can create URLs to open Nova to a specific file and line. The format is:

nova://open?path=[path]&line=[line]&type=[syntax]

A handy addition to your workflow! 🚰

Nova

The beautiful, fast, flexible, native Mac code editor from Panic.

@panic Is there a way to get these URLs from within Nova (eg right clicking a line in an open file, and then some context menu item)?
Copy Path | Nova Extensions

Copies the absolute or relative path of the current file, optionally including the line number and column number.

Copy Nova URLs · Issue #1 · eahanson/copy-path.novaextension

Apparently Nova supports URLs of the following format: nova://open?path=[path]&line=[line]&type=[syntax] It would be great if this extension could produce URLs of that format, in addition to provid...

GitHub