🎨 Improve copying Excel cell to table cell Fix https://github.com/siyuan-note/siyuan/issues/9569

This commit is contained in:
Daniel 2023-11-08 10:02:49 +08:00
parent ec3acdb978
commit e19f263dcb
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
6 changed files with 7 additions and 4 deletions

View file

@ -16,6 +16,7 @@ Below are the detailed changes in this version.
* [Support GFScript code block highlighting](https://github.com/siyuan-note/siyuan/issues/9558)
* [Flashcard `Open in New Tab` retains its status](https://github.com/siyuan-note/siyuan/issues/9561)
* [Support exporting/importing S3 and WebDAV configurations](https://github.com/siyuan-note/siyuan/issues/9566)
* [Improve copying Excel cell to table cell](https://github.com/siyuan-note/siyuan/issues/9569)
* [Support search installed marketplace packages](https://github.com/siyuan-note/siyuan/issues/9577)
* [Improve assets list display position and close interaction](https://github.com/siyuan-note/siyuan/issues/9579)
* [Add label to link, ref, file annotation and so on input](https://github.com/siyuan-note/siyuan/issues/9583)

View file

@ -16,6 +16,7 @@
* [支援 GFScript 程式碼區塊高亮](https://github.com/siyuan-note/siyuan/issues/9558)
* [閃卡 `在新頁籤中開啟` 保留複習狀態](https://github.com/siyuan-note/siyuan/issues/9561)
* [支援匯出/匯入 S3 和 WebDAV 配置](https://github.com/siyuan-note/siyuan/issues/9566)
* [改進複製 Excel 儲存格到表格儲存格](https://github.com/siyuan-note/siyuan/issues/9569)
* [支援在已安裝的市集包中搜尋](https://github.com/siyuan-note/siyuan/issues/9577)
* [改進題頭圖搜尋資源檔案顯示位置和關閉的互動](https://github.com/siyuan-note/siyuan/issues/9579)
* [為超連結、引用和檔案註解新增輸入框識別文案](https://github.com/siyuan-note/siyuan/issues/9583)

View file

@ -16,6 +16,7 @@
* [支持 GFScript 代码块高亮](https://github.com/siyuan-note/siyuan/issues/9558)
* [闪卡 `在新页签中打开` 保留复习状态](https://github.com/siyuan-note/siyuan/issues/9561)
* [支持导出/导入 S3 和 WebDAV 配置](https://github.com/siyuan-note/siyuan/issues/9566)
* [改进复制 Excel 单元格到表格单元格](https://github.com/siyuan-note/siyuan/issues/9569)
* [支持在已安装的集市包中进行搜索](https://github.com/siyuan-note/siyuan/issues/9577)
* [改进题头图搜索资源文件显示位置和关闭的交互](https://github.com/siyuan-note/siyuan/issues/9579)
* [为超链接、引用和文件注解添加输入框标识文案](https://github.com/siyuan-note/siyuan/issues/9583)

File diff suppressed because one or more lines are too long

View file

@ -9,7 +9,7 @@ require (
github.com/88250/clipboard v0.1.5
github.com/88250/epub v0.0.0-20230830085737-c19055cd1f48
github.com/88250/gulu v1.2.3-0.20231023172823-f152fc5d93ef
github.com/88250/lute v1.7.6-0.20231028162145-1bc5cc6e689a
github.com/88250/lute v1.7.6-0.20231108015409-190efcc81cd8
github.com/88250/pdfcpu v0.3.14-0.20230401044135-c7369a99720c
github.com/88250/vitess-sqlparser v0.0.0-20210205111146-56a2ded2aba1
github.com/ClarkThan/ahocorasick v0.0.0-20231011042242-30d1ef1347f4

View file

@ -10,8 +10,8 @@ github.com/88250/go-sqlite3 v1.14.13-0.20220714142610-fbbda1ee84f5 h1:8HdZozCsXS
github.com/88250/go-sqlite3 v1.14.13-0.20220714142610-fbbda1ee84f5/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU=
github.com/88250/gulu v1.2.3-0.20231023172823-f152fc5d93ef h1:LVJO3aj18v63T2whGGt3gL5imkJk+7ujPfFv38X7Oi8=
github.com/88250/gulu v1.2.3-0.20231023172823-f152fc5d93ef/go.mod h1:pTWnjt+6qUqNnP9xltswsJxgCBVu3C7eW09u48LWX0k=
github.com/88250/lute v1.7.6-0.20231028162145-1bc5cc6e689a h1:H1WaOyTfyvjFS95XabKa1YtvBoedywqH5PJw/QLnt3Y=
github.com/88250/lute v1.7.6-0.20231028162145-1bc5cc6e689a/go.mod h1:+wUqx/1kdFDbWtxn9LYJlaCOAeol2pjSO6w+WJTVQsg=
github.com/88250/lute v1.7.6-0.20231108015409-190efcc81cd8 h1:JTDntAVUvuBTDyT4AZJodUd64eBU6Z4xFszEokDV9hQ=
github.com/88250/lute v1.7.6-0.20231108015409-190efcc81cd8/go.mod h1:+wUqx/1kdFDbWtxn9LYJlaCOAeol2pjSO6w+WJTVQsg=
github.com/88250/pdfcpu v0.3.14-0.20230401044135-c7369a99720c h1:Dl/8S9iLyPMTElnWIBxmjaLiWrkI5P4a21ivwAn5pU0=
github.com/88250/pdfcpu v0.3.14-0.20230401044135-c7369a99720c/go.mod h1:S5YT38L/GCjVjmB4PB84PymA1qfopjEhfhTNQilLpv4=
github.com/88250/vitess-sqlparser v0.0.0-20210205111146-56a2ded2aba1 h1:48T899JQDwyyRu9yXHePYlPdHtpJfrJEUGBMH3SMBWY=