-
Notifications
You must be signed in to change notification settings - Fork 372
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
Add setting to disable the highlighted text menu shortcut #2173
Conversation
e7fc8e4
to
fa4dd26
Compare
AFAIK trying to affect this option is not well supported on android and is kinda janky overall. I recommend shelving this until we have a robust solution. And even then I would suggest that this is a non-issue and we should think really hard about adding this (and having yet another settings option) at all. @ConcurrentCrab IMO you should just add this to your local build. I too build markor locally with a few custom additions. |
@harshad1 I too would agree that it's important to find a reliable mechanism for implementation of this toggle. A non-functioning setting is no good to anybody. That is why I put up the PR, to see if anybody had a better approach to this (especially since it's hard enough to find support for android that isn't either extremely outdated or useless SEO spam). That said, I wouldn't agree with that assessment of it being yet another option adding clutter to settings. Because the way I see it, the option Markor shows everytime I highlight text is, to me, unnecessary visual clutter as well. And I'd rather that clutter live in the settings than there. Of course I have to also recognise the fact that this is just my own (and possibly some other people's) opinions on this, and others may not share it. Such differences of opinions are what configuration options are meant to solve right :) |
Simple idea/solution: So that sounds like a good fit and doesn't require a new settings option. |
@gsantner that seems good to me, as I don't have those turned on either. But the setting for the extra launcher shortcuts is disabled by default, while this text highlight option is enabled by default. So we'll have to settle on one default for both. I'll be honest, I really don't see what the deal is about there being another option in settings. The launcher and the highlight menu are things people see many, many times in a day, so naturally they will want a setting to control how they look. A settings menu is something people go into once, change everything to their liking, and then never go back. I think that deal makes perfect sense. |
Everything that is added, means that it is there from that point. Requires maintenance, results in bug reports if it suddenly does behave different. Requires translations. Is bloat to users who don't care about it/don't touch it. Steers further away from keeping-it-simple-and-lightweight.
Default can stay unchanged for the option, thus hiding the button by default. |
fa4dd26
to
4f6a7e9
Compare
Amended the suggested changes. |
Thank you, merged |
@gsantner Thank you! |
Hello! thank you for the great app!
This is a PR that adds an option to disable the "open with" option shown on highlighted text in many apps like chromium browsers, because I personally find it quite annoying and I never use it. The default behavior of it is set to enabled, and as such it doesn't affect any existing or new installations.
Things I'm not sure about:
net.gsantner.markor_test
, the component name for the alias is stillnet.gsantner.markor.AliasDocumentProcessText
.