Commit Graph

768 Commits

Author SHA1 Message Date
Daniel
dbd52231e9
🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842 2023-12-08 17:09:56 +08:00
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
aa9c9b2f7c
⬆️ Upgrade kernel deps 2023-12-06 17:23:09 +08:00
Daniel
b06cc3dc10
🎨 Improve file read/write locking https://github.com/siyuan-note/siyuan/issues/9748 2023-12-06 16:23:55 +08:00
Daniel
7acc6bd02d
🎨 Improve search preview to highlight text <foo> https://github.com/siyuan-note/siyuan/issues/9821 2023-12-05 23:06:24 +08:00
Daniel
0b723479f1
🎨 Improve search preview to highlight text <foo> https://github.com/siyuan-note/siyuan/issues/9821 2023-12-05 23:06:23 +08:00
Daniel
d112b81869
🎨 Improve file read/write locking https://github.com/siyuan-note/siyuan/issues/9748 2023-12-05 21:07:12 +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
4ba811af79
🎨 Improve inline code markdown editing https://github.com/siyuan-note/siyuan/issues/9805 2023-12-02 22:04:12 +08:00
Daniel
92c04411ca
🎨 Improve inline code markdown editing https://github.com/siyuan-note/siyuan/issues/9805 2023-12-02 21:31:35 +08:00
Daniel
fa5ee62317
🎨 Improve export of Markdown hyperlink spaces Fix https://github.com/siyuan-note/siyuan/issues/9792 2023-11-30 21:21:50 +08:00
Daniel
d647335d6e
⬆️ Upgrade kernel deps 2023-11-29 09:44:48 +08:00
Daniel
0034a2d706
⬆️ Upgrade kernel deps 2023-11-28 16:14:11 +08:00
Daniel
b89607214b
🐛 Purge data repo Failed to purge data repo: CreateFile ... https://github.com/siyuan-note/siyuan/issues/9760 2023-11-28 16:08:54 +08:00
Daniel
eda3deafb3
🎨 Only HTML code wrapped in <div> is supported to be parsed into HTML blocks https://github.com/siyuan-note/siyuan/issues/9758 2023-11-27 23:10:21 +08:00
Daniel
fac371dd38
🎨 Improve data repo index purging prompt 2023-11-27 17:26:02 +08:00
Daniel
2f2abf0eff
🎨 Improve data sync perception when data merging https://github.com/siyuan-note/siyuan/issues/9740 2023-11-25 17:13:59 +08:00
Daniel
933b71bca9
🎨 Improve processing when copying and pasting plain text contains escape char Fix https://github.com/siyuan-note/siyuan/issues/9727 2023-11-24 20:56:46 +08:00
Daniel
69b0d90dcd
🎨 Improve processing when copying and pasting plain text contains escape char Fix https://github.com/siyuan-note/siyuan/issues/9727 2023-11-24 19:51:37 +08:00
Daniel
47df3f8b3d
⬆️ Upgrade kernel deps 2023-11-24 17:32:49 +08:00
Daniel
ad23d018a8
⬆️ Upgrade kernel deps 2023-11-23 22:10:25 +08:00
Daniel
94380db8cd
🎨 Improve processing when copying and pasting plain text contains escape char Fix https://github.com/siyuan-note/siyuan/issues/9727 2023-11-23 17:19:04 +08:00
Daniel
1e9a00a039
⬆️ Upgrade kernel deps 2023-11-22 16:48:54 +08:00
Daniel
4642dd6190
🐛 Inline memos cannot be searched Fix https://github.com/siyuan-note/siyuan/issues/9710 2023-11-22 10:03:50 +08:00
Daniel
3294cb9281
⬆️ Upgrade kernel deps 2023-11-20 22:34:22 +08:00
Daniel
c40605df72
⬆️ Upgrade kernel deps 2023-11-20 22:33:14 +08:00
Daniel
7ab6d6c3f8
⬆️ Upgrade kernel deps 2023-11-20 16:45:23 +08:00
Daniel
98c724b16d
🎨 Improve checking local data chunk integrity before data sync https://github.com/siyuan-note/siyuan/issues/9688 2023-11-19 14:56:51 +08:00
Daniel
0bc3332db2
🎨 Inline formulas and memo support preserving line breaks Fix https://github.com/siyuan-note/siyuan/issues/9664 2023-11-17 20:52:56 +08:00
Daniel
18f9f2633a
🎨 Spell check should be disabled inside inline and block code https://github.com/siyuan-note/siyuan/issues/9672 2023-11-17 09:52:45 +08:00
Daniel
5891ca5024
⬆️ Upgrade kernel deps 2023-11-16 21:28:40 +08:00
Daniel
b6e9df5e37
🎨 Kernel API /api/query/sql support || operator https://github.com/siyuan-note/siyuan/issues/9662 2023-11-15 23:48:27 +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
2f1b9569aa
⬆️ Upgrade kernel deps 2023-11-15 09:20:34 +08:00
Daniel
2299ff1ae7
🎨 Improve checking out files order of data sync Fix https://github.com/siyuan-note/siyuan/issues/9646 2023-11-14 10:54:38 +08:00
Daniel
7236fc457e
⬆️ Upgrade kernel deps 2023-11-14 08:58:42 +08:00
Daniel
a24f2e3889
🎨 Database table view supports pin/unpin column https://github.com/siyuan-note/siyuan/pull/9617 2023-11-13 12:33:13 +08:00
Daniel
a182b704ac
🐛 Data synchronization accidentally deletes local files Fix https://github.com/siyuan-note/siyuan/issues/9631 2023-11-13 00:53:18 +08:00
Daniel
acd2c1c65d
🐛 Data synchronization accidentally deletes local files Fix https://github.com/siyuan-note/siyuan/issues/9631 2023-11-12 12:37:08 +08:00
Daniel
8a8fc17d21
🎨 Improve data sync 2023-11-11 23:49:39 +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
Daniel
262d1298df
🎨 Improve data sync 2023-11-10 22:09:44 +08:00
Daniel
514c747fe3
🎨 Improve data sync 2023-11-10 20:25:29 +08:00
Daniel
a61f1361c2
🎨 Automatic synchronization mode prevents old cloud data from overwriting new local data Fix https://github.com/siyuan-note/siyuan/issues/9601 2023-11-08 11:50:33 +08:00
Daniel
7a64e71b92
🎨 Automatic synchronization mode prevents old cloud data from overwriting new local data Fix https://github.com/siyuan-note/siyuan/issues/9601 2023-11-08 11:14:20 +08:00
Daniel
e19f263dcb
🎨 Improve copying Excel cell to table cell Fix https://github.com/siyuan-note/siyuan/issues/9569 2023-11-08 10:02:49 +08:00
Daniel
a76d3c7d8d
⬆️ Upgrade kernel deps 2023-11-07 21:59:52 +08:00
Daniel
9a065f2016
🐛 Notebook data may be corrupted during data synchronization https://github.com/siyuan-note/siyuan/issues/9594 2023-11-07 18:08:16 +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
6afd46b450
🎨 Upgrade kernel dpes 2023-10-31 09:35:12 +08:00
Daniel
1aa5c10575
🎨 Upgrade kernel dpes 2023-10-31 00:05:52 +08:00
Daniel
df2bb9326e
🎨 Upgrade kernel dpes 2023-10-30 21:56:59 +08:00
Daniel
97dca97152
🎨 Upgrade kernel dpes 2023-10-30 17:32:49 +08:00
Daniel
ca37685d08
🎨 Upgrade kernel dpes 2023-10-30 17:28:19 +08:00
Daniel
ed117fd577
🎨 Upgrade kernel dpes 2023-10-30 15:21:05 +08:00
Daniel
50921eb97d
🎨 Upgrade kernel dpes 2023-10-30 11:51:21 +08:00
Daniel
f8054b23ea
🎨 Upgrade kernel dpes 2023-10-30 11:48:18 +08:00
Daniel
1f0ce054a7
🎨 Upgrade kernel dpes 2023-10-29 09:54:56 +08:00
Daniel
8fd9712c75
🎨 Upgrade kernel dpes 2023-10-29 00:30:00 +08:00
Daniel
d53b800b9e
🎨 Upgrade kernel dpes 2023-10-28 23:10:03 +08:00
Daniel
8409c00b73
🎨 Upgrade kernel dpes 2023-10-28 16:04:55 +08:00
Daniel
f6c9af7d63
🔊 Add sync diff merge log 2023-10-27 11:53:57 +08:00
Daniel
64b9e13a3e
⬆️ Editor parsing exception when using a template containing database to create dailynote https://github.com/siyuan-note/siyuan/issues/9504 2023-10-25 11:41:53 +08:00
Daniel
3427b83361
⬆️ Upgrade kernel deps https://github.com/siyuan-note/siyuan/issues/9493 2023-10-24 01:32:04 +08:00
Daniel
ede20bea0f
⬆️ Upgrade kernel deps 2023-10-22 21:14:15 +08:00
Daniel
5ebd406ae7
⬆️ Upgrade kernel deps 2023-10-16 18:15:41 +08:00
Daniel
6f249d768f
⬆️ Upgrade kernel deps 2023-10-11 09:15:03 +08:00
Daniel
433cb91d75
⬆️ Upgrade kernel deps 2023-10-03 10:33:41 +08:00
Daniel
dc03a5cf38
⬆️ Upgrade kernel deps 2023-09-28 22:46:29 +08:00
Daniel
172b7ed018
🎨 Apply result optimized by FSRS optimizer https://github.com/siyuan-note/siyuan/issues/9309 2023-09-28 22:39:12 +08:00
Daniel
98d4a86422
🎨 Improve the handling of inline-code containing | in the table Fix https://github.com/siyuan-note/siyuan/issues/9252 2023-09-26 16:10:34 +08:00
Daniel
734114e052
🎨 Improve the handling of inline-math containing | in the table https://github.com/siyuan-note/siyuan/issues/9227 2023-09-25 21:51:02 +08:00
Daniel
7923cca130
🎨 Improve the handling of inline-math containing | in the table https://github.com/siyuan-note/siyuan/issues/9227 2023-09-25 16:29:28 +08:00
Daniel
334ced0b95
🎨 Improve the handling of inline-math containing | in the table https://github.com/siyuan-note/siyuan/issues/9227 2023-09-24 09:56:55 +08:00
Daniel
32672e35be
🎨 Improve the handling of inline-code containing | in the table Fix https://github.com/siyuan-note/siyuan/issues/9252 2023-09-23 12:08:49 +08:00
Daniel
b8abc76edd
🎨 Improve the handling of inline-code containing | in the table Fix https://github.com/siyuan-note/siyuan/issues/9252 2023-09-22 21:57:45 +08:00
Daniel
6019285597
🎨 Improve the handling of inline-math containing | in the table https://github.com/siyuan-note/siyuan/issues/9227 2023-09-22 12:16:29 +08:00
Daniel
f5f9b1a393
⬆️ Upgrade kernel deps 2023-09-22 09:11:25 +08:00
Daniel
f191f749af
🎨 Improve the handling of inline-level formulas containing | in the table https://github.com/siyuan-note/siyuan/issues/9227 2023-09-21 11:40:17 +08:00
Daniel
a9377aa42b
🐛 Incomplete data when pasting task list nested list Fix https://github.com/siyuan-note/siyuan/issues/9239 2023-09-20 17:44:12 +08:00
Daniel
7ff232b35e
⬆️ Upgrade kernel deps 2023-09-20 16:28:36 +08:00
Daniel
3357ff86ba
🎨 Improve the handling of inline-level formulas containing escape char \ in the table https://github.com/siyuan-note/siyuan/issues/9227 2023-09-20 10:24:36 +08:00
Daniel
457fa434cf
⬆️ Upgrade kernel deps 2023-09-16 15:07:29 +08:00
Daniel
f71a2d6708
⬆️ Upgrade kernel deps 2023-09-15 20:40:03 +08:00
Daniel
1ba9f81443
🐛 An issue that caused cloud data corruption Fix https://github.com/siyuan-note/siyuan/issues/9144 2023-09-09 22:43:45 +08:00
Daniel
f2d96e952d
🐛 An issue that caused cloud data corruption Fix https://github.com/siyuan-note/siyuan/issues/9144 2023-09-09 12:10:31 +08:00
Daniel
5a9a4a1ece
🎨 Physically delete a workspace on the mobile https://github.com/siyuan-note/siyuan/issues/9134 2023-09-08 15:36:11 +08:00
Daniel
5ede004dfb
🔖 Release v2.10.4 2023-09-08 09:58:20 +08:00
Daniel
1c6222f3a6
🎨 The cloud sync directory name (Bucket) supports up to 63 characters https://github.com/siyuan-note/siyuan/issues/9130 2023-09-07 11:55:43 +08:00
Daniel
7cd20f9999
🔥 Revert Improve block loading performance on Windows/Linux/macOS amd64 arch Fix https://github.com/siyuan-note/siyuan/issues/9131 2023-09-07 11:30:30 +08:00
Daniel
a97db8b883
⬆️ Upgrade kernel deps 2023-09-05 16:17:17 +08:00
Daniel
8698f6d5a8
⬆️ Upgrade gomobile deps 2023-09-03 11:04:24 +08:00
Daniel
26d5832641
Improve block loading performance on Windows/Linux/macOS amd64 arch https://github.com/siyuan-note/siyuan/issues/9084 2023-09-01 10:47:45 +08:00
Daniel
8c6b747da8
🎨 Improve EPUB asset file content parsing https://github.com/siyuan-note/siyuan/issues/9072 2023-08-30 17:11:47 +08:00
Daniel
00c163c338
⬆️ Upgrade kernel deps 2023-08-28 20:42:20 +08:00
Daniel
77358dfa2e
⬆️ Upgrade kernel deps 2023-08-28 20:39:50 +08:00
Daniel
813328ce74
⬆️ Upgrade kernel deps 2023-08-28 17:29:57 +08:00
Daniel
0ec9a28763
⬆️ Upgrade kernel deps 2023-08-27 17:41:39 +08:00
Daniel
c1924d0a78
⬆️ Upgrade kernel deps 2023-08-27 17:35:31 +08:00
Daniel
f38cd184dc
🎨 Inline element custom attribute https://github.com/siyuan-note/siyuan/issues/9038 2023-08-25 10:51:40 +08:00
Daniel
84475df22d
🐛 Optimize typography exception in case of task list and heading Fix https://github.com/siyuan-note/siyuan/issues/9035 2023-08-25 00:22:51 +08:00
Daniel
04cf28c962
🎨 Support searching EPUB asset content Fix https://github.com/siyuan-note/siyuan/issues/9000 2023-08-18 16:20:32 +08:00
Daniel
e4fe341026
🎨 An error Failed to create data snapshot is occasionally reported during automatic data sync Fix https://github.com/siyuan-note/siyuan/issues/8998 2023-08-18 11:39:39 +08:00
Daniel
3b549f46f2
🎨 Support searching PDF asset content https://github.com/siyuan-note/siyuan/pull/8985 2023-08-17 11:58:54 +08:00
nekrondev
19a295e157
Support searching PDF asset content (#8985)
* feat(asset): add PDF parser

* test: changed test function name to match parser

* asset: add separator

* asset: add pdf factory product

* test: remove println

---------

Co-authored-by: Heiko Besemann <heiko.besemann@qbeyond.de>
2023-08-17 11:52:59 +08:00
Daniel
4c5e71be7a
🎨 Improve inline formulas input https://github.com/siyuan-note/siyuan/issues/8972 2023-08-16 23:14:16 +08:00
Daniel
a516f8da2c
⬆️ Upgrade kernel deps 2023-08-15 20:47:56 +08:00
Daniel
81a02babb5
⬆️ Upgrade kernel deps 2023-08-12 14:17:53 +08:00
Daniel
8dcd89da93
⬆️ Upgrade kernel deps 2023-08-12 10:54:54 +08:00
Daniel
82633a497b
⬆️ Upgrade kernel deps 2023-08-10 10:43:35 +08:00
Daniel
68b960ad7a
Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 2023-08-09 21:14:04 +08:00
Daniel
802dbb9b47
⬆️ Upgrade kernel deps 2023-08-05 17:00:50 +08:00
Daniel
af0ccc7c40
⬆️ Upgrade kernel deps 2023-08-04 23:31:07 +08:00
Daniel
a5af4ad64a
⬆️ Upgrade kernel deps 2023-08-04 23:27:30 +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
6884672fbf
🎨 Improve data sync 2023-08-01 20:35:38 +08:00
Daniel
55e43bcecd
🎨 Check local data chunk integrity before data synchronization https://github.com/siyuan-note/siyuan/issues/8853 2023-07-30 12:39:43 +08:00
Daniel
8b0452117e
🎨 Update av 2023-07-29 11:19:34 +08:00
Daniel
53db7e22d4
🎨 Upgrade flashcard algorithm to FSRSv4 Fix https://github.com/siyuan-note/siyuan/issues/8843
Rating 相关问题 https://github.com/siyuan-note/riff/issues/2
2023-07-28 20:38:34 +08:00
Daniel
6972797831
🎨 Upgrade flashcard algorithm to FSRSv4 Fix https://github.com/siyuan-note/siyuan/issues/8843 2023-07-28 17:48:44 +08:00
Daniel
4ac9278a14
🎨 Persist flashcard review log records https://github.com/siyuan-note/siyuan/issues/8833 2023-07-27 00:57:10 +08:00
Daniel
516f0aad7c
⬆️ Upgrade kernel deps 2023-07-26 18:18:32 +08:00
Daniel
f6f1f13633
⬆️ Upgrade kernel deps 2023-07-26 18:13:51 +08:00
Daniel
d1750170e1
⬆️ Upgrade kernel deps 2023-07-26 18:07:42 +08:00
Daniel
d3bfc3bc8d
⬆️ Upgrade kernel deps 2023-07-21 21:32:41 +08:00
Daniel
fa679fcdbb
⬆️ Upgrade kernel deps 2023-07-21 18:30:52 +08:00
Daniel
4b873f2091
🎨 Code block action icon getting cropped https://github.com/siyuan-note/siyuan/issues/8783 2023-07-19 13:45:38 +08:00
Daniel
f1230aca93
🐛 Export Word inline-level elements are not rendered Fix https://github.com/siyuan-note/siyuan/issues/8774 2023-07-18 19:11:49 +08:00
Daniel
949be3d92b
⬆️ Upgrade kernel deps 2023-07-17 23:43:44 +08:00
Daniel
eb65bb4ec0
🎨 Adjacent inline element in the same para but different line Fix https://github.com/siyuan-note/siyuan/issues/8713 2023-07-09 20:44:08 +08:00
Daniel
dc9aeb98f5
🐛 Incorrect copy content for a list item with a specific custom attribute value https://github.com/siyuan-note/siyuan/issues/8707 2023-07-08 23:07:20 +08:00
Daniel
943e155203
🎨 Improve cloud sync error report text https://github.com/siyuan-note/siyuan/issues/8675 2023-07-04 19:33:28 +08:00
Daniel
f35d497745
🎨 Improve data repo reset 2023-07-03 12:27:18 +08:00
Daniel
67797099c2
🎨 Automatically check cloud data integrity https://github.com/siyuan-note/siyuan/issues/8653 2023-07-02 20:41:54 +08:00
Daniel
7858a8eb84
🎨 Automatically check cloud data integrity https://github.com/siyuan-note/siyuan/issues/8653 2023-07-02 18:15:26 +08:00
Daniel
88cd5f063f
🎨 Automatically check cloud data integrity https://github.com/siyuan-note/siyuan/issues/8653 2023-07-02 17:48:37 +08:00
Daniel
d175677042
🎨 Update av 2023-07-02 11:30:29 +08:00
Daniel
62f67a801b
🎨 Improve data sync stability and performance https://github.com/siyuan-note/siyuan/issues/8651 2023-07-01 18:04:51 +08:00
Daniel
30bfa6e5d8
⬆️ Upgrade kernel deps 2023-07-01 00:03:24 +08:00
Daniel
3422257f5c
⬆️ Upgrade kernel deps 2023-06-25 11:53:31 +08:00
Daniel
4a8f6df9e5
🐛 Importing markdown files that include <kbd> freezes Fix https://github.com/siyuan-note/siyuan/issues/8611 2023-06-25 10:06:45 +08:00
Daniel
a13d8362d5
🎨 Support non-mainland China subscription https://github.com/siyuan-note/siyuan/issues/8584 2023-06-21 12:26:19 +08:00
Daniel
0de92265fa
🔖 Release v2.9.2 2023-06-19 13:46:29 +08:00
Daniel
3e06c5db2a
🎨 Improve init block tree 2023-06-19 11:12:37 +08:00
Daniel
23e6f86236
🎨 Improve data sync file timestamp comparison https://github.com/siyuan-note/siyuan/issues/8573 2023-06-18 17:36:30 +08:00
Daniel
5bd2b35fe3
⬆️ Upgrade kernel deps 2023-06-18 11:29:25 +08:00
Daniel
6d71e4d284
⬆️ Upgrade kernel deps 2023-06-18 11:26:02 +08:00
Daniel
4025bb3dba
⬆️ Upgrade kernel deps 2023-06-18 11:25:48 +08:00
Daniel
f4982d2cd6
🎨 Preview mode supports jumping through the outline panel https://github.com/siyuan-note/siyuan/issues/3059 2023-06-17 15:49:16 +08:00
Daniel
8b88cb642e
⬆️ Upgrade kernel deps 2023-06-16 11:27:40 +08:00