Commit graph

14292 commits

Author SHA1 Message Date
Vanessa
dd10a01fbb 🎨 https://github.com/siyuan-note/siyuan/issues/11749 2024-06-18 22:50:22 +08:00
Daniel
4ad12872f5
🎨 Custom Emoji folders no longer require manual refresh when they change https://github.com/siyuan-note/siyuan/issues/11749 2024-06-18 22:37:48 +08:00
Daniel
f9c8fd8aa4
🎨 Custom Emoji folders no longer require manual refresh when they change https://github.com/siyuan-note/siyuan/issues/11749 2024-06-18 22:37:47 +08:00
Vanessa
38b5a20141 Merge remote-tracking branch 'origin/dev' into dev 2024-06-18 22:37:16 +08:00
Vanessa
5d051d0c64 🚨 2024-06-18 22:36:53 +08:00
Daniel
598ddebf80
🎨 Custom Emoji folders no longer require manual refresh when they change https://github.com/siyuan-note/siyuan/issues/11749 2024-06-18 22:36:50 +08:00
Vanessa
cc5003549c Merge remote-tracking branch 'origin/dev' into dev 2024-06-18 22:35:10 +08:00
Vanessa
9555aa099c 🎨 https://github.com/siyuan-note/siyuan/issues/11749 2024-06-18 22:34:50 +08:00
Daniel
ed85d29e51
🎨 Custom Emoji folders no longer require manual refresh when they change https://github.com/siyuan-note/siyuan/issues/11749 2024-06-18 19:31:04 +08:00
Daniel
aa7a745eb2
🎨 Custom Emoji folders no longer require manual refresh when they change https://github.com/siyuan-note/siyuan/issues/11749 2024-06-18 19:25:22 +08:00
Daniel
cf584ea551
🎨 Improve HTML clipping https://github.com/siyuan-note/siyuan/issues/11745 2024-06-17 23:38:01 +08:00
Daniel
fd0a9f4151
🎨 Improve inline elements pasting https://github.com/siyuan-note/siyuan/issues/11740 2024-06-17 11:51:13 +08:00
Daniel
1b625c90a5
🎨 Improve HTML code clipping https://github.com/siyuan-note/siyuan/issues/11642 2024-06-17 11:51:12 +08:00
Vanessa
f9eb5388b5 🎨 https://github.com/siyuan-note/siyuan/issues/11685 2024-06-17 11:15:46 +08:00
Vanessa
7872366448 🎨 https://github.com/siyuan-note/siyuan/issues/11715 2024-06-17 10:42:06 +08:00
Vanessa
c11cb2eba4 🎨 https://github.com/siyuan-note/siyuan/issues/11715 2024-06-17 10:35:13 +08:00
Vanessa
19a601a065 🎨 https://github.com/siyuan-note/siyuan/issues/11465 2024-06-17 10:00:42 +08:00
Vanessa
7bbc10d4ee 🎨 2024-06-17 09:42:40 +08:00
Vanessa
f53395607a 🐛 fix https://github.com/siyuan-note/siyuan/issues/11609 2024-06-17 00:37:12 +08:00
Vanessa
ed10c70200 Merge remote-tracking branch 'origin/dev' into dev 2024-06-16 23:44:28 +08:00
Vanessa
58efcd588d 🎨 fix https://github.com/siyuan-note/siyuan/issues/11610 2024-06-16 23:44:02 +08:00
崮生
c0bd645048
Kernel API OCR returns text coordinate information (#11738)
* 优化setImageOCRText接口调用

* 扩展 ocr 接口,添加 ocrJSON 返回字段

* 过滤不可见字符

* 返回的ocr文本添加空格
2024-06-16 22:55:22 +08:00
Vanessa
974f1c1183 🎨 fix https://github.com/siyuan-note/siyuan/issues/11465 2024-06-16 17:26:11 +08:00
Vanessa
c903101418 Merge remote-tracking branch 'origin/dev' into dev 2024-06-16 16:02:34 +08:00
Vanessa
b1f09af7fa 🎨 数据库单元格编辑撤销 2024-06-16 16:01:52 +08:00
Daniel
47594e08d2
🎨 Improve HTML entity clipping https://github.com/siyuan-note/siyuan/issues/11557 2024-06-16 12:53:30 +08:00
Daniel
2a47791b4d
🎨 Improve duplicating for a doc with databases https://github.com/siyuan-note/siyuan/issues/11602 2024-06-16 11:08:21 +08:00
Daniel
2589b009eb
🎨 Improve embed blocks exporting https://github.com/siyuan-note/siyuan/issues/11725 2024-06-16 00:08:15 +08:00
Vanessa
011fcbf1c2 🎨 fix https://github.com/siyuan-note/siyuan/issues/11701 2024-06-15 22:54:33 +08:00
Vanessa
4feb8a67c1 🎨 fix https://github.com/siyuan-note/siyuan/issues/11729 2024-06-15 22:42:04 +08:00
Vanessa
e92da8ad73 Merge remote-tracking branch 'origin/dev' into dev 2024-06-15 22:17:23 +08:00
Vanessa
51ec3ec69c 🎨 fix https://github.com/siyuan-note/siyuan/issues/11713 2024-06-15 22:16:58 +08:00
Daniel
ba8b07f64c
🎨 Supports creating different docs when the database primary key content is the same https://github.com/siyuan-note/siyuan/issues/11713 2024-06-15 21:47:49 +08:00
Daniel
e99852f067
🎨 Improve database block remove https://github.com/siyuan-note/siyuan/issues/11731 2024-06-15 21:41:04 +08:00
崮生
b590091c9e
🎨 Remove the check for !TesseractEnabled when saving OCR recognition results (#11708)
* 去除保存ocr识别结果时对 !TesseractEnabled 的检测

* 🐛 https://github.com/siyuan-note/siyuan/issues/11709

* https://github.com/siyuan-note/siyuan/pull/11708

修改ocr相关接口

* https://github.com/siyuan-note/siyuan/pull/11708

修改前端相关代码

* Update router.go

* Update router.go

---------

Co-authored-by: Vanessa <lly219@gmail.com>
2024-06-15 17:51:48 +08:00
Vanessa
6efa948859 Merge remote-tracking branch 'origin/dev' into dev 2024-06-15 11:20:47 +08:00
Vanessa
d29174ca76 🎨 fix https://github.com/siyuan-note/siyuan/issues/11720 2024-06-15 11:20:34 +08:00
Daniel
8bdd59a156
🎨 https://github.com/siyuan-note/siyuan/issues/11707 2024-06-15 11:20:06 +08:00
Daniel
f293933802
🎨 Improve Wikipedia clipping https://github.com/siyuan-note/siyuan/issues/11640 2024-06-15 11:20:06 +08:00
Vanessa
b8346b4649 🎨 fix https://github.com/siyuan-note/siyuan/issues/11710 2024-06-15 10:53:06 +08:00
Vanessa
effaa31dce Merge remote-tracking branch 'origin/dev' into dev 2024-06-15 10:07:16 +08:00
Vanessa
4cfb7f1ace 🎨 fix https://github.com/siyuan-note/siyuan/issues/11726 2024-06-15 10:06:46 +08:00
Daniel
70935cb790
⬆️ Upgrade kernel deps 2024-06-15 10:03:37 +08:00
Vanessa
0637a03e82 🎨 fix https://github.com/siyuan-note/siyuan/issues/11633 2024-06-13 15:28:01 +08:00
Vanessa
43b18ad750 🐛 https://github.com/siyuan-note/siyuan/issues/11709 2024-06-13 10:51:47 +08:00
Vanessa
001f20fec0 💄 https://github.com/siyuan-note/siyuan/issues/11670 2024-06-13 09:17:05 +08:00
Jeffrey Chen
13b21ad6dc
改进主菜单按钮悬浮提示 (#11706)
* 更新 topBar.ts

* 更新 topBar.ts
2024-06-13 09:01:28 +08:00
Jeffrey Chen
88605d5380
📝 Improve user guide
* 用户指南

* 日语界面
2024-06-13 08:28:09 +08:00
Vanessa
19dd387064 ♻️ 当 code 大于 0 时同样需要进行相关的业务处理 https://github.com/siyuan-note/siyuan/pull/11367 2024-06-12 23:11:31 +08:00
Vanessa
c07a1a69db Merge remote-tracking branch 'origin/dev' into dev 2024-06-12 23:00:53 +08:00