Commit Graph

185 Commits

Author SHA1 Message Date
Daniel
bea32e96d5
🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842 2023-12-08 13:05:50 +08:00
Daniel
283917a9a8
🎨 OCR no longer blocks document loading https://github.com/siyuan-note/siyuan/issues/9230 2023-12-07 20:40:16 +08:00
Daniel
b1cea465ac
🎨 Improve file read/write locking https://github.com/siyuan-note/siyuan/issues/9748 2023-12-05 17:51:17 +08:00
Daniel
f5205d846c
🎨 List file/asset history following the limit of editor history retention days https://github.com/siyuan-note/siyuan/issues/9723 2023-11-22 22:11:56 +08:00
Daniel
b894c7b300
🎨 Kernel API /api/query/sql support || operator https://github.com/siyuan-note/siyuan/issues/9662 2023-11-17 21:13:39 +08:00
Daniel
422b8fdecd
🎨 Kernel API /api/query/sql support || operator https://github.com/siyuan-note/siyuan/issues/9662 2023-11-17 21:11:42 +08:00
Daniel
6bb89ed2e5
🎨 Repeated references to the same block within a block only count as one reference Fix https://github.com/siyuan-note/siyuan/issues/9670 2023-11-16 20:35:15 +08:00
Daniel
c65c32caf9
🎨 Kernel API /api/query/sql support || operator https://github.com/siyuan-note/siyuan/issues/9662 2023-11-15 23:46:51 +08:00
Daniel
3635cf6a64
🎨 Automatically check and eliminate duplicate reference relationships Fix https://github.com/siyuan-note/siyuan/issues/9618 2023-11-10 11:53:02 +08:00
Daniel
368091bd53
🎨 Automatically check and eliminate duplicate reference relationships Fix https://github.com/siyuan-note/siyuan/issues/9618 2023-11-10 11:01:27 +08:00
Daniel
70c56c8e25
🐛 Notebook data may be corrupted during data synchronization https://github.com/siyuan-note/siyuan/issues/9594 2023-11-06 22:44:06 +08:00
Daniel
5e6d94783b
🎨 Improve priority of folding processing when headings and super blocks are mixed https://github.com/siyuan-note/siyuan/issues/9488 2023-10-24 00:56:10 +08:00
Daniel
0014a5eea4
🎨 Supports searching database blocks by the view title https://github.com/siyuan-note/siyuan/issues/9348 2023-10-05 12:41:39 +08:00
Daniel
3c67701681
🎨 Supports searching database blocks by the view title https://github.com/siyuan-note/siyuan/issues/9348 2023-10-05 12:40:25 +08:00
Daniel
68be7bdfe4
🎨 Improve node parsing 2023-08-15 10:07:28 +08:00
Daniel
1d3e58101b
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-11 11:04:47 +08:00
Daniel
298b95dea3
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-11 10:19:11 +08:00
Daniel
81800a029f
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-11 00:23:57 +08:00
Daniel
afb698d1fe
🎨 Attribute View number column format https://github.com/siyuan-note/siyuan/issues/8764 2023-08-04 12:29:32 +08:00
Daniel
7d992ce175
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-04 12:05:29 +08:00
Daniel
c8cfe190fa
🎨 Push database index commit event https://github.com/siyuan-note/siyuan/issues/8814 2023-07-27 22:48:32 +08:00
Daniel
d800fc169e
🎨 Push database index commit event https://github.com/siyuan-note/siyuan/issues/8814 2023-07-27 22:38:06 +08:00
Daniel
4e69f9596c
🎨 Improve init sync stability 2023-07-18 01:08:54 +08:00
Daniel
39b28cbc98
♻️ Refactor av data structure 2023-07-11 22:12:11 +08:00
Daniel
e6aa17249a
🎨 Improve the backlink display when the first sub-block under the list item block contains hyperlinks Fix https://github.com/siyuan-note/siyuan/issues/8661 2023-07-03 10:50:27 +08:00
Daniel
be1b34a163
🎨 Update av 2023-06-30 15:42:17 +08:00
Daniel
b9c35fd0f5
🎨 Update slogan Refactor your thinking https://github.com/siyuan-note/siyuan/issues/8608 2023-06-24 20:39:55 +08:00
Daniel
f7d8a02138
🎨 Auto rebuild history database index when indexing failed https://github.com/siyuan-note/siyuan/issues/8543 2023-06-15 10:22:43 +08:00
Daniel
073af9a310
🎨 Improve history database index https://github.com/siyuan-note/siyuan/issues/8506 2023-06-09 13:02:21 +08:00
Daniel
772c809e31
🎨 Support for opening file history on the doc tree https://github.com/siyuan-note/siyuan/issues/8448 2023-06-03 21:22:30 +08:00
Liang Ding
3fdf00bbbd
🎨 API /api/query/sql support UNION statement https://github.com/siyuan-note/siyuan/issues/8226 2023-05-10 15:30:25 +08:00
Liang Ding
3790507ee2
🎨 Add Settings - Search - Index - Asset path Fix https://github.com/siyuan-note/siyuan/issues/8221 2023-05-10 10:30:05 +08:00
Liang Ding
a48154ba84
🎨 API /api/query/sql add LIMIT clause https://github.com/siyuan-note/siyuan/issues/8167 2023-05-04 10:11:29 +08:00
Liang Ding
4cc8e18342
🎨 Global search ignores LIMIT clause when using SQL method https://github.com/siyuan-note/siyuan/issues/8071 2023-04-21 10:46:55 +08:00
Liang Ding
1eba131624
🎨 Global search supports pagination to display results https://github.com/siyuan-note/siyuan/issues/7948 2023-04-21 09:49:13 +08:00
Liang Ding
f0e80505f0
🎨 Content type filtering when inserting reference links via ((, [[ https://github.com/siyuan-note/siyuan/issues/8009 2023-04-17 22:53:07 +08:00
Liang Ding
c316951592
🎨 Content type filtering when inserting reference links via ((, [[ https://github.com/siyuan-note/siyuan/issues/8009 2023-04-17 22:47:25 +08:00
Liang Ding
2de23a977b
🎨 Attribute View map to database table https://github.com/siyuan-note/siyuan/issues/7677 2023-04-01 16:18:19 +08:00
Liang Ding
ee7ab26fcd
🐛 After the document is transferred to the heading, occurs two copies of the reference block Fix https://github.com/siyuan-note/siyuan/issues/7819 2023-03-29 19:38:36 +08:00
Liang Ding
5f6d1eac9a
🎨 使用第三方同步盘时弹出提示并退出内核 https://github.com/siyuan-note/siyuan/issues/7683 2023-03-19 00:12:28 +08:00
Liang Ding
2601605953
♻️ 将退出码移到 logging 项目中 2023-03-18 18:10:06 +08:00
Liang Ding
5971076749
🎨 使用第三方同步盘时弹出提示并退出内核 https://github.com/siyuan-note/siyuan/issues/7683 2023-03-17 16:29:50 +08:00
Liang Ding
31738cacf6
🐛 生成文件历史索引报错 Fix https://github.com/siyuan-note/siyuan/issues/7509 2023-02-28 09:47:34 +08:00
Liang Ding
7a7e9d5af2
🎨 改进移动文档性能 https://github.com/siyuan-note/siyuan/issues/7422 2023-02-21 13:48:02 +08:00
Liang Ding
ad4bbc6240
🎨 改进移动文档性能 https://github.com/siyuan-note/siyuan/issues/7422 2023-02-21 13:21:14 +08:00
Liang Ding
4e58f47a25
🎨 改进移动文档性能 https://github.com/siyuan-note/siyuan/issues/7422 2023-02-21 13:16:19 +08:00
Liang Ding
3a36def366
🎨 改进移动文档性能 https://github.com/siyuan-note/siyuan/issues/7422 2023-02-21 13:00:27 +08:00
Liang Ding
c88268fbfd
🎨 移动文档更新索引时区分大小写 2023-02-21 12:39:29 +08:00
Liang Ding
aad58a221f
🎨 移动文档更新索引时区分大小写 2023-02-21 12:37:32 +08:00
Liang Ding
6faff1109c
🐛 复制含链接的块为引用块异常 Fix https://github.com/siyuan-note/siyuan/issues/7426 2023-02-21 10:48:51 +08:00