Tienson Qin
9335281d4a
fix: webpack release failed to require path
2025-07-23 15:25:50 +08:00
Tienson Qin
4b935df5d3
fix: katex path
2025-07-23 14:42:54 +08:00
Tienson Qin
5d7f56361a
downgrade shadow-cljs
2025-07-23 14:36:38 +08:00
Tienson Qin
f86be0f3a8
add more externs
2025-07-23 13:11:15 +08:00
Tienson Qin
31004ee371
wip: webpack release build
2025-07-23 12:40:25 +08:00
Gabriel Horner
6ef1c62e95
chore: mv sanitize-filename into exporter
...
should fix outliner CI as it never loads exporter
2025-07-22 12:24:14 -04:00
Gabriel Horner
5de565dcce
fix: some pdf annotations weren't imported
...
. Creation of edn+md paths from pdf path were lacking sanitization which
resulted in edn and md files not being associated with pdf
Fixes https://github.com/logseq/db-test/issues/196#issuecomment-3059363947 .
Also fix incorrect dep
2025-07-22 12:24:14 -04:00
Gabriel Horner
6b3240f4b5
fix: imported pdf annotation image not showing up
...
in pdf viewer under Outline > Highlights
2025-07-22 08:57:21 -04:00
Gabriel Horner
f4a8b9438e
fix: block references to annotations
...
Don't rewrite annotation uuids as we don't do that for other existing blocks
2025-07-22 08:57:21 -04:00
Gabriel Horner
ad5c776f46
fix: doc files in assets shouldn't be extracted
...
Asset files that are edn or md were being treated like assets and
extracted as doc files. This was noticed because pdf annotation edn was being
needlessly extracted
2025-07-22 08:57:21 -04:00
Gabriel Horner
3f21c297b2
enhance: import markdown annotations
...
for pdfs and any children blocks under highlight. Only
imports text from md annotations
2025-07-22 08:57:21 -04:00
Gabriel Horner
4c9d063323
enhance: import pdf area annotations
2025-07-22 08:57:21 -04:00
Gabriel Horner
536f39cbbd
enhance: import basic pdf text annotation
...
Only read edn for now. Works in UI and CLI.
Also correctly keeps annotation edn from being copied since
it's no longer used
2025-07-22 08:57:21 -04:00
charlie
957109bcad
enhance(mobile): improve scroll for the editing block
2025-07-22 16:48:21 +08:00
Tienson Qin
52c724a84e
fix: block editor position on mobile
2025-07-22 13:05:44 +08:00
charlie
f14f7c3ce8
enhance(mobile): skeleton layout
2025-07-22 12:21:31 +08:00
charlie
1acac64506
Merge branch 'enhance/mobile-silk' of https://github.com/logseq/logseq into enhance/mobile-silk
2025-07-22 12:15:52 +08:00
charlie
67b2f206f2
fix(mobile): incorrect scroll for the block modal page
2025-07-22 12:15:34 +08:00
Tienson Qin
fee8d1a34f
chore: remove mobile.ionic
2025-07-22 11:50:19 +08:00
charlie
957cb9e91e
enhance(mobile): remove alert type modal
2025-07-22 11:47:26 +08:00
Tienson Qin
f9f46cfa64
Add missing pod
2025-07-22 11:41:21 +08:00
Tienson Qin
816deaa6f7
update yarn.lock
2025-07-22 11:41:21 +08:00
charlie
c8f883b5f2
enhance(mobile): improve topbar layout
2025-07-22 11:35:04 +08:00
charlie
6bbe6f97ab
Merge branch 'master' into enhance/mobile-silk
2025-07-22 09:11:58 +08:00
Gabriel Horner
1616c633df
chore: bump outdated versions on checkout action
2025-07-21 14:46:32 -04:00
Gabriel Horner
6924223c8c
fix: gh workflows missing deps
...
This result in bugs as deps changes could break downstream dependents
since their workflows aren't run. outliner was missing graph-parser and
all deps were missing common
2025-07-21 14:46:32 -04:00
Tienson Qin
dbe2708e5e
Add webpack build
2025-07-21 22:46:02 +08:00
Tienson Qin
0722688fd8
feat: hybrid search
2025-07-21 21:47:36 +08:00
Tienson Qin
337b28e5d4
set batch size to 500
2025-07-21 20:53:35 +08:00
Tienson Qin
2c27aee09d
use db/id for hnsw label
...
Because db/id is unique, auto-increment so that old ids are not re-used.
2025-07-21 20:14:14 +08:00
Tienson Qin
f1d8e526fc
enhance: set embedding distance to 0.3 to keep search result related
2025-07-21 17:44:45 +08:00
Tienson Qin
bf3af0fedd
perf: skip refresh ui for embedding data transactions
2025-07-21 17:21:20 +08:00
Tienson Qin
690b92c975
enhance: adjust batch embedding size to cut down resource usage
2025-07-21 17:15:06 +08:00
Tienson Qin
3f20f44790
enhance: add embedding indicator
2025-07-21 17:06:17 +08:00
charlie
ed0f63e835
enhance(mobile): improve action sheet modal for the graph switcher
2025-07-21 16:52:52 +08:00
Tienson Qin
2e65b639dc
fix: cancel index when switching to another model
2025-07-21 16:37:35 +08:00
Tienson Qin
ae78fc65c4
enhance: start embedding after selected a model
2025-07-21 16:22:17 +08:00
Tienson Qin
910c8f448f
Use missionary clock for auto embedding
2025-07-21 16:13:17 +08:00
Tienson Qin
b23f9e28a2
feat: add semantic search result when searching blocks
2025-07-21 13:30:45 +08:00
charlie
cab7486d7f
enhance(mobile): polish details
2025-07-21 12:17:36 +08:00
charlie
e298d7d0f0
enhance(mobile): improve the editor scroll view
2025-07-21 11:31:58 +08:00
Tienson Qin
f296c1e67d
fix: auto embedding stops when switching graph
2025-07-19 15:32:16 +08:00
Tienson Qin
a5270a05e1
fix: inference worker js path
2025-07-19 15:17:11 +08:00
Tienson Qin
91d3ab70fb
enhance: don't update index info if there's no block update
2025-07-19 15:15:24 +08:00
Tienson Qin
de80615c5f
enhance: index embedding for updated blocks every 30s
2025-07-19 14:36:11 +08:00
charlie
e489e93614
fix(api): incorrect lowercase for the qulified property key
2025-07-19 11:39:46 +08:00
charlie
b92038c0ee
enhance(mobile): improve safe area for topbar/tabbar
2025-07-18 19:10:30 +08:00
charlie
bfbf4a5c61
enhance(mobile): remove the full ionic components
2025-07-17 16:52:14 +08:00
charlie
3101227a6a
enhance(mobile): improve the silk popup
2025-07-17 11:27:08 +08:00
charlie
4647885c44
enhance(mobile): improve search page
2025-07-17 11:04:47 +08:00