simple-login/Simple-Login-iOS

Use website name when creating a new alias via the keyboard

nguyenkims opened this issue · 3 comments

Currently a totally random alias is created. For example in the below screenshot, the alias is created on reddit but doesn't contain the reddit prefix.

It'd be nice the website can be used to create the alias:

image

This is impossible because the keyboard doesn't have knowledge about such information. Share Extension is more appropriate in this case.

I see, we can maybe consider adding a full keyboard in SL in the future then. https://getkeyboardkit.com/ seems promising.

Yes I know this library and the author. We can consider using it to make a full-fledged keyboard later.