Takagi

Results 44 issues of Takagi

#### What type of PR is this? /kind improvement #### What this PR does / why we need it: 适配 Tiptap V3 版本的更新,相关 PR https://github.com/halo-dev/halo/pull/7811 当前 PR 需要等待 https://github.com/halo-dev/halo/pull/7811 合并。...

release-note-none
kind/improvement

#### What type of PR is this? /kind bug /area editor /milestone 2.22.x #### What this PR does / why we need it: 在复制并粘贴上传外链图片时,在点击转存后,目前会出现图片无法被正常转换为相对链接,并且在非第一行粘贴时,会导致错误的图片插入在第一行。 此 PR 对转存的逻辑进行了修复,在转存时获取了当前编辑器中对应节点的相对位置,确保替换链接时的位置正确性。 #### How to...

kind/bug
do-not-merge/hold
release-note
area/editor

### 前置条件 - [x] 已经在 [issues](https://github.com/halo-dev/halo/issues) 列表中搜索了相关问题。 - [x] 这是 Halo 项目本身存在的问题,如果是非项目本身的问题(如:安装部署问题),建议在 [Discussions](https://github.com/halo-dev/halo/discussions) 提交。 - [x] 已经尝试过停用所有的插件,排除是插件导致的问题。 - [x] 如果是插件和主题的问题,请在对应的插件和主题仓库提交。 ### 系统信息 None ### 使用的哪种方式运行? Docker Compose ### 发生了什么? 用户反馈,本地文档全选然后复制到编辑器后,图片无法访问。...

kind/bug

#### What type of PR is this? /kind improvement #### What this PR does / why we need it: 适配 Halo 2.22,将 `repeater` 改为使用 `array`。 > 注:升级后需要重载主题配置 #### Does this...