-
Notifications
You must be signed in to change notification settings - Fork 111
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
Usage as internal link manager for company #50
Comments
@heynemann no need for customization on Slash to do this at all. What you need to do is to make use of the address bar search engine function in most modern browsers. I've tested this and confirm it works. Add a search engine with "http://s/%s" in the query URL, then make this search engine the default search engine. It will basically add "s/" in front of whatever is typed into the URL bar after. Only downside is that the same prefix will be added regardless of the search query the user types, unless there is some way to have a fallback search engine. |
Of course the problem will then be how to deploy this to all your colleagues in your company... If everyone was using Windows, you could probably push this via GroupPolicy or a bat file but I'm not sure how it'd work across different OSes / browsers... |
Sorry I don't understand how that solves the problems I listed above... Maybe this is meant to be an answer for the other issue I created? |
@heynemann sorry maybe I misunderstood your request. I interpreted it as not needing to have the "s/" in order to use a shortcut? At least the first part of your request. |
Not at all :) The |
Awesome!!!
Bernardo Heynemann
…On Sat, 23 Dec 2023 at 23:19 boojack ***@***.***> wrote:
Closed #50 <#50> as
completed.
—
Reply to this email directly, view it on GitHub
<#50 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAO4JIJPUGQKW2XDMD5OKDYK6GJRAVCNFSM6AAAAABA5SJOY6VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGMZTCNZZGI3DOMY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Is your feature request related to a problem?
slash is GREAT! I just have a few minor requests that may be added as configuration that would make it even better for my use case.
Describe the solution you'd like
a. First we can have a config just to disable the title being required. That is already good enough for us since we don't really care about the title or the other metadata.
b. Second I think a good addition to slash would be to query the URL provided for the link and get the metadata from the page and automatically fill the metadata for me (og:title, og:description and such). That would be amazing!
Additional context
We are adopting slash as our internal go links tool and these changes would make it easier on our end. Thanks so much for the amazing work!
The text was updated successfully, but these errors were encountered: