Daniel
6f370460dc
🐛 https://github.com/siyuan-note/siyuan/issues/11776 https://github.com/siyuan-note/siyuan/issues/11773
2024-06-22 00:26:57 +08:00
Daniel
1452e7cf3f
⚡ Improve load tree performance
2024-06-22 00:01:44 +08:00
Daniel
cb16111314
⚡ Improve load tree performance
2024-06-22 00:01:44 +08:00
Daniel
675ad65bd1
🧑💻 Add internal kernel API /api/attr/batchGetBlockAttrs
https://github.com/siyuan-note/siyuan/issues/11786
2024-06-21 23:20:25 +08:00
Daniel
a35ce3e31e
🎨 Remove page number parameters from PDF annotation hyperlinks when exporting Docx https://github.com/siyuan-note/siyuan/issues/11780
2024-06-21 19:46:45 +08:00
Daniel
7a3d4a05ad
♻️ Refactor the blocktree storage https://github.com/siyuan-note/siyuan/issues/11773
2024-06-20 23:59:27 +08:00
Daniel
3fecb9d0e9
🎨 Supports creating different docs when the database primary key content is the same https://github.com/siyuan-note/siyuan/issues/11713
2024-06-20 20:02:00 +08:00
Daniel
1cbc4c6306
🎨 Ignore hidden files when generating asset history https://github.com/siyuan-note/siyuan/issues/11253
2024-06-20 19:45:02 +08:00
Daniel
273168647a
🐛 Shift+Enter
does not work properly in inline elements Fix https://github.com/siyuan-note/siyuan/issues/11766
2024-06-20 12:13:14 +08:00
mpcjazz
0b51219f50
Improve emoji search ( #11768 )
...
Co-authored-by: mpcjazz <mail@mpcjazz.com>
2024-06-20 11:39:16 +08:00
Daniel
f5c17fef1b
🎨 Improve HTML clipping https://github.com/siyuan-note/siyuan/issues/11762
2024-06-19 21:35:58 +08:00
Daniel
746438f0b1
🎨 Improve the selection operation after the image is centered https://github.com/siyuan-note/siyuan/issues/11757
2024-06-19 10:54:36 +08:00
Daniel
a4c8273824
🐛 Fix https://github.com/siyuan-note/siyuan/issues/11755
2024-06-19 09:38:02 +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
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
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
崮生
c0bd645048
Kernel API OCR returns text coordinate information ( #11738 )
...
* 优化setImageOCRText接口调用
* 扩展 ocr 接口,添加 ocrJSON 返回字段
* 过滤不可见字符
* 返回的ocr文本添加空格
2024-06-16 22:55:22 +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
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
Daniel
8bdd59a156
🎨 https://github.com/siyuan-note/siyuan/issues/11707
2024-06-15 11:20:06 +08:00
Daniel
70935cb790
⬆️ Upgrade kernel deps
2024-06-15 10:03:37 +08:00
Yingyi / 颖逸
ba2193403d
✨ Support read-only publish service
...
* 🎨 kernel supports read-only publishing services
* 🐛 Fix authentication vulnerabilities
* 🎨 Protect secret information
* 🎨 Adjust the permission control
* 🎨 Adjust the permission control
* 🎨 Fixed the vulnerability that `getFile` gets file `conf.json`
* 🎨 Add API `/api/setting/setPublish`
* 🎨 Add API `/api/setting/getPublish`
* 🐛 Fixed the issue that PWA-related files could not pass BasicAuth
* 🎨 Add a settings panel for publishing features
* 📝 Add guide for `Publish Service`
* 📝 Update Japanese user guide
* 🎨 Merge fixed static file services
2024-06-12 21:03:51 +08:00
Daniel
1b7be9b6f0
🐛 Failed to rename the document after moving it https://github.com/siyuan-note/siyuan/issues/11661
2024-06-12 18:04:45 +08:00
Daniel
0de9ecb61b
🎨 Revert https://github.com/siyuan-note/siyuan/issues/11667
2024-06-12 17:35:57 +08:00
Daniel
f7167a603d
🎨 No paging when searching by document group https://github.com/siyuan-note/siyuan/issues/11667
2024-06-12 16:56:34 +08:00
Daniel
f51b337693
🎨 Display details when exporting .sy.zip and data.zip https://github.com/siyuan-note/siyuan/issues/11696
2024-06-12 12:03:31 +08:00
Daniel
511a4bdd8a
🎨 Display database title in bookmark panel https://github.com/siyuan-note/siyuan/issues/11666
2024-06-12 10:20:17 +08:00
Daniel
6758561a44
🎨 Search Group by doc
follows the search setting limit display https://github.com/siyuan-note/siyuan/issues/11667
2024-06-11 21:55:20 +08:00
Daniel
1d5a486d57
🎨 Remove invisible characters from file names when uploading assets https://github.com/siyuan-note/siyuan/issues/11683
2024-06-11 17:40:33 +08:00
Daniel
428c34c931
🎨 Ignore hidden files loading into asset cache
2024-06-11 17:32:55 +08:00
Daniel
14c4701cd1
⬆️ Upgrade kernel deps
2024-06-11 11:36:26 +08:00
Daniel
334f693d5d
🎨 Repeat the escaped content of the image title https://github.com/siyuan-note/siyuan/issues/11681
2024-06-11 11:36:25 +08:00
Daniel
d993b624ee
🎨 Keep the width when duplicating database table view field https://github.com/siyuan-note/siyuan/issues/11552
2024-06-10 17:10:33 +08:00
Daniel
dcb1237af3
🎨 Keep the width when duplicating database table view field https://github.com/siyuan-note/siyuan/issues/11552
2024-06-10 16:54:43 +08:00
Daniel
22c94e9a68
🎨 Keep the width when duplicating database table view field https://github.com/siyuan-note/siyuan/issues/11552
2024-06-10 16:53:43 +08:00
Daniel
cb41abb7bd
🎨 Keep the width when duplicating database table view field https://github.com/siyuan-note/siyuan/issues/11552
2024-06-10 16:50:00 +08:00
Daniel
68585e21e3
🎨 Keep the width when duplicating database table view field https://github.com/siyuan-note/siyuan/issues/11552
2024-06-10 16:25:57 +08:00
Daniel
2189ebd137
🎨 Improve Wikipedia clipping https://github.com/siyuan-note/siyuan/issues/11640
2024-06-07 17:22:48 +08:00
Daniel
ec7f286841
⬆️ Upgrade kernel deps
2024-06-06 10:27:44 +08:00
Daniel
a7cff97796
🎨 Improve Zhihu formula clipping https://github.com/siyuan-note/siyuan/issues/11653
2024-06-06 09:49:28 +08:00
Daniel
06b7c7e3db
🎨 Improve Add to Database
search https://github.com/siyuan-note/siyuan/issues/11644
2024-06-05 23:25:16 +08:00