Recolic
Recolic
Could we add a switch, to allow user to enable this feature/extension?
Same issue, A: Windows 10, Firefox, iqiyi B: ArchLinux, Firefox, iqiyi
Allow pulling incoming email will make nanolist much easier to setup. I am looking for a mailing list for my VPN service. There would be less than 10 subscribers, so...
I can reproduce this error. It seems that it's creating unix directory with bad structure: 
It seems to be a bug in golang `os.MkdirAll()`. If the permission is not 0777, it creates a invalid unix directory and fails. I'm using go1.16.2, linux/amd64. linux 5.10.20-1-lts. Simply...
Just double-confirm it. If it's useless, remove them. If it's still useful, remove `deprecated soon`... I believe the "deprecated soon" tag doesn't make sense at all... -- Recolic Keghart ***@***.***...
Javascript is sending correct web request:  But the markdown file stored in backend is incorrect. 
I tried to understand the source code, but I don't know which PHP function is processing `content/edit?destination=post`. I failed and gave up. Waiting for someone else to look into this...
Hi. Anyone interested in solving this issue? Or just give me some hint about how to debug it
> Maybe stripslashes() in add_content() ?: https://github.com/danpros/htmly/blob/27cc9cbbff93f0d098737d66bd3902301f6ffd16/system/admin/admin.php Exactly. The issue got resolved after removing the `stripslashes()` call. What's the purpose for this function? It looks weird to modify the post...