-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Make error logs so one can click into file when possible #5332
Comments
Emacs and vim allow opening files at given line number using Emacs also allows So would it be possible to make this configurable? |
That would be a future request. As usual, I have taken on too much already ... But it's going to be nice ... |
@kaushalmodi thinking about it, a configuration option for this sounds like little work compared to the benefit. How would you suggest we make that configuration look like? |
To avoid maintenance annoyance for a variety of editors out there, I'd suggest to have a single map-style user-configurable config variable in the site's config.toml. This map defaults to an empty map, so that you don't need to update the default map for each editor out there. This is what the user will put in their config.toml: [Editor]
emacs = "+LINE:COL FILE"
vim = "+LINE FILE"
sublime = "FILE:LINE"
How this will work:
|
This is fixed, see #5352 for the config bit. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
https://discourse.gohugo.io/t/help-test-browser-errors-etc-new-in-next-hugo-0-50/14745/8?u=bep
The text was updated successfully, but these errors were encountered: