Commit graph

922 commits

Author SHA1 Message Date
Daniel
89421113d6
🎨 Unable to export the large PDF file https://github.com/siyuan-note/siyuan/issues/10982 2024-10-13 21:50:45 +08:00
Jeffrey Chen
ee4daaee77
🎨 Improve text fix #12351 (#12763) 2024-10-12 23:01:16 +08:00
Vanessa
2403d5107d 🎨 https://github.com/siyuan-note/siyuan/issues/11650 2024-10-11 01:07:32 +08:00
Daniel
836eed3b1c
🎨 Improve proxy setting tip 2024-09-28 22:15:15 +08:00
Daniel
e2406f859b
🎨 Support export and import settings https://github.com/siyuan-note/siyuan/issues/10617 2024-09-26 09:49:19 +08:00
Jeffrey Chen
dafb42ae14
🎨 Improve text (#12573)
* 调整字段顺序

* 意大利语的文件历史操作少了英文

* Improve dockTip fix #10247

* 区分 Tab 键和制表符

* <code class='fn__code'>/</code>

* update accountSupport1

* & #xA0; → & #x20;
2024-09-24 14:38:50 +08:00
Frostime
8c8c7c9aea
🎨 File history support pagination navigation (#12563) 2024-09-23 22:29:35 +08:00
Jeffrey Chen
5d97e4f2f8
🎨 Improve data snapshots pagination navigation fix #12548 (#12552)
* Improve data snapshots pagination navigation

* pageCount

* jumpToPage
2024-09-22 22:31:50 +08:00
Daniel
1d2f6d276f
🎨 Update text https://github.com/siyuan-note/siyuan/pull/12548 2024-09-22 16:05:56 +08:00
Frostime
856f6af722
🎨 Data snapshots support pagination navigation 2024-09-22 16:04:23 +08:00
Daniel
74d3302b09
🎨 Improve exporting data disk check for desktop-end https://github.com/siyuan-note/siyuan/issues/12473 2024-09-16 16:41:50 +08:00
Daniel
b6af01ecd3
🎨 Improve code snippet setting https://github.com/siyuan-note/siyuan/issues/12477 2024-09-14 20:40:10 +08:00
Daniel
f50c0d606d
🎨 Supports disabling Markdown * and _ syntax input https://github.com/siyuan-note/siyuan/issues/11206 2024-09-13 11:18:58 +08:00
Vanessa
ab7187cbbc 🎨 https://github.com/siyuan-note/siyuan/issues/12424 2024-09-10 10:08:36 +08:00
Vanessa
4465397c21 🎨 https://github.com/siyuan-note/siyuan/issues/12424 2024-09-10 10:06:44 +08:00
Daniel
e078e0a086
🎨 Improve text https://github.com/siyuan-note/siyuan/issues/12236 2024-09-04 16:58:09 +08:00
Daniel
72be98d219
🎨 Improve result msg tip for Remove unreferenced assets https://github.com/siyuan-note/siyuan/issues/12226 2024-09-04 11:02:29 +08:00
Vanessa
fe7b942225 🎨 https://github.com/siyuan-note/siyuan/issues/12360 2024-09-03 23:14:05 +08:00
Daniel
ea9a913f8b
🎨 Improve database editing https://github.com/siyuan-note/siyuan/issues/12342 2024-08-31 23:00:47 +08:00
Jeffrey Chen
fe3c619ba0
🎨 Improve text 2024-08-18 22:43:03 +08:00
Jeffrey Chen
3c0c24e3a7
改进清空查询条件按钮的悬浮提示文案 (#12240)
* Update menu.ts

* Revert "Update menu.ts"

This reverts commit 9cf56a2c7b.

* 更新文案
2024-08-16 20:34:20 +08:00
Vanessa
e53fe42a46 🎨 fix https://github.com/siyuan-note/siyuan/issues/12181 2024-08-09 22:32:38 +08:00
Jeffrey Chen
96d2dcc09e
🎨 Improve text (#12112) 2024-07-27 22:01:49 +08:00
Daniel
cf7f3c948c
🎨 Improve text https://github.com/siyuan-note/siyuan/issues/12011 2024-07-25 10:49:31 +08:00
Daniel
509beee56d
🎨 Support find replace block ref anchor text https://github.com/siyuan-note/siyuan/issues/11978 2024-07-15 12:18:44 +08:00
Vanessa
955d6b4610 🎨 fix https://github.com/siyuan-note/siyuan/issues/10577 2024-06-28 22:58:54 +08:00
Daniel
335d390d20
🎨 Export block ref Anchor hash supports doc-level https://github.com/siyuan-note/siyuan/issues/11814 2024-06-28 20:48:25 +08:00
Daniel
42d27a82a1
📝 Improve text https://github.com/siyuan-note/siyuan/issues/11842 2024-06-27 21:47:09 +08:00
Vanessa
b73fa77f2b 🎨 fix https://github.com/siyuan-note/siyuan/issues/10528 2024-06-27 10:33:06 +08:00
Daniel
65f24b376e
🐛 Fix database bind block https://ld246.com/article/1719117529369 2024-06-23 21:01:18 +08:00
Daniel
7a3d4a05ad
♻️ Refactor the blocktree storage https://github.com/siyuan-note/siyuan/issues/11773 2024-06-20 23:59:27 +08:00
Vanessa
dd10a01fbb 🎨 https://github.com/siyuan-note/siyuan/issues/11749 2024-06-18 22:50:22 +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
Vanessa
bd264d7104 🎨 https://github.com/siyuan-note/siyuan/issues/11634 2024-06-05 22:50:53 +08:00
Vanessa
cf0483d05a 🎨 https://github.com/siyuan-note/siyuan/issues/11634 2024-06-05 12:01:53 +08:00
Vanessa
062275f69a 🎨 fix https://github.com/siyuan-note/siyuan/issues/11582 2024-05-30 16:52:25 +08:00
Daniel
a08064460a
🎨 Update text https://github.com/siyuan-note/siyuan/issues/11521 2024-05-25 10:22:39 +08:00
Daniel
103f36ca32
🎨 Improve copying database block https://github.com/siyuan-note/siyuan/issues/11460 2024-05-23 22:04:36 +08:00
Daniel
0f31350d05
🎨 Improve copying database block https://github.com/siyuan-note/siyuan/issues/11460 2024-05-23 21:57:31 +08:00
Daniel
3c7210e3db
🚩 The Microsoft Store version no longer supports in-app updates checking https://github.com/siyuan-note/siyuan/issues/11505 2024-05-22 16:31:50 +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
5282e6b22f
🎨 Update text https://github.com/siyuan-note/siyuan/issues/11474 2024-05-20 20:48:26 +08:00
Daniel
c79238025c
🎨 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:32 +08:00
Daniel
67a4613d31
🎨 Prompt for recovery method and retention days settings when deleting documents https://github.com/siyuan-note/siyuan/issues/11400 2024-05-17 11:06:28 +08:00
Daniel
9248140e13
🎨 Prompt for recovery method and retention days settings when deleting documents https://github.com/siyuan-note/siyuan/issues/11400 2024-05-17 10:30:08 +08:00
Vanessa
50c6c93ca7 🎨 https://github.com/siyuan-note/siyuan/issues/11400 2024-05-17 10:20:05 +08:00
Daniel
cbea8c6023
🎨 Prompt for recovery method and retention days settings when deleting documents https://github.com/siyuan-note/siyuan/issues/11400 2024-05-17 09:44:03 +08:00
Vanessa
5f9702353f 🎨 https://github.com/siyuan-note/siyuan/issues/11411 2024-05-17 08:58:26 +08:00
Daniel
59b5924d2e
🎨 Improve search hit text https://ld246.com/article/1715695575316 2024-05-16 22:30:40 +08:00
Vanessa
5010c751f1 🎨 https://github.com/siyuan-note/siyuan/pull/11420 2024-05-15 23:23:36 +08:00
Jeffrey Chen
0cb0180f8d
Improve i18n text of export preview tooltips and infos (#11420)
* 导出预览

* 翻译 导出预览

* 翻译 导出预览 消息

* 更新 ja_JP.json
2024-05-15 23:17:30 +08:00
Daniel
55a0656878
🎨 Improve text for Press back again to desktop on Android https://github.com/siyuan-note/siyuan/issues/11383 2024-05-14 17:21:37 +08:00
Daniel
fe9ffed025
🎨 Improve upload asset to cloud error message 2024-05-14 00:01:29 +08:00
Daniel
b959cc2beb
🎨 Refresh virtual block ref when closing box https://github.com/siyuan-note/siyuan/issues/11149#issuecomment-2106254491 2024-05-12 23:04:20 +08:00
Daniel
c015fbfa74
🎨 Improve backlink panel expansion configuration https://github.com/siyuan-note/siyuan/issues/11262 2024-05-11 16:14:07 +08:00
Daniel
032db177d3
🎨 Improve backlink panel expansion configuration https://github.com/siyuan-note/siyuan/issues/11262 2024-05-11 09:45:08 +08:00
Jeffrey Chen
391c9d41e8
🎨 Improve text
* 语言

动词 引用块 → 名词 块引用

* app/src/protyle/wysiwyg/transaction.ts

* app/src/protyle/hint/extend.ts

* Update API_zh_CN.md

* Update 20200813004551-gm0pbn1.sy

* Update README_zh_CN.md

* Update transaction.go

* Update 20200813131152-0wk5akh.sy

* Update 20210127202655-2334vvv.sy

* Update 20200813004551-gm0pbn1.sy

* Update 20200813004551-gm0pbn1.sy

* Update 20211226122549-jktxego.sy

* Update 20211226122943-st7fpcj.sy

* Update 20211226120349-rbkmozu.sy
2024-05-10 23:27:04 +08:00
Vanessa
a1ba5775e7 🎨 https://github.com/siyuan-note/siyuan/issues/11323 2024-05-10 00:25:28 +08:00
Daniel
d5730e3c88
🎨 Improve doc tree modification time display https://github.com/siyuan-note/siyuan/issues/11327 2024-05-09 19:54:37 +08:00
Jeffrey Chen
cfa5155543
改进初始化同步密钥界面文案、修复法语错误 (#11290)
* Update langs

* #11290
2024-05-07 22:35:03 +08:00
Vanessa
37a604c56b 🎨 https://github.com/siyuan-note/siyuan/issues/11250 2024-05-06 13:39:54 +08:00
Jeffrey Chen
7cfcb4e130
去除「不要惊慌」 (#11235)
* 去除「不要惊慌」

* 去除「不要惊慌」
2024-05-03 21:19:56 +08:00
Jeffrey Chen
59c8e11d0b
改进回滚操作文案 (#11234) 2024-05-03 21:18:44 +08:00
Daniel
3b9ee99a93
📝 Update user gide shortcuts https://github.com/siyuan-note/siyuan/issues/11193 2024-04-30 21:56:28 +08:00
Vanessa
30a5389cc8 🎨 https://github.com/siyuan-note/siyuan/issues/11193 2024-04-30 21:44:03 +08:00
Daniel
9677187a98
🎨 Clean code 2024-04-28 20:56:49 +08:00
Daniel
bdd9072419
🎨 Update text 2024-04-28 16:41:36 +08:00
Daniel
34caeb5871
🎨 Do not execute scripts in HTML blocks by default to prevent XSS https://github.com/siyuan-note/siyuan/issues/11172 2024-04-27 23:01:31 +08:00
Daniel
bd11baef4e
🎨 Support minimize the main window after auto launch on Windows/macOS https://github.com/siyuan-note/siyuan/issues/11145 2024-04-27 12:21:51 +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
f166a383f9
🎨 Supports disabling Markdown syntax input for some inline elements https://github.com/siyuan-note/siyuan/issues/11141 2024-04-26 23:16:23 +08:00
Daniel
898c37c68f
🎨 Supports disabling Markdown syntax input for some inline elements https://github.com/siyuan-note/siyuan/issues/11141 2024-04-26 17:42:14 +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
Vanessa
94e2e77d49 🎨 https://github.com/siyuan-note/siyuan/issues/10926 2024-04-26 10:22:01 +08:00
Vanessa
52cdc67f19 🎨 https://github.com/siyuan-note/siyuan/issues/10671 2024-04-25 20:35:09 +08:00
Daniel
d432982f15
🎨 The heading block convert doc block to preserve symbols as much as possible https://github.com/siyuan-note/siyuan/issues/11126 2024-04-24 21:18:15 +08:00
Daniel
3b17b1ccfd
🎨 Search type setting distinguishes between container blocks and leaf blocks https://github.com/siyuan-note/siyuan/issues/10762 2024-04-24 20:41:04 +08:00
Daniel
d004b601f2
🎨 Prompt when there is no normal exit https://github.com/siyuan-note/siyuan/issues/11054 2024-04-23 13:17:30 +08:00
Daniel
4ee92ca6e2
🎨 Update text https://github.com/siyuan-note/siyuan/issues/11108 2024-04-22 14:15:40 +08:00
Vanessa
0f4acbdb4f 📝 https://ld246.com/article/1713336942155/comment/1713534772847#comments 2024-04-21 10:20:27 +08:00
Daniel
01a3f3e690
🎨 Limit the maximum number of tags listed in the tag panel https://github.com/siyuan-note/siyuan/issues/11071 2024-04-19 20:08:50 +08:00
Silent Lee
8a354da50a
Add database lineNumber field type (#11008)
* 🎨 add database lineNumber type

* 🎨 fix https://github.com/siyuan-note/siyuan/issues/10896

* 🎨 Improve mobile app appearance language https://github.com/siyuan-note/siyuan/issues/11009

* 🎨 Improve database template field calc https://github.com/siyuan-note/siyuan/issues/11011

* ⬆️ Upgrade kernel deps

* ⬆️ Upgrade kernel deps

* 🎨 fix https://github.com/siyuan-note/siyuan/issues/10896

* 🎨 fix https://github.com/siyuan-note/siyuan/issues/10896

* 🐛 https://github.com/siyuan-note/siyuan/issues/11015

* 🐛 https://github.com/siyuan-note/siyuan/issues/11018

* 🐛 https://github.com/siyuan-note/siyuan/issues/11018

* 🎨 刚创建时无 id,更新需和 oldValue 保持一致

* 🐛 Database date field between filter calculation error Fix https://github.com/siyuan-note/siyuan/issues/10979

* 🐛 Primary key value unexpectedly updated when database adds row https://github.com/siyuan-note/siyuan/issues/11018

* 🎨 https://github.com/siyuan-note/siyuan/issues/11013

* 🎨 搜索可汇总字段时排除行号类型字段 https://github.com/siyuan-note/siyuan/pull/11008

* 🎨 lineNumber no need to join the calc op and remove useless todo tag

---------

Co-authored-by: Vanessa <lly219@gmail.com>
Co-authored-by: Daniel <845765@qq.com>
2024-04-15 00:49:48 +08:00
Daniel
fc3263985b
🎨 Improve database primary key binding block https://github.com/siyuan-note/siyuan/issues/10945 2024-04-10 22:58:59 +08:00
Jeffrey Chen
dcdb179031
Improve user guide entry (#10939)
* 将点击后会打开用户指南的「帮助」都改为「思源笔记用户指南」

* 修复西班牙语无法打开用户指南

* 去除「思源笔记」
2024-04-08 23:06:11 +08:00
Daniel
128e12a959
🎨 Database primary key supports unbinding block https://github.com/siyuan-note/siyuan/issues/10849 2024-04-07 23:37:36 +08:00
Daniel
0d13ad0fdd
🎨 Update text 2024-04-07 20:09:38 +08:00
Jeffrey Chen
0c0fdb0121
为「云端同步目录」增加说明、更改部分翻译 (#10924) 2024-04-07 19:49:03 +08:00
Vanessa
00f7439daf 🎨 https://github.com/siyuan-note/siyuan/issues/10908 2024-04-06 22:25:38 +08:00
Vanessa
182e71da01 Merge remote-tracking branch 'origin/dev' into dev 2024-04-05 18:58:18 +08:00
Vanessa
149eb0da5a 🎨 https://github.com/siyuan-note/siyuan/issues/10823 2024-04-05 18:54:18 +08:00
Jeffrey Chen
8423f92f0e
[i18n] 将「复制块超链接(Markdown)」改为「复制块 Markdown 链接」 (#10892)
* 对调 av__row--header 中的 More 和 Add 按钮

* [i18n] 将「复制块超链接(Markdown)」改为「复制块 Markdown 链接」

* Revert "[i18n] 将「复制块超链接(Markdown)」改为「复制块 Markdown 链接」"

This reverts commit bf2dfbd5b2.

* Reapply "[i18n] 将「复制块超链接(Markdown)」改为「复制块 Markdown 链接」"

This reverts commit 736e72f7cc.

* Revert "对调 av__row--header 中的 More 和 Add 按钮"

This reverts commit 8a92ef3058.

* 字母小写
2024-04-05 18:40:01 +08:00
Vanessa
743737d39f 🎨 https://github.com/siyuan-note/siyuan/issues/10857 2024-04-03 23:56:16 +08:00
Vanessa
e6591d9e43 🎨 https://github.com/siyuan-note/siyuan/issues/10818 2024-04-03 23:06:07 +08:00
Jeffrey Chen
193993d110
[i18n] 将「格式化」改为「排版」 (#10859) 2024-04-03 20:40:30 +08:00
Jeffrey Chen
17670cab2a
[i18n] 将「重复」改为「复制为副本」(只改简体中文) (#10854)
* [i18n] 将「重复」改为「复制为副本」

* Revert "[i18n] 将「重复」改为「复制为副本」"

This reverts commit 908965710b.

* [i18n] 将「重复」改为「复制为副本」(只改简体中文)
2024-04-03 15:43:45 +08:00
Daniel
ac9304f589
🎨 Generate document history when dragging outline https://github.com/siyuan-note/siyuan/issues/10834 2024-04-02 17:35:23 +08:00
Daniel
577837894f
🐛 Improve outline dnd https://github.com/siyuan-note/siyuan/issues/10828 2024-04-02 16:01:09 +08:00
Daniel
9f32ddaf02
🐛 Improve outline dnd https://github.com/siyuan-note/siyuan/issues/10828 2024-04-02 15:15:52 +08:00
Daniel
04a06c3629
🎨 Data history supports querying in all notebooks Fix https://github.com/siyuan-note/siyuan/issues/10788 2024-04-01 17:52:38 +08:00
Vanessa
adcd4acda7 📝 https://github.com/siyuan-note/siyuan/issues/10783#issuecomment-2028810246 2024-04-01 09:45:04 +08:00
Daniel
7ae7523f11
🎨 Prompt when dragging and inserting a folder https://github.com/siyuan-note/siyuan/issues/10779 2024-03-30 12:23:44 +08:00
Vanessa
3f515e0baa 🎨 fix https://github.com/siyuan-note/siyuan/issues/10779 2024-03-30 11:30:00 +08:00
Daniel
7f9ddedc8b
🎨 Prompt when dragging and inserting a folder https://github.com/siyuan-note/siyuan/issues/10779 2024-03-30 10:59:21 +08:00
Daniel
c18b79d374
🎨 Improve open/remove notebook 2024-03-29 20:57:56 +08:00
Jeffrey Chen
d70ef14696
🎨 Improve text for Data history
* 翻译数据历史操作

Translation Data History Operation

* 翻译数据历史操作

* 翻译数据历史操作

* 翻译数据历史操作

加空格对齐一下

* 翻译数据历史操作

半角空格都被自动去掉了
2024-03-29 19:54:12 +08:00
Daniel
fa502ef2c4
🎨 Improve API Token authentication https://github.com/siyuan-note/siyuan/issues/10792 2024-03-29 19:42:28 +08:00
Vanessa
1d176d5a09 🎨 fix https://github.com/siyuan-note/siyuan/issues/10729 2024-03-25 11:15:00 +08:00
Daniel
2a8809bc7e
🎨 Title localization when creating a document https://github.com/siyuan-note/siyuan/issues/10719 2024-03-24 22:15:37 +08:00
Daniel
db3df51680
🎨 Select field is added by default when creating a database https://github.com/siyuan-note/siyuan/issues/10720 2024-03-24 21:26:01 +08:00
Vanessa
09b4304df2 🎨 https://github.com/siyuan-note/siyuan/issues/10645 2024-03-22 16:55:32 +08:00
Daniel
896197347f
🎨 One-click upgrade of downloaded marketplace packages https://github.com/siyuan-note/siyuan/issues/8390 2024-03-21 23:04:12 +08:00
Daniel
2120637c06
🎨 One-click upgrade of downloaded marketplace packages https://github.com/siyuan-note/siyuan/issues/8390 2024-03-21 22:35:21 +08:00
Vanessa
e2e3632d6e 🎨 fix https://github.com/siyuan-note/siyuan/issues/10667 2024-03-21 11:15:07 +08:00
Vanessa
2d52dbfd1c 🎨 fix https://github.com/siyuan-note/siyuan/issues/10669 2024-03-20 21:50:03 +08:00
Daniel
5300638622
🎨 AI supports configuration randomness and context number https://github.com/siyuan-note/siyuan/issues/10660 2024-03-20 11:45:22 +08:00
Daniel
a7e1e3abac
🎨 AI supports configuration randomness and context number https://github.com/siyuan-note/siyuan/issues/10660 2024-03-20 11:11:18 +08:00
Daniel
427bf25a88
🎨 Improve rename doc push message 2024-03-18 21:05:50 +08:00
Daniel
426225af96
🎨 Improve rename doc push message 2024-03-18 21:02:40 +08:00
Daniel
3526ba5ebd
📝 Update text 2024-03-17 20:45:14 +08:00
Vanessa
b72fffd9e6 🎨 https://github.com/siyuan-note/siyuan/issues/10326 2024-03-17 11:16:48 +08:00
Vanessa
265e93dc51 🎨 fix https://github.com/siyuan-note/siyuan/issues/10505 2024-03-15 09:31:18 +08:00
Vanessa
a5ce4139a6 🎨 fix https://github.com/siyuan-note/siyuan/issues/10452 2024-03-14 22:06:20 +08:00
Daniel
542fd393db
🎨 Improve text https://ld246.com/article/1710220642565 2024-03-12 22:54:37 +08:00
Daniel
e58520b6ce
🎨 Data repo no longer automatically resets after corrupted https://github.com/siyuan-note/siyuan/issues/10580 2024-03-12 15:57:13 +08:00
Daniel
7f82fc21af
🎨 Database .json follows the doc tree single line save setting https://github.com/siyuan-note/siyuan/issues/10571 2024-03-11 21:31:29 +08:00
Vanessa
8675b49daa 🎨 https://github.com/siyuan-note/siyuan/issues/10568 2024-03-11 20:46:03 +08:00
Vanessa
8a16755fd8 🎨 https://github.com/siyuan-note/siyuan/issues/10525 2024-03-06 10:23:38 +08:00
Vanessa
5e9c24a409 🎨 https://github.com/siyuan-note/siyuan/issues/10517 2024-03-05 22:54:01 +08:00
Vanessa
ce5a6c4cb1 🎨 https://github.com/siyuan-note/siyuan/issues/10479 2024-03-02 22:43:04 +08:00
Daniel
1c6594f073
🎨 Support database date field relative to today's filtering https://github.com/siyuan-note/siyuan/issues/10451 2024-03-01 22:50:53 +08:00
Vanessa
b7ce0259d8 🎨 https://github.com/siyuan-note/siyuan/issues/10451 2024-03-01 16:19:59 +08:00
Vanessa
fb1a23a67d 🎨 https://github.com/siyuan-note/siyuan/issues/10451 2024-03-01 16:13:43 +08:00
Daniel
5d4fab0d72
🐛 Unable to set up Azure OpenAI https://github.com/siyuan-note/siyuan/issues/10469 2024-02-29 08:39:15 +08:00
Daniel
77885a8cc0
🐛 Unable to set up Azure OpenAI https://github.com/siyuan-note/siyuan/issues/10469 2024-02-28 23:36:10 +08:00
Daniel
ca28272d49
🎨 Support listing for invalid block references in the search dialog https://github.com/siyuan-note/siyuan/issues/10396 2024-02-28 17:35:47 +08:00
Vanessa
63b5c58501 🎨 https://github.com/siyuan-note/siyuan/issues/10396 2024-02-28 11:53:26 +08:00
Daniel
96bc8b6a32
💬 Update text 2024-02-26 16:17:42 +08:00
Daniel
d6164264fe
🎨 Support disabling list item dot/number click to focus https://github.com/siyuan-note/siyuan/issues/10431 2024-02-25 10:59:34 +08:00
Daniel
4e343e4125
📝 Update Flashcard related text: Review card -> Old card 2024-02-24 10:42:54 +08:00
Daniel
325e3f33e7
📝 Update Flashcard related text: Review card -> Old card 2024-02-24 10:41:01 +08:00
Daniel
882466e10d
🎨 Flashcard support review mode https://github.com/siyuan-note/siyuan/issues/10303 2024-02-24 10:33:00 +08:00
Daniel
a2f95e3920
🎨 Azure OpenAI AI support https://github.com/siyuan-note/siyuan/issues/8095 2024-02-15 11:28:38 +08:00
Daniel
7e87c8c8ad
🎨 Support custom AI request User-Agent header https://github.com/siyuan-note/siyuan/issues/10351 2024-02-15 10:59:37 +08:00
Daniel
70869ec218
🎨 PDF annotation supports setting associated block ID list https://github.com/siyuan-note/siyuan/issues/10327 2024-02-09 16:10:11 +08:00
Daniel
c6a32b1712
🎨 Improve floating window triggering method https://github.com/siyuan-note/siyuan/issues/10317 2024-02-09 12:05:29 +08:00
Daniel
248bf80415
🎨 Close the user guide when exiting Fix https://github.com/siyuan-note/siyuan/issues/10322 2024-02-06 21:30:36 +08:00
Daniel
37fb6f4d4c
🎨 Update text 2024-02-06 09:52:04 +08:00
Daniel
ddd04cb669
🎨 Update text 2024-02-05 22:08:08 +08:00
Daniel
45cf8c6d5d
🎨 Update text https://github.com/siyuan-note/siyuan/issues/10285 2024-01-31 17:06:48 +08:00
Vanessa
c76b1f3252 🎨 fix https://ld246.com/article/1705563034793/comment/1706357374199#comments 2024-01-28 13:37:36 +08:00
Vanessa
27edf57eb0 Merge remote-tracking branch 'origin/dev' into dev 2024-01-28 13:01:52 +08:00
Vanessa
a555105a55 🎨 fix https://github.com/siyuan-note/siyuan/issues/10269 2024-01-28 13:01:40 +08:00
Daniel
9ffa5b7e82
🎨 Add a Ref export mode Anchor hash for notebook Markdown exporting https://github.com/siyuan-note/siyuan/issues/10265 2024-01-28 10:35:09 +08:00
Vanessa
1371738d45 🎨 https://github.com/siyuan-note/siyuan/issues/10255 2024-01-25 20:20:33 +08:00
Vanessa
e85f5364b9 📝 https://github.com/siyuan-note/siyuan/issues/10081 2024-01-24 17:56:18 +08:00
Daniel
9cca221df3
🎨 Support manual purge of unreferenced data snapshots in the S3/WebDAV cloud storage https://github.com/siyuan-note/siyuan/issues/10081 2024-01-24 17:46:49 +08:00
Daniel
cb6476b165
🎨 Support manual purge of unreferenced data snapshots in the S3/WebDAV cloud storage https://github.com/siyuan-note/siyuan/issues/10081 2024-01-24 17:25:57 +08:00
Daniel
ce2c774baf
🎨 Support manual purge of unreferenced data snapshots in the S3/WebDAV cloud storage https://github.com/siyuan-note/siyuan/issues/10081 2024-01-24 13:12:25 +08:00
Vanessa
d540b7242a 📝 2024-01-22 19:40:44 +08:00
Daniel
94ffa49435
🎨 Support manual purge of unreferenced data snapshots in the S3/WebDAV cloud storage https://github.com/siyuan-note/siyuan/issues/10081 2024-01-15 00:19:39 +08:00
Daniel
784b10e0fa
🎨 Improve account info https://ld246.com/article/1705079465195 2024-01-13 22:45:24 +08:00
Vanessa
1e78d0a040 Merge remote-tracking branch 'origin/dev' into dev 2024-01-13 22:34:59 +08:00
Vanessa
19f377c31b 🎨 https://github.com/siyuan-note/siyuan/issues/9867 2024-01-13 22:34:46 +08:00
Daniel
c3b4aa971d
🎨 Flashcards are not allowed to be modified during data sync to avoid data overwriting https://github.com/siyuan-note/siyuan/issues/10167 2024-01-13 22:14:26 +08:00
Vanessa
803c1f669a Merge remote-tracking branch 'origin/dev' into dev 2024-01-13 10:56:15 +08:00
Vanessa
932e45e612 🎨 fix https://github.com/siyuan-note/siyuan/issues/10163 2024-01-13 10:56:03 +08:00
Daniel
29322a292b
🎨 Need to be reminded that replacement operations are not supported after grouping by doc https://github.com/siyuan-note/siyuan/issues/10161 2024-01-13 09:21:55 +08:00
Daniel
291007ac8b
🎨 Improve prompt text for forgotten authorization code https://github.com/siyuan-note/siyuan/issues/10127 2024-01-09 20:12:00 +08:00
Vanessa
3178f31eb8 🎨 https://ld246.com/article/1704285860053/comment/1704528635155#comments 2024-01-06 16:37:03 +08:00
Vanessa
156168205f 🎨 fix https://github.com/siyuan-note/siyuan/issues/10055 2024-01-02 19:44:43 +08:00
Vanessa
7c799a92bf 🎨 rollup render 2024-01-01 21:11:12 +08:00
Daniel
b9f1da33f0
🎨 Improve upload assets tip 2024-01-01 16:48:52 +08:00
Vanessa
d0dd7395b4 🎨 https://github.com/siyuan-note/siyuan/issues/10038 2024-01-01 13:53:23 +08:00
Daniel
b266a3f325
🎨 S3/WebDAV data sync and backup are available for a fee https://github.com/siyuan-note/siyuan/issues/8780 2023-12-27 23:30:10 +08:00
Vanessa
ed54313b30 🎨 https://github.com/siyuan-note/siyuan/issues/9992 2023-12-27 11:25:50 +08:00
Daniel
94cc8b2e3b
Support adding the watermark on export PDF https://github.com/siyuan-note/siyuan/issues/9961 2023-12-27 09:38:05 +08:00
Daniel
8e8a86bea6
🎨 Add Relation column to database table view https://github.com/siyuan-note/siyuan/issues/9888 2023-12-25 00:45:25 +08:00
Vanessa
54ca2d6226 🎨 https://github.com/siyuan-note/siyuan/issues/9888 2023-12-23 23:50:04 +08:00
Vanessa
418fc1df89 🎨 https://github.com/siyuan-note/siyuan/issues/9888 2023-12-23 20:25:58 +08:00
Vanessa
e1c0adc633 🎨 https://github.com/siyuan-note/siyuan/issues/9888 2023-12-23 11:25:29 +08:00
Daniel
af53d6a73a
🎨 Find replace supports selecting element types https://github.com/siyuan-note/siyuan/issues/9895 2023-12-17 17:39:16 +08:00
Vanessa
f54f040a37 📱 replace type 2023-12-17 15:58:18 +08:00
Daniel
912bf291b1
⬆️ Upgrade database table view 2023-12-14 12:29:54 +08:00
Daniel
8f9ce6e3f0
⬆️ Upgrade database table view 2023-12-14 11:54:27 +08:00
Daniel
a374f9c53d
🐛 An issue that caused cloud data corruption https://github.com/siyuan-note/siyuan/issues/9846 2023-12-10 12:05:15 +08:00
Vanessa
44091d0717 🎨 https://github.com/siyuan-note/siyuan/issues/9424 2023-12-08 12:48:16 +08:00
Daniel
2e0b2ba967
🎨 Support converting network assets to local https://github.com/siyuan-note/siyuan/issues/9826 2023-12-06 09:31:42 +08:00
Daniel
a8625ca27d
🎨 Automatically download network assets when the cloud inbox is moved to docs https://github.com/siyuan-note/siyuan/issues/9775 2023-11-29 10:07:52 +08:00
Vanessa
320110d57e 🎨 fix https://github.com/siyuan-note/siyuan/issues/9598 2023-11-25 17:08:22 +08:00
Daniel
1bab5429ac
🎨 Improve index verification taskbar push message https://github.com/siyuan-note/siyuan/issues/9739 2023-11-24 21:18:09 +08:00
Vanessa
3932d1cf0c 🎨 fix https://github.com/siyuan-note/siyuan/issues/9728 2023-11-23 17:48:35 +08:00
Vanessa
c8ea33c5ce 🎨 https://github.com/siyuan-note/siyuan/issues/9667 2023-11-20 11:12:02 +08:00
Vanessa
ec4da7cde7 🎨 fix https://github.com/siyuan-note/siyuan/issues/9630 2023-11-19 15:49:20 +08:00
Vanessa
8a2122c276 🎨 fix https://github.com/siyuan-note/siyuan/issues/9586 2023-11-17 10:39:25 +08:00
Vanessa
0e1f99463e 🎨 https://github.com/siyuan-note/siyuan/issues/9564 2023-11-16 23:36:46 +08:00
Vanessa
0eb4d04e2d 🎨 fix https://github.com/siyuan-note/siyuan/issues/9645 2023-11-16 10:39:42 +08:00
Vanessa
3d24c68eab 🎨 https://github.com/siyuan-note/siyuan/pull/9617 2023-11-13 12:23:43 +08:00
Vanessa
0c1c4db9dc 🎨 https://github.com/siyuan-note/siyuan/pull/9617 2023-11-13 12:19:18 +08:00
Daniel
eb6f892a47
🎨 Improve S3/WebDAV data sync error message Fix https://github.com/siyuan-note/siyuan/issues/9626 2023-11-10 23:00:17 +08:00
debbbbie
48c354e7de
Show card NextDue to the flashcard management UI (#9621)
* Show RiffCard NextDue to the UI

* Show RiffCard NextDue to the UI

* Show card NextDue to the flashcard management UI
2023-11-10 20:21:56 +08:00