Daksh777/TakeABreak

User Friendly Inputs

Ashit743 opened this issue · 8 comments

Is your feature request related to a problem? Please describe.

Add site link or Enter website directly can be user friendly to take user inputs, for example, if the user input is facebook then we can add 'https//:' prefix and '.com' suffix

Describe the solution you'd like.

using regex

Describe alternatives you've considered.

considered auto-suggestion feature for sites if users enter it wrong.

Add any other context or screenshots about the feature request here.

No response

@Ashit743 that is exactly why we have quick links below the direct input box, I don't think we will need something like that.

@Daksh777 check this out
Screenshot (136)
Screenshot (137)

In our Mobiles, we can see that even though we have apps some users prefer to search it by name instead of finding the app itself so that it would be quick

Okay, can you explain how you'll go about doing this?

@Daksh777 I have checked the main.js file function customUrl() where you have checked for 'https://' , and if not found added one similarly I will try to check if it has a .com at the end and if not I will add one

But that won't work with websites that do not use .com and use something else like .org

Interesting case, I will try to use Url constructor to catch errors
or other methods mentioned in this forum

or

@Daksh777 it would be convenient if we mention example.com/.org /.tech/.in etc instead of goto

I think that would be a lot of unnecessary work and it's not worth it.

Ok