Commit Graph

162 Commits

Author SHA1 Message Date
Daniel
8ad15c4d23
🎨 Shallow clone the corresponding database when the template contains database blocks https://github.com/siyuan-note/siyuan/issues/9494 2023-10-24 09:38:33 +08:00
Daniel
d8bb02fb20
🎨 Remove invisible characters when entering document title https://github.com/siyuan-note/siyuan/issues/9493 2023-10-24 01:36:25 +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
125b180029
🎨 Perform indexing in the background when moving a large number of documents Fix https://github.com/siyuan-note/siyuan/issues/9356 2023-10-05 21:06:30 +08:00
Daniel
e74733b4e1
♻️ Refactor create doc by hpath 2023-09-30 19:29:59 +08:00
Daniel
2b9bec8e8b
🎨 Ctrl+N should follow notebook create save path https://ld246.com/article/1695965429553 2023-09-29 17:33:18 +08:00
Daniel
ddffc27745
🎨 New a row in the database no longer require to create a relevant doc https://github.com/siyuan-note/siyuan/issues/9294 2023-09-28 00:20:45 +08:00
Daniel
3842a17d07
🎨 Documents created via the database are no longer automatically hidden Fix https://github.com/siyuan-note/siyuan/issues/9298 2023-09-27 16:11:18 +08:00
Daniel
57f9c4ddc1
🎨 Improve doc dynamic loading 2023-09-18 10:05:41 +08:00
Daniel
da369e391a
🎨 Escape issue 2023-09-13 10:17:43 +08:00
Daniel
07b28ddb48
🎨 Escape issue 2023-09-12 18:01:10 +08:00
Daniel
6649fcf9c8
🎨 Logging 2023-09-11 12:48:44 +08:00
Daniel
b8801b220b
🎨 Subdocuments created by the database are not displayed in the doc tree https://github.com/siyuan-note/siyuan/issues/9091 2023-09-06 10:04:33 +08:00
Daniel
f80ae732b9
🎨 Subdocuments created by the database are not displayed in the doc tree https://github.com/siyuan-note/siyuan/issues/9091 2023-09-05 16:53:34 +08:00
Daniel
682415ae80
🎨 Subdocuments created by the database are not displayed in the doc tree https://github.com/siyuan-note/siyuan/issues/9091 2023-09-05 16:42:38 +08:00
Daniel
756d1ed4c0
🎨 Subdocuments created by the database are not displayed in the doc tree https://github.com/siyuan-note/siyuan/issues/9091 2023-09-05 15:50:13 +08:00
Daniel
c00270cf01
🐛 Unable to open the doc when the block pointed by the scroll position does not exist Fix https://github.com/siyuan-note/siyuan/issues/9030 2023-08-23 10:18:11 +08:00
nekrondev
f4f8bde3d1
🎨 fix missing parameters (#8977)
Co-authored-by: Heiko Besemann <heiko.besemann@qbeyond.de>
2023-08-15 15:31:19 +08:00
Daniel
8e1e8139bb
🎨 Improve search hit highlighting https://github.com/siyuan-note/siyuan/issues/8807#issuecomment-1663259981 2023-08-03 12:44:23 +08:00
Candyメ奶糖
0c621de5d9
🐛 When maxListCount limit is not reached, the wrong pop-up box prompts a maxListCount error (#8846)
box.Ls(path) will count the same document repeatedly (x/x.sy).
Before checking maxListCount limit, assign len(ret) to the totals variable so that it only represents the number of .sy documents
2023-07-29 09:43:21 +08:00
Daniel
12cd152a6f
🎨 Use single-line to save doc sort conf 2023-07-15 23:02:11 +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
Liang Ding
535def1acf
🎨 Improve search result highlight and positioning https://github.com/siyuan-note/siyuan/issues/8274 2023-05-19 11:52:12 +08:00
Liang Ding
78c4e78843
🎨 Improve search result highlight and positioning https://github.com/siyuan-note/siyuan/issues/8274 2023-05-19 11:38:49 +08:00
Liang Ding
0f90105527
🎨 Improve search result highlight and positioning https://github.com/siyuan-note/siyuan/issues/8274 2023-05-19 10:19:12 +08:00
Liang Ding
3d3dd7218f
🐛 Document dynamic loading is incomplete https://github.com/siyuan-note/siyuan/issues/8285 2023-05-17 12:13:50 +08:00
Liang Ding
413d13eb57
🎨 Show count in spaced repetition tree filter floating window https://github.com/siyuan-note/siyuan/issues/8202 2023-05-09 10:29:07 +08:00
Liang Ding
97c4e84bc4
🎨 Show count in spaced repetition tree filter floating window https://github.com/siyuan-note/siyuan/issues/8202 2023-05-09 10:23:36 +08:00
Liang Ding
1c68ce46f9
🎨 Show count in spaced repetition tree filter floating window https://github.com/siyuan-note/siyuan/issues/8202 2023-05-09 10:08:16 +08:00
Liang Ding
883c08810e
🎨 Show count in spaced repetition tree filter floating window https://github.com/siyuan-note/siyuan/issues/8202 2023-05-08 22:20:13 +08:00
Liang Ding
c2dba92f4d
🎨 Show count in spaced repetition tree filter floating window https://github.com/siyuan-note/siyuan/issues/8202 2023-05-08 22:20:13 +08:00
Liang Ding
6d00914018
🎨 Improve ref count floating window render heading 2023-05-06 09:33:20 +08:00
OpaqueGlass
6b62a69299
Improve API listDocsByPath param sort (#8156)
* `listDocsByPath` API `sort` param
backend

* `listDocsByPath` API `sort` param
frontend

* `listDocsByPath` API `sort` param
2023-05-02 23:22:40 +08:00
Liang Ding
f3dd8e5315
🐛 The save path is incorrect when creating a sub-doc by ref in a doc with the same name Fix https://github.com/siyuan-note/siyuan/issues/8138 2023-05-01 12:35:17 +08:00
Liang Ding
a5be0036e9
🎨 Improve highlighting of numbers and letters in global search preview Fix https://github.com/siyuan-note/siyuan/issues/8100 2023-04-25 11:17:03 +08:00
Liang Ding
862d0db037
🎨 Spaced repetition interface supports review by document selection https://github.com/siyuan-note/siyuan/issues/7954 2023-04-14 16:36:27 +08:00
Liang Ding
ee3138be64
🎨 API listDocsByPath add an optional parameter maxListCount Fix https://github.com/siyuan-note/siyuan/issues/7993 2023-04-14 12:00:11 +08:00
Liang Ding
66bd5e91a5
🎨 Spaced repetition interface supports review by document selection https://github.com/siyuan-note/siyuan/issues/7954 2023-04-13 19:07:35 +08:00
Liang Ding
8545454f74
🐛 API getFile/putFile does not perform read-write lock Fix https://github.com/siyuan-note/siyuan/issues/7832 2023-03-30 19:39:59 +08:00
Liang Ding
1e7cf8917b
🐛 文档树自定义排序拖拽不稳定 https://github.com/siyuan-note/siyuan/issues/7726 2023-03-27 15:22:33 +08:00
Liang Ding
5f6d1eac9a
🎨 使用第三方同步盘时弹出提示并退出内核 https://github.com/siyuan-note/siyuan/issues/7683 2023-03-19 00:12:28 +08:00
Liang Ding
b81152515c
🎨 改进动态加载判断 Fix https://github.com/siyuan-note/siyuan/issues/7693 2023-03-18 10:38:37 +08:00
Liang Ding
03f3cc6e2e
🎨 调整闪卡评分按钮 https://github.com/siyuan-note/siyuan/issues/7459 2023-02-24 13:36:37 +08:00
Liang Ding
3a36def366
🎨 改进移动文档性能 https://github.com/siyuan-note/siyuan/issues/7422 2023-02-21 13:00:27 +08:00
Liang Ding
c1b457eb76
改进打开虚拟引用后加载文档的性能 https://github.com/siyuan-note/siyuan/issues/7378 2023-02-16 13:35:02 +08:00
Liang Ding
f07ee114d1
改进打开虚拟引用后加载文档的性能 https://github.com/siyuan-note/siyuan/issues/7378 2023-02-16 13:35:02 +08:00
Liang Ding
817c9e6f71
🎨 Logging 2023-02-11 16:58:31 +08:00
Liang Ding
b6ea32462e
改进重命名资源文件性能 https://github.com/siyuan-note/siyuan/issues/7322
改进建立引用索引 https://github.com/siyuan-note/siyuan/issues/7320
2023-02-10 14:28:10 +08:00
Liang Ding
8a7df8af78
🎨 后台任务按任务加入先后顺序去重执行 Fix https://github.com/siyuan-note/siyuan/issues/7270 2023-02-07 09:20:32 +08:00
Liang Ding
72a8132775
🎨 支持笔记本设置独立的排序规则 https://github.com/siyuan-note/siyuan/issues/3623 2023-02-04 16:31:20 +08:00