You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use gocho a lot and to get things easier it would be cool if links would open direct a download dialog. This is possible by using the download attribute (https://stackoverflow.com/a/16316830).
It would be cool if I could disable the css file or define my own too.
The text was updated successfully, but these errors were encountered:
hey @Spacewalker2 thanks for using gocho, since next week I'll have more time to do improvements and bugfixing, been busy these last months.
It's a nice request, for certain files its kind of cumbersome to get into the file when what I really want is to download it. I will give it a look
In the source I found <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css"> above the inline css and I thought maybe it would be cool to define here my own css file or simply disable it for avoiding an extra http get. Maybe there could be a further command line parameter to define the location of the custom css. The downside of this is that the icons are gone but there is a way to embed graphics direct in the html source code (https://www.base64-image.de) maybe this does the trick besides there is a use case for img tag and css urls attribute too.
Hello,
I use gocho a lot and to get things easier it would be cool if links would open direct a download dialog. This is possible by using the download attribute (https://stackoverflow.com/a/16316830).
It would be cool if I could disable the css file or define my own too.
The text was updated successfully, but these errors were encountered: