-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
link for uploading files on issues is missing #136
Comments
You just drag-n-drop or paste an image in the textarea. |
very well then, I miss the link though, Drag&Drop is clumsy :/ |
@martenson If you're missing that functionality, you can install an extension that allows you to inject Custom CSS on arbitrary pages (Stylebot is one of them) and just add a new rule, but with a higher specificity for the selector than what the extension uses. An example would be: body .write-content .drag-and-drop {
display: block !important;
} |
@DrewML Could you add a FAQ section about this to the readme? Would be useful for people disagreeing with some changes. They can easily override it themselves. |
@DrewML thanks for the tip, but those extensions usually have very extensive permission requirements (read and change all sites) - may be a solution for others |
I don't use it, but it might be worth putting the link to use a "normal" file upload. We can keep it minimal and just put the word "upload" or something. Some people prefer to use that interface for finding files to upload. |
@sindresorhus No problem - left myself a note to do it tonight. |
@martenson I'm a bit confused with your statement drag-n-drop is clumsy. Could you tell me which OS are you using, what kind of peripherals etc.? |
@hkdobrev I use OSX and Apple magic trackpad - so dragging things around is painful (especially on multiple large displays) - however my routine is set up so I do not drag a thing, everything is keyboard-controlled and trackpad is solely used for gestures. edit: I did not mean clumsy as 'broken on GH side'; but for my subjective use |
@martenson Hmm, I've used that particular setup for about 2 years and I loved it because of how easy I was dragging things compared to a mouse. Now I use the trackpad of a Macbook Air and I still drag things around constantly. I so rarely touch a mouse, dragging is a problem for me without a trackpad made by Apple (a few Asus trackpads work as well). |
@hkdobrev might be a matter of personal preference, I just don't drag - it feels slow to me - so I am clumsy with it because I lack the experience/skill :) |
I think the ability to upload without drag-ndrop/paste would be nice (for those of dont use full desktop environments) |
I am not sure if it is removed on purpose but the link allowing file selection from local file system is missing with the extension and I do not know about a workaround.
OSX 10.11.4 Chrome 49 Refined GH 0.13.0
The text was updated successfully, but these errors were encountered: