Recolic

Results 113 comments of 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: ![Screenshot from 2021-04-21 16-14-23](https://user-images.githubusercontent.com/19610256/115520167-75de8200-a2bc-11eb-8f69-b1247c6ce791.png)

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: ![image](https://user-images.githubusercontent.com/19610256/173328290-618a4802-a9fd-480a-b3c7-636af2b9ac5a.png) But the markdown file stored in backend is incorrect. ![image](https://user-images.githubusercontent.com/19610256/173328399-0187b4df-0daa-45b8-aca5-d9d4f3ce58fe.png)

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...