Stephen Karl Larroque
Stephen Karl Larroque
@jaap-karssenberg And lastly, can you outline how you accomplish the feat of having a WYSIWYG editor in Zim Desktop? In particular, how can you render, allow edition on the render,...
BTW, there are lots of HTML to Markdown javascript WYSIWYG editors: * A Python based one to convert back and forth to Markdown (can be a good inspiration): http://md-wysiwyg.sourceforge.net/ *...
Update: I tried to compile an APK using the following steps: * Use the [Kivy VirtualBox machine image](https://kivy.org/docs/guide/packaging-android-vm.html). * Update python-for-android (to avoid the ["Invalid or unsupported command list" error](https://github.com/kivy/python-for-android/issues/1070))...
I have advanced a bit, I made a theoretically functional app to display webpages generated from a background webserver as a service. Why theoretically? Because I cannot test with Kivy...
Also note that a current limitation of using webview on Android is that it's not possible to add any other widget on-screen, thus by going this route, ZimAndroid will need...
The specific test I did for twisted is here: https://github.com/lrq3000/kivy-twisted-android The app connects but does nothing afterwards... Also might be interesting: * Python 3 compatibility for webview on Android: https://github.com/kollivier/pyeverywhere/blob/master/src/pew/kivy_pew/webview.py...
Finally I could make it! See PR #5 for PACK-1 & PACK-2 proposal :-)
use from mlabwrap import mlabwrap instead of just import mlabwrap
@Galixte J'imagine que tu fais référence à ça: https://github.com/steeve/legifrance-go Effectivement ce package permet de manipuler les dump legifrance (j'imagine en JSON mais le repo https://github.com/steeve/legifrance2json n'a aucun code source), mais...
Effectivement y a pas le code source du crawler pour le moment, mais il y a d'autres projets similaires et qui sont fonctionnels, voir #3 .