Alfredo Medrano
Alfredo Medrano
I would like to contribute to development and PR reviewing, I'm working on [i18n](https://github.com/QuinsZouls/marktext/tree/feature-add-i18n-support)
I appreciate your help, I decided to help and add a best way to implement i18n, you can look to my repo [here](https://github.com/QuinsZouls/marktext/tree/feature-add-i18n-support) (has the lasted version of Marktext so...
@AnClark Yeah, it's up-to-date with upstream. I have implemented around 70% of yours translations, there's a few rendered components left. Btw, there's new translations so maybe I could need your...
@perry-mitchell Here's my approach: I can implement a QR scanner with a common website using some camera lib available for JavaScript. Then I'll create a webview in react native to...
@julianpoemp It's possible, but I need to store and import the JavaScript lib. I'll take an extra steps to setup a path resolver to allow JavaScript importation in the HTML...
@perry-mitchell Yes, I have interest on it. I'm currently working and trying to implement local embedding on the webview. Here's my current report: - embedding local HTML works only on...
@julianpoemp I saw html5-qrcode, works well but style by default is not good . Update: i'm able to load the webview locally on android and ios, the problem in[ android...
Update: QR scanner works What's next: build a script for jsqr lib embedding in html file, test if webview works on android builds and IOS 
It's not possible import a local JavaScript file from HTML, the only viable option is create a custom script that embed jsqr library from node_modules. Probably a post install script....
I just added a nodejs script that builds the HTML file with jsqr dependency, also excluded HTML bundled from git