Daniel
b840979cb0
🎨 Search results should remain unchanged after downloading or deleting the marketplace package https://github.com/siyuan-note/siyuan/issues/12252
2024-09-05 23:02:35 +08:00
Daniel
9560277d0c
♻️ Implement some delayed kernel events using task queues https://github.com/siyuan-note/siyuan/issues/12393
2024-09-05 12:11:13 +08:00
Daniel
1458024ea5
🎨 Improve clear workspace history msg pushing https://github.com/siyuan-note/siyuan/issues/12080
2024-09-04 10:49:06 +08:00
Oleksandr Redko
b100721fee
♻️ Refactor Go to err != nil
, err == nil
( #12385 )
2024-09-04 09:40:50 +08:00
Daniel
4d00f2aeb6
🎨 Improve Liandi clipping https://github.com/siyuan-note/siyuan/issues/12368
2024-08-31 20:47:45 +08:00
Daniel
58e86d2d36
🎨 Improve Liandi clipping https://github.com/siyuan-note/siyuan/issues/12368
2024-08-31 18:25:08 +08:00
ytm157
593e3141ab
🧑💻 Add a kernel API /api/filetree/getPathByID
...
* 🧑💻 Add a new api '/api/filetree/getPathByID'
* 🧑💻 Add a new api '/api/filetree/getPathByID'
2024-08-28 17:45:09 +08:00
Misuzu2027
13140edd6b
🧑💻 Add a parameter containChildren
for the kernel API /api/ref/getBacklinkDoc
...
接口 `/api/ref/getBacklinkDoc` 和 `/api/ref/getBackmentionDoc` 添加参数 `containChildren` 。
Co-authored-by: weizelong <1710010123@qq.com>
2024-08-21 12:26:51 +08:00
Daniel
4153805335
🎨 Publish service prohibit find-replace https://github.com/siyuan-note/siyuan/issues/12168
2024-08-04 21:51:13 +08:00
Daniel
6215e37418
🎨 Improve data repo key importing https://github.com/siyuan-note/siyuan/issues/12183
2024-08-03 22:36:14 +08:00
Daniel
df8d70995c
♻️ Supports converting network assets in the database to local https://github.com/siyuan-note/siyuan/issues/12096
2024-07-26 18:41:46 +08:00
Yingyi / 颖逸
1c0a763cd7
🎨 Fixed the issue of WebSocket asynchronous initialization
...
* 🐛 Fixed the issue where WebSocket broadcast was used before initialization was complete
修复 WebSocket 广播未初始化完成即使用的问题
* 🎨 Improved broadcast-related APIs
改进广播相关 API
2024-07-11 09:05:35 +08:00
Daniel
4e9b0bc6c6
🐛 Publish https://github.com/siyuan-note/siyuan/issues/11902
2024-07-07 22:39:53 +08:00
Daniel
427293f3e6
🎨 Improve asset renaming https://github.com/siyuan-note/siyuan/issues/11889
2024-07-06 09:51:54 +08:00
Yingyi / 颖逸
f25b36ff38
Disable some menu items in read-only mode ( #11733 )
...
* 🎨 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
* 🎨 Disable some menu items in read-only mode
* 🎨 Disable some menu items in read-only mode
* Update router.go
2024-07-05 20:01:43 +08:00
Daniel
3073be676d
🎨 Improve net assets to local assets https://github.com/siyuan-note/siyuan/issues/11885
2024-07-04 23:11:56 +08:00
Daniel
ff94e0c878
🎨 Clean code
2024-06-24 23:06:09 +08:00
Daniel
06f3721fd4
⚡ Improve performance for rendering databases, due flashcards
2024-06-23 21:37:28 +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
mpcjazz
0b51219f50
Improve emoji search ( #11768 )
...
Co-authored-by: mpcjazz <mail@mpcjazz.com>
2024-06-20 11:39:16 +08:00
崮生
c0bd645048
Kernel API OCR returns text coordinate information ( #11738 )
...
* 优化setImageOCRText接口调用
* 扩展 ocr 接口,添加 ocrJSON 返回字段
* 过滤不可见字符
* 返回的ocr文本添加空格
2024-06-16 22:55:22 +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
崮生
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
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
7eafd7ada8
🎨 Improve web clip escaping code block markers https://github.com/siyuan-note/siyuan/issues/11643
2024-06-05 17:48:11 +08:00
Daniel
4e2de612d7
🎨 Add an internal kernel API /api/av/appendAttributeViewDetachedBlocksWithValues
https://github.com/siyuan-note/siyuan/issues/11608
2024-05-31 23:55:17 +08:00
Daniel
7b4d297ade
🎨 The User Guide is no longer opened repeatedly when multiple windows exist https://github.com/siyuan-note/siyuan/issues/11588
2024-05-31 10:47:24 +08:00
Daniel
d9a19bb3dc
🎨 https://github.com/siyuan-note/siyuan/issues/11542
2024-05-29 10:20:37 +08:00
Daniel
f197a4ea87
🎨 Add Duplicate non-mirror database block
https://github.com/siyuan-note/siyuan/issues/11460
2024-05-23 18:00:35 +08:00
Daniel
1a7e1370d0
🐛 The package exported from the cloud configuration cannot be imported after being renamed https://github.com/siyuan-note/siyuan/issues/11491
2024-05-21 17:10:40 +08:00
Daniel
f26e19b21e
🎨 Opening the user guide is no longer supported on iOS https://github.com/siyuan-note/siyuan/issues/11492
2024-05-21 16:54:07 +08:00
Daniel
50090db09d
🎨 Improve HTML a and img clipping https://github.com/siyuan-note/siyuan/issues/11485
2024-05-21 16:25:53 +08:00
Daniel
d3754bd630
🎨 The browser extension supports CSDN formula https://github.com/siyuan-note/siyuan/issues/5624
2024-05-21 00:04:56 +08:00
Daniel
49bb5d56a4
🎨 Improve block ref text copying https://github.com/siyuan-note/siyuan/issues/11473
2024-05-20 22:55:09 +08:00
Daniel
2456b3fd07
🎨 If a file with the same name exists during export PDF/Docx, it will be automatically renamed https://github.com/siyuan-note/siyuan/issues/11357
2024-05-19 17:56:33 +08:00
Daniel
15375cfd98
🎨 Add an internal kernel API /api/block/prependDailyNoteBlock
https://github.com/siyuan-note/siyuan/issues/11442
2024-05-17 17:33:19 +08:00
Daniel
7d87df9932
🎨 Add kernel api getAttributeViewKeysByAvID
2024-05-17 16:19:56 +08:00
Daniel
f7d23b41fd
🐛 The selection options are inconsistent after pasting data into the database https://github.com/siyuan-note/siyuan/issues/11409
2024-05-17 09:49:10 +08:00
Daniel
2058f9a0c0
🎨 Attribute Panel - Database attributes custom sorting https://github.com/siyuan-note/siyuan/issues/11428
2024-05-16 22:24:25 +08:00
Daniel
749ed8a4ac
🎨 If a file with the same name exists during export PDF/Docx, it will be automatically renamed https://github.com/siyuan-note/siyuan/issues/11357
2024-05-12 17:37:32 +08:00
Daniel
7d73482cfa
🎨 Add a kernel API /api/block/getBlockTreeInfos
https://github.com/siyuan-note/siyuan/issues/11311
2024-05-09 23:20:48 +08:00
Daniel
04ba3ed011
🎨 Support convert Base64 image when clipping HTML https://github.com/siyuan-note/siyuan/issues/11210
2024-05-01 16:39:11 +08:00
Daniel
cf187dddce
🎨 Add two shortcuts for block navigation https://github.com/siyuan-note/siyuan/issues/11193
2024-04-30 21:34:13 +08:00
Daniel
653ac93875
🐛 Notebook settings doc save path does not override global settings in some cases https://github.com/siyuan-note/siyuan/issues/11196
2024-04-30 17:23:00 +08:00
Daniel
fc3f447280
🎨 Improve duplicate doc refresh doc tree
2024-04-30 12:16:20 +08:00
Daniel
fa897e91d5
🎨 Support minimize the main window after auto launch on Windows/macOS https://github.com/siyuan-note/siyuan/issues/11145
2024-04-27 13:19:54 +08:00
Daniel
b64a9a3ad2
🎨 Support minimize the main window after auto launch on Windows/macOS https://github.com/siyuan-note/siyuan/issues/11145
2024-04-27 12:12:05 +08:00
Daniel
43359e92ec
🎨 Supports specifying the notebook to save new docs https://github.com/siyuan-note/siyuan/issues/10671
2024-04-26 18:35:03 +08:00
Daniel
b9f269ae85
🎨 Supports disabling Markdown syntax input for some inline elements https://github.com/siyuan-note/siyuan/issues/11141
2024-04-26 12:08:01 +08:00