Skip to content
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

Closed
martenson opened this issue Mar 31, 2016 · 13 comments
Closed

link for uploading files on issues is missing #136

martenson opened this issue Mar 31, 2016 · 13 comments

Comments

@martenson
Copy link

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.

screenshot 2016-03-31 13 55 47
screenshot 2016-03-31 13 56 04

OSX 10.11.4 Chrome 49 Refined GH 0.13.0

@sindresorhus
Copy link
Member

You just drag-n-drop or paste an image in the textarea.

@paulmolluzzo
Copy link
Contributor

On purpose: https://github.com/sindresorhus/refined-github/blob/aa5df2b240feaba7ad9b1dc7b03de40a39685435/extension/content.css#L98-105

@martenson
Copy link
Author

very well then, I miss the link though, Drag&Drop is clumsy :/
thanks you for answers @sindresorhus @paulmolluzzo

@DrewML
Copy link
Contributor

DrewML commented Mar 31, 2016

@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;
}

@sindresorhus
Copy link
Member

@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.

@martenson
Copy link
Author

@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

@paulmolluzzo
Copy link
Contributor

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.

@DrewML
Copy link
Contributor

DrewML commented Mar 31, 2016

@sindresorhus No problem - left myself a note to do it tonight.

@hkdobrev
Copy link
Contributor

@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.?

@martenson
Copy link
Author

@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

@hkdobrev
Copy link
Contributor

@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).

@martenson
Copy link
Author

@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 :)

@ianks
Copy link

ianks commented Jun 14, 2016

I think the ability to upload without drag-ndrop/paste would be nice (for those of dont use full desktop environments)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

6 participants