CXPLAY

Results 37 issues of CXPLAY

**Describe the bug** I chose to set "MICROBIN_EDITABLE" to false, but the created public pastas can still be edited at will. I didn't find the checkbox to enable "editable". **To...

bug
documentation

Currently(v2.0.4), when viewing pasta using raw text, it results in garbled code if it contains CJK characters and Emoji. This problem can be solved by changing the encoding format of...

bug

此外, 对于重复的标题 ID 是应该在第二次出现开始加入编号, 还是从第一个标题 ID 就给予编号也应该能够实现自定义. 某些编辑器(Typora)中如果出现重复标题 ID, 则中从第一个就会开始编号计数, 而不是第二个: ``` #title-1 #title-2 #title-3 ``` _Originally posted by @cxplay in https://github.com/hexojs/hexo-renderer-markdown-it/issues/196#issuecomment-1516258317_

在出现重复标题时, 意味着标题 ID 也会重复, 但标题重复是正常的, 标题 ID 不能重复. 于是在定义重复标题 ID 开始计数的数字时出现了分歧: 在 VS Code, 由 IntelliSense 提供支持的 Markdown [自动路径补全](https://code.visualstudio.com/docs/languages/markdown#_path-completions)中, 对于出现重复标题的开始计数的数字是 `1`; 但是当前 hexo-renderer-markdown-it 开始计数的数字默认是 `2`. 例如存在如下的 Markdown 源代码: ``` ##...

> This issue is inspired from: https://github.com/nostr-protocol/nips/pull/904#issuecomment-1837962803 To improve overall user experience, it would be advantageous for Nostr to introduce a universal markup language that accommodates the content creator's preferences...

- 页面路径: (任意 HoYoLAB 文章) - 命中规则: https://github.com/xinggsf/Adblock-Plus-Rule/blob/9883b6445d926a0f8d35f85caed2cb3d0ecf3a9d/rule.txt#L70 - 命中资源:

> 相关问题: [针对AWS S3 API兼容性问题 · Issue #1559 · cloudreve/Cloudreve](https://github.com/cloudreve/Cloudreve/issues/1559) 根据 AWS S3 储存桶的命名规则: [Bucket naming rules - Amazon Simple Storage Service](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html) 储存桶命名可以使用带有 `.` (小数点) 的字符, 但是使用带点字符后将无法使用主机格式路径访问文件, 因为这与 SSL 证书的许可域名发生冲突....

Currently, downloading from a script results in WebP-formatted images, and occasionally only thumbnails. I'm not sure if this is normal behavior. In contrast, I would like to be able to...

bug
fixed

ZIP compress HTML very well, but it can't do much for unstructured data like images. Would it be possible for SingleFileZ to convert all images in a page to AVIF...

feature request
optimization

I'm analyzing an Android app and noticed that its server returns a base64-encoded JSON response to it. Is there a way to handle this encoded JSON data via AdGuard? I...

Feature request
Priority: P4