泷涯
泷涯
This is the result of [Manifest v2 support](https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline) being deprecated in favor of [Manifest v3](https://developer.chrome.com/docs/extensions/develop/migrate/what-is-mv3). HE is a Manifest v2 extension, hence the warning in your Google Chrome browser. There...
Update: I have basically completed the development of the lite version, but the code changes are significant, and I'm not sure if it will cause other issues. I'm considering whether...
Update: the lite version has been submitted to Google for review and will be available after the review is completed. --- Note: * Due to the restrictions of manifest v3,...
The lite version has been released. If you have any questions, please report them through a new issue.
使用plugins属性
> 最好是可以定义图片上传的逻辑,比如上传后显示的都是,我只想显示xxxxxx,不想要md图片的格式符号; > > 如果上述实现不了的话,我想要彻底禁用图片上传功能,不只是不显示按钮(我知道可以通过css实现),但是直接复制图片也会显示 1. 不要配置onImageUpload,则不会响应图片粘贴 2. 使用 `Editor.unuse(Plugins.Image)` 移除内置的上传插件
应当新增zh-TW语言
Developer tools (including Chrome and Firefox) do not display modified response headers. This result is inaccurate, so please refer to the actual results. For example, modifying `content-type` to `text/plain` can...