Daniel
9612e41cf7
🎨 Limit memory usage of PDF parsing https://github.com/siyuan-note/siyuan/pull/9051
2023-08-27 17:49:21 +08:00
Daniel
f755daee1e
🎨 Limit memory usage of PDF parsing https://github.com/siyuan-note/siyuan/pull/9051
2023-08-27 17:46:23 +08:00
Daniel
06f6534402
🎨 Limit memory usage of PDF parsing https://github.com/siyuan-note/siyuan/pull/9051
2023-08-27 17:46:06 +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
d3fa2bc547
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053
2023-08-27 11:17:53 +08:00
Daniel
7d6c101813
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053
2023-08-27 11:13:39 +08:00
Daniel
184b4aa074
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053
2023-08-27 11:12:11 +08:00
Daniel
9cfcec2310
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053
2023-08-27 11:09:37 +08:00
Daniel
b578506ea5
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053
2023-08-27 11:09:19 +08:00
Daniel
fd32668abc
🎨 PDF files longer than 1024 pages are not included in asset file content searching https://github.com/siyuan-note/siyuan/issues/9053
2023-08-27 11:02:36 +08:00
Daniel
4baeeed1ec
🎨 Non-UTF-8 encoded text files are not included in asset file content searching Fix https://github.com/siyuan-note/siyuan/issues/9052
2023-08-27 10:53:48 +08:00
nekrondev
f4e840fae6
feat(assets): improve PDF asset parser performance ( #9051 )
...
This commit will change the single-threaded behavior of
PDF parser into multi-threaded worker pool
speeding up PDF parsing into text
Co-authored-by: Heiko Besemann <heiko.besemann@qbeyond.de>
2023-08-26 22:44:14 +08:00
Daniel
0beca364fa
🎨 Add kernel API /api/archive/zip
and /api/archive/unzip
Fix https://github.com/siyuan-note/siyuan/issues/9028
2023-08-26 22:38:02 +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
Yingyi / 颖逸
2f75010785
Add APIs for message broadcast ( #9031 )
...
* 🎨 Add API for broadcast
* 🎨 Add API `/api/broadcast/getListenerCount`
* 🎨 Add API GET `/api/broadcast/channels`
* 🎨 Add API POST `/api/broadcast/getChannelInfo`
* Update broadcast.go
* Update broadcast.go
2023-08-23 17:31:59 +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
Daniel
092b8b16ca
🎨 AI Maximum number of Tokens
setting value is no longer limited Fix https://github.com/siyuan-note/siyuan/issues/9023
2023-08-23 09:41:15 +08:00
Daniel
5868ae1102
🔖 Release v2.10.1
2023-08-21 21:11:05 +08:00
Daniel
ca73a70112
🎨 Remove asset content indexes when deleting asset files https://github.com/siyuan-note/siyuan/issues/9010
2023-08-20 11:24:11 +08:00
Daniel
2d61568fad
🎨 Remove asset content indexes when deleting asset files https://github.com/siyuan-note/siyuan/issues/9010
2023-08-20 11:22:48 +08:00
Daniel
71f87cfd55
🎨 Improve asset content searching
2023-08-20 11:01:00 +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
620853575b
🎨 Support searching some plaintext assets content https://github.com/siyuan-note/siyuan/issues/8987
2023-08-17 18:01:11 +08:00
Daniel
89f85a93c4
🎨 Support searching some plaintext assets content https://github.com/siyuan-note/siyuan/issues/8987
2023-08-17 12:14:19 +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
dd7679eac6
🐛 Document duplicated when creating by block reference Fix https://github.com/siyuan-note/siyuan/issues/8981
2023-08-16 11:34:37 +08:00
Daniel
a516f8da2c
⬆️ Upgrade kernel deps
2023-08-15 20:47:56 +08:00
Daniel
d40632cddb
✨ Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874
2023-08-15 20:39:08 +08:00
Daniel
2e51a5e30b
🔖 Release v2.10.0
2023-08-15 20:24:24 +08:00
Daniel
29678939f3
✨ Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874
2023-08-15 20:16:04 +08:00
Daniel
0fc89a4277
✨ Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874
2023-08-15 17:04:34 +08:00
Daniel
4b96ead36a
✨ Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874
2023-08-15 16:32:31 +08:00
Daniel
a169b3913a
✨ Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874
2023-08-15 16:32:31 +08:00
Daniel
5e1ac8c298
🎨 logging https://github.com/siyuan-note/siyuan/pull/8977
2023-08-15 15:36:03 +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
68be7bdfe4
🎨 Improve node parsing
2023-08-15 10:07:28 +08:00
Daniel
9f6d08ac01
✨ Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874
2023-08-15 09:34:58 +08:00
Daniel
253b228bb0
✨ Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874
2023-08-13 00:17:06 +08:00
Daniel
e66676598f
✨ Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874
2023-08-13 00:17:05 +08:00
Daniel
81a02babb5
⬆️ Upgrade kernel deps
2023-08-12 14:17:53 +08:00
Daniel
b64ef60261
🎨 Heading convert to doc does not use naming as doc name https://github.com/siyuan-note/siyuan/issues/8959
2023-08-12 14:05:48 +08:00
Daniel
fece4f114e
✨ Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874
2023-08-12 11:39:36 +08:00
Daniel
8dcd89da93
⬆️ Upgrade kernel deps
2023-08-12 10:54:54 +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
c96e815aa6
✨ Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874
2023-08-11 10:28:32 +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
6595524640
🧑💻 Improve kernel API /api/file/readDir
for returning file mod time Fix https://github.com/siyuan-note/siyuan/issues/8945
2023-08-10 10:57:01 +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
b54c05cf88
🐛 Wrong count for hierarchical level tag count https://github.com/siyuan-note/siyuan/issues/8915
2023-08-08 21:28:39 +08:00
Daniel
7034992c1c
🔖 Release v2.9.9
2023-08-08 11:05:19 +08:00
Daniel
d1739ab757
🎨 Add comments
2023-08-08 11:05:18 +08:00
Daniel
0edcfb3c74
🎨 Bookmark and Tag panel operation progress text escaping Fix https://github.com/siyuan-note/siyuan/issues/8926
2023-08-07 11:52:35 +08:00
Daniel
dead5c5a7c
🎨 Add membership one-time payment features https://github.com/siyuan-note/siyuan/issues/8906
2023-08-05 20:04:37 +08:00
Daniel
c553c87c63
✨ Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874
2023-08-05 20:04:37 +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
d81359bdee
✨ Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874
2023-08-04 23:11:18 +08:00
Daniel
9d62905a14
🎨 Filter nesting folder of custom emoji before adding emoji https://github.com/siyuan-note/siyuan/pull/8903
2023-08-04 23:03:10 +08:00
Daniel
b7fd16f62d
🎨 Filter nesting folder of custom emoji before adding emoji https://github.com/siyuan-note/siyuan/pull/8903
2023-08-04 23:03:09 +08:00
lindalin
cf71d86263
emoji: filter nesting folder of custom emoji before adding emoji ( #8903 )
...
Co-authored-by: chrisli <chris.li@grapecity.com>
2023-08-04 23:00:59 +08:00
Daniel
c737ecabb6
🎨 Attribute View number column format https://github.com/siyuan-note/siyuan/issues/8764
2023-08-04 12:32:29 +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
65cbbc589d
🎨 Attribute View number column format https://github.com/siyuan-note/siyuan/issues/8764
2023-08-04 00:07:12 +08:00
Daniel
c136b71e67
🎨 Attribute View number column format https://github.com/siyuan-note/siyuan/issues/8764
2023-08-03 23:39:10 +08:00
Daniel
d5bceca2a4
🎨 Attribute View number column format https://github.com/siyuan-note/siyuan/issues/8764
2023-08-03 23:21:11 +08:00
Daniel
2baa74fb39
🎨 Attribute View number column format https://github.com/siyuan-note/siyuan/issues/8764
2023-08-03 22:59:11 +08:00
Daniel
3561b34c8f
🎨 Attribute View number column format https://github.com/siyuan-note/siyuan/issues/8764
2023-08-03 22:53:37 +08:00
Daniel
9a5e9f1a14
🎨 Attribute View number column format https://github.com/siyuan-note/siyuan/issues/8764
2023-08-03 22:48:11 +08:00
Daniel
760598d943
🎨 Attribute View number column format https://github.com/siyuan-note/siyuan/issues/8764
2023-08-03 22:48:10 +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
Daniel
f62804d973
🎨 Add Email and Phone type column to Attribute View
...
https://github.com/siyuan-note/siyuan/issues/8891
https://github.com/siyuan-note/siyuan/issues/8892
2023-08-03 12:21:11 +08:00
Daniel
85ad37af0a
🎨 Update kernel HTTP User-Agent
2023-08-03 11:26:54 +08:00
Daniel
b4a816dbe3
🔖 Release v2.9.9-dev1
2023-08-02 23:33:10 +08:00
Daniel
1efa54ac10
🔖 Release v3.0.0-alpha2
2023-08-02 22:54:58 +08:00
Daniel
e01077f300
🎨 Block ref search supports searching '
Fix https://github.com/siyuan-note/siyuan/issues/8886
2023-08-02 20:47:28 +08:00
Daniel
29d82aadfc
🎨 Update av
2023-08-02 20:26:17 +08:00
Daniel
cf06f74e1b
🎨 Update av https://github.com/siyuan-note/insider/issues/1110
2023-08-02 12:36:35 +08:00
Daniel
8fb83d1156
🎨 Update av https://github.com/siyuan-note/insider/issues/1110
2023-08-02 12:33:17 +08:00
Daniel
6d59de2577
🎨 Update av https://github.com/siyuan-note/insider/issues/1117
2023-08-02 12:27:48 +08:00
Daniel
683e9a04ed
🎨 Update av
2023-08-02 00:02:30 +08:00
Daniel
1e8b5df293
🎨 Improve importing for markdown syntax #Tag
Fix https://github.com/siyuan-note/siyuan/issues/8882
2023-08-01 23:29:35 +08:00
Daniel
6a31d345ed
🎨 Update av
2023-08-01 21:00:57 +08:00
Daniel
6884672fbf
🎨 Improve data sync
2023-08-01 20:35:38 +08:00
Daniel
ae576633c1
🔖 Release v2.9.8
2023-08-01 10:38:26 +08:00
Daniel
ec6e104519
🎨 Update av
2023-08-01 00:15:55 +08:00
Daniel
d168951d34
🎨 Update av
2023-07-31 23:34:36 +08:00
Daniel
ef85991435
🎨 Update av
2023-07-31 23:18:30 +08:00
Daniel
85d876e667
🎨 Update av
2023-07-31 23:18:30 +08:00
Daniel
6df3017857
🎨 Update av
2023-07-31 21:16:25 +08:00
Daniel
310a583f68
🎨 Update text
2023-07-31 20:08:39 +08:00
Daniel
89150bb868
🎨 Update av
2023-07-31 11:20:58 +08:00
Daniel
8a842c66f0
🎨 Add URL type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8854
2023-07-30 20:53:40 +08:00
Daniel
14c270c238
🎨 Better display of attribute view fields in block attribute panel https://github.com/siyuan-note/siyuan/issues/8765
2023-07-30 20:35:03 +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
cf5e158f1a
🎨 Update av
2023-07-29 11:24:20 +08:00
Daniel
8b0452117e
🎨 Update av
2023-07-29 11:19:34 +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
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
Yingyi / 颖逸
0c7e16e558
🎨 Add API /api/export/exportResources
to export files and folders ( #8841 )
2023-07-28 16:48:17 +08:00
Daniel
656a13ec89
♻️ Update av
2023-07-28 12:07:10 +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
d417fc39d3
🎨 Attribute View date column filter https://github.com/siyuan-note/siyuan/issues/8756
2023-07-27 13:16:26 +08:00
Daniel
aafb91a410
🎨 Attribute View date column filter https://github.com/siyuan-note/siyuan/issues/8756
2023-07-27 13:09:13 +08:00
Daniel
fd9c1b221e
🎨 Attribute View date column filter https://github.com/siyuan-note/siyuan/issues/8756
2023-07-27 13:08:08 +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
1276dd8f9a
🎨 Attribute View date column filter https://github.com/siyuan-note/siyuan/issues/8756
2023-07-26 23:31:14 +08:00
Daniel
bcf0a9341b
🐛 Assets search garbled characters Fix https://github.com/siyuan-note/siyuan/issues/8828
2023-07-26 21:03:14 +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
bc36dc142a
🎨 Remove the target docx file when exporting Fix https://github.com/siyuan-note/siyuan/issues/8822
2023-07-26 16:57:56 +08:00
Daniel
7548b1008c
🐛 Assets starting with .
should not be considered missing assets https://github.com/siyuan-note/siyuan/issues/8821
2023-07-26 11:05:22 +08:00
Daniel
b7beff91e5
🐛 Assets starting with .
should not be considered missing assets https://github.com/siyuan-note/siyuan/issues/8821
2023-07-26 11:01:53 +08:00
Daniel
1c2422cf6d
🔖 Release v2.9.7
2023-07-25 20:02:17 +08:00
Daniel
c6dca8fa9c
🔖 Release v2.9.7
2023-07-25 12:26:45 +08:00
Daniel
83143e3289
🎨 Attribute View date column calculate https://github.com/siyuan-note/siyuan/issues/8757
2023-07-24 00:26:56 +08:00
Daniel
67aa8b642a
🎨 Attribute View date column calculate https://github.com/siyuan-note/siyuan/issues/8757
2023-07-23 23:46:17 +08:00
Daniel
98f7b56c0d
🎨 Attribute View date column calculate https://github.com/siyuan-note/siyuan/issues/8757
2023-07-23 23:39:15 +08:00
Daniel
43b4c57d01
🎨 Attribute View date column calculate https://github.com/siyuan-note/siyuan/issues/8757
2023-07-23 22:15:30 +08:00
Daniel
74e8ebeae9
🎨 More details in sync log
2023-07-23 19:49:18 +08:00
Daniel
04d0d563de
🎨 Add date type column to Attribute View https://github.com/siyuan-note/siyuan/issues/8692
2023-07-22 22:29:28 +08:00
Yingyi / 颖逸
b45cf73ed8
🎨 API /api/file/readDir
support for returning symbolic link information ( #8805 )
...
* 🎨 API `/api/file/readDir` response symlink info
* 🎨 distinguish between directory symlink and file symlink
2023-07-22 22:20:24 +08:00
Daniel
2b28c9c7fa
🎨 Logging
2023-07-21 22:19:52 +08:00
Daniel
d3bfc3bc8d
⬆️ Upgrade kernel deps
2023-07-21 21:32:41 +08:00
Daniel
fa6212a8b4
🎨 Sign in to use S3/WebDAV data sync https://github.com/siyuan-note/siyuan/issues/8779
2023-07-21 20:45:56 +08:00
Daniel
abd1030cb8
🎨 Remove box conf if parse failed
2023-07-21 20:23:37 +08:00
Daniel
c2a6e6560a
🐛 Fix NPE
2023-07-21 18:38:12 +08:00
Daniel
fa679fcdbb
⬆️ Upgrade kernel deps
2023-07-21 18:30:52 +08:00
Daniel
58ffe8a3b5
🎨 Improve find replace https://github.com/siyuan-note/siyuan/issues/8771
2023-07-20 12:28:32 +08:00
Daniel
e66bc11b01
🎨 Improve auto update https://ld246.com/article/1689772851501
2023-07-19 23:30:54 +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
1d2eddc3da
🎨 Sign in to use S3/WebDAV data sync https://github.com/siyuan-note/siyuan/issues/8779
2023-07-19 13:13:54 +08:00
Daniel
c4558c26dd
🎨 Sign in to use S3/WebDAV data sync https://github.com/siyuan-note/siyuan/issues/8779
2023-07-19 12:15:37 +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
faefdbaf40
🔖 Release v2.9.6
2023-07-18 10:55:45 +08:00
Daniel
4e69f9596c
🎨 Improve init sync stability
2023-07-18 01:08:54 +08:00
Daniel
949be3d92b
⬆️ Upgrade kernel deps
2023-07-17 23:43:44 +08:00
Daniel
90871fc7bf
🎨 Update av
2023-07-17 11:22:13 +08:00
Daniel
286d9330cb
🎨 Attribute View columns calculate https://github.com/siyuan-note/siyuan/issues/8699
2023-07-16 23:23:22 +08:00