Commit Graph

105 Commits

Author SHA1 Message Date
Daniel
e321c639a7 🎨 Update the parent_id of blocks below a heading block when updating the heading block https://github.com/siyuan-note/siyuan/issues/14871 2025-05-24 11:59:47 +08:00
Daniel
536aa39f95 🎨 Add template function getBlock https://github.com/siyuan-note/siyuan/issues/14474 2025-03-31 16:39:24 +08:00
Daniel
37d358cd52 🎨 Add index idx_attributes_block_id https://ld246.com/article/1742827508465 2025-03-25 00:13:29 +08:00
Daniel
63ef661a67 🐛 Tag search not escaped correctly https://github.com/siyuan-note/siyuan/issues/13919 2025-01-31 11:58:39 +08:00
Daniel
4102e371f5 🎨 Improve indexing 2025-01-11 16:50:08 +08:00
Daniel
b62384428b 🎨 Improve indexing 2025-01-11 16:50:07 +08:00
Daniel
c925f06326 🎨 Improve boot logging for database 2024-12-27 19:50:08 +08:00
Daniel
322949e8e1 🎨 Add SQL query template function querySQL https://github.com/siyuan-note/siyuan/issues/13455 2024-12-13 22:06:10 +08:00
Daniel
3a53fd4a9a 🐛 Fix NPE 2024-12-01 23:33:33 +08:00
Daniel
94f378aa55 Revert Document block sort value changed from 0 to 100 https://github.com/siyuan-note/siyuan/issues/12886 2024-10-24 01:08:10 +08:00
Daniel
ad91c2dfc3 🎨 Document block sort value changed from 0 to 100 https://github.com/siyuan-note/siyuan/issues/12886 2024-10-24 00:07:55 +08:00
Daniel
c42064ec0b ♻️ Improve database loading performance https://github.com/siyuan-note/siyuan/issues/12818 2024-10-17 23:45:27 +08:00
Daniel
150aa2a7bf 🎨 Ignore assets associated with the custom-data-assets block attribute when cleaning unreferenced assets https://github.com/siyuan-note/siyuan/issues/12574 2024-09-24 23:20:22 +08:00
Daniel
c67ff98972 🐛 Subdocument path not updated after moving parent document https://github.com/siyuan-note/siyuan/issues/12493 2024-09-16 11:09:09 +08:00
Oleksandr Redko
b100721fee ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
Daniel
b763b4d482 🎨 Add the parent_id index for table blocks https://github.com/siyuan-note/siyuan/issues/12054 2024-08-09 09:29:59 +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
373bce9791 ♻️ Improve av structure 2024-05-15 00:47:25 +08:00
Daniel
8cd2fd7718 🎨 Improve data indexing performance when editing doc https://github.com/siyuan-note/siyuan/issues/10976 2024-04-13 00:14:47 +08:00
Daniel
fbce0bbf31 Improve data indexing performance for creating documents Fix https://github.com/siyuan-note/siyuan/issues/11005 2024-04-12 23:55:22 +08:00
Daniel
0e8f5b24c4 🎨 Improve data indexing performance when editing doc https://github.com/siyuan-note/siyuan/issues/10976 2024-04-11 22:56:43 +08:00
Daniel
a5ec51a3d1 Reduce disk reads when editing documents https://github.com/siyuan-note/siyuan/issues/10961 2024-04-10 20:49:08 +08:00
Daniel
444f873919 🎨 Improve data indexing 2024-04-10 18:05:15 +08:00
Daniel
5e99a37242 Reduce disk reads when editing documents https://github.com/siyuan-note/siyuan/issues/10961 2024-04-10 15:39:00 +08:00
Daniel
616821a090 Reduce disk reads when editing documents https://github.com/siyuan-note/siyuan/issues/10961 2024-04-10 15:38:40 +08:00
Daniel
06a2f3fb5c Reduce disk reads when editing documents https://github.com/siyuan-note/siyuan/issues/10961 2024-04-10 11:49:35 +08:00
Daniel
de02e66960 Optimize document moving and renaming performance https://github.com/siyuan-note/siyuan/issues/10560 2024-03-19 16:57:38 +08:00
Daniel
9bc6415c6a Optimize document moving and renaming performance https://github.com/siyuan-note/siyuan/issues/10560 2024-03-19 16:14:10 +08:00
Daniel
426225af96 🎨 Improve rename doc push message 2024-03-18 21:02:40 +08:00
Daniel
1864d0e4a6 🐛 The parent block field of the blocks under the heading block is calculated incorrectly https://github.com/siyuan-note/siyuan/issues/9869 2024-01-03 17:38:35 +08:00
Daniel
99218f400b 🎨 Add Rollup column to database table view https://github.com/siyuan-note/siyuan/issues/9958 2024-01-01 01:10:47 +08:00
Daniel
7b16c45c8e 🐛 The doc title image index failed when using notebook-level assets https://github.com/siyuan-note/siyuan/issues/9936 2023-12-20 21:06:46 +08:00
Daniel
106ffb292b 🐛 Blockquote in list turn into paragraph causes internal error https://github.com/siyuan-note/siyuan/issues/9920 2023-12-19 12:30:24 +08:00
Daniel
d2c0c26252 🎨 Delete the corresponding data in the database attributes table after deleting the doc https://github.com/siyuan-note/siyuan/issues/9875 2023-12-15 08:56:44 +08:00
Daniel
aaf15c77e0 🎨 OCR no longer blocks document loading https://github.com/siyuan-note/siyuan/issues/9230 2023-12-09 22:11:38 +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
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
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
68be7bdfe4 🎨 Improve node parsing 2023-08-15 10:07:28 +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
4e69f9596c 🎨 Improve init sync stability 2023-07-18 01:08:54 +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
b9c35fd0f5 🎨 Update slogan Refactor your thinking https://github.com/siyuan-note/siyuan/issues/8608 2023-06-24 20:39:55 +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
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
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
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