Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Use query strings / search params #60

Open
rikurauhala opened this issue Jan 9, 2023 · 1 comment
Open

Use query strings / search params #60

rikurauhala opened this issue Jan 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rikurauhala
Copy link
Owner

rikurauhala commented Jan 9, 2023

An idea for further development: adding support for query strings or search params. The user could manipulate the url directly and get the results they want.

For example, navigating straight to 0b.is/100?from=8&to=16 would convert the number 100 from base 8 (octal) to base 16 (hexadecimal).

The url could also be something like this: 0b.is/convert?number=100&from=8&to=16.

Updating the url after each conversion would also allow users to easily share the results by just copying and sharing the url.

@rikurauhala rikurauhala added the enhancement New feature or request label Jan 9, 2023
@main95
Copy link
Contributor

main95 commented Jan 9, 2023

If you want you can assign this issue to me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants