Torsten Dittmann
Torsten Dittmann
@magdapoppins @shah78677 I assigned the languages to you 👍
We could utilize [.all-contributorsrc](https://github.com/TorstenDittmann/OmniaWrite/blob/master/.all-contributorsrc) in our repo for this.
Sure, feel free to add a link to the route here: https://github.com/TorstenDittmann/OmniaWrite/blob/master/src/routes/Settings.svelte#L89-L95
I had something link https://developer.snapappointments.com/bootstrap-select/examples/#live-search in mind for this component that can be re-used anywhere on the app 🙂 You could use your already done work an built a button...
Sorry, this somehow got lost in my notifications. It should be a reusable component like this https://github.com/TorstenDittmann/OmniaWrite/blob/master/src/components/Forms/Select.svelte but with the ability to search through the results, similiar to this: 
It will get a value variable exactly like here: https://github.com/TorstenDittmann/OmniaWrite/blob/dev/src/components/Forms/Select.svelte#L15-L17 In this example it get's an array of languages: 
Yes, but it is a hard design question on how to implement it and prevent cluttering the ui. This is something that I have to work on in the future,...
Hello, Thanks for the submission, are you sure you are not blocking access to LocalStorage as well? Since I cannot think of a reason right now that disabled cookies will...
Thanks for clarifying, that makes sense 🙂 I think, the best way to solve this is showing the user a modal/text that LocalStorage needs to be activated to use OmniaWrite....
Good call, will think of a neat way on how to implement something like this 👍 Thanks :bow: