Commit Graph

14557 Commits

Author SHA1 Message Date
Tienson Qin
767f86344b enhance: check missing addresses on dev 2025-05-15 17:10:03 +08:00
Tienson Qin
ddf45c94ae fix: rebuild db for file based graphs too when missing addresses 2025-05-15 16:03:12 +08:00
charlie
b1a20b0f55 fix(ui): color for the plugin toolbar buttons 2025-05-15 14:39:13 +08:00
rcmerci
e4431a1d46 fix(rtc): doesn't automatically start after refreshing 2025-05-14 19:42:40 +08:00
rcmerci
e702776930 fix: missing thread-api 2025-05-14 18:04:01 +08:00
rcmerci
ad3e092939 refactor(rtc): impl as functional components 2025-05-14 18:02:21 +08:00
Tienson Qin
67283bf276 fix: indicator status 2025-05-14 17:37:29 +08:00
Tienson Qin
be05eab5ac fix: false alarm of self reference for Tag 2025-05-14 17:01:06 +08:00
charlie
1afeeb4c48 fix(pdf): open block hl ref for Windows 2025-05-14 16:01:46 +08:00
charlie
fc37bad4bf fix(plugin): missing themes event 2025-05-14 12:50:35 +08:00
Gabriel Horner
046a593122 enhance: db graph query fn also supports lookup by property ident
Fixes #203
2025-05-13 13:53:14 -04:00
Gabriel Horner
f46f75bf10 fix: remove or rename outdated lint namespaces
Also chore of mv ref ns under util
2025-05-13 11:22:20 -04:00
Tienson Qin
abcf6fcd06 fix: style 2025-05-13 22:02:59 +08:00
Tienson Qin
effaacbd06 fix: group list items by page when there's no group specified yet 2025-05-13 21:47:52 +08:00
Tienson Qin
9ad86b6b19 fix: can't remove server file graph 2025-05-13 21:12:16 +08:00
Tienson Qin
3825b0d6cf fix: sync indicator style 2025-05-13 19:37:31 +08:00
Tienson Qin
6e1cfd9bba fix: don't start rtc for file graphs
also, don't compute extra-tx-data for file graphs
2025-05-13 19:30:56 +08:00
Tienson Qin
0d99eea39f chore: remove @logseq/capacitor-file-sync and capacitor fs 2025-05-13 19:17:09 +08:00
Tienson Qin
85b4243aac fix: lint 2025-05-13 18:48:01 +08:00
Tienson Qin
de88511bda chore: remove nfs support
Assets will be stored in IndexedDB through memory fs on web.
2025-05-13 18:40:58 +08:00
Tienson Qin
5e1a968530 Merge branch 'master' into feat/db 2025-05-13 18:22:20 +08:00
Gabriel Horner
4a0225b7ee fix: query function for db graphs
Fixes logseq/db-test#203. Also removed unused helpers
2025-05-12 15:51:50 -04:00
Gabriel Horner
9b1a565dd0 Chore: Remove slides (#11854)
* chore: remove slide feature and reveal mentions

Will remove reveal js dep in later commit

* chore: remove built-in property that was only for slides
2025-05-12 13:32:24 -04:00
Tienson Qin
210e8e14e6 enhance(ux): hovering tag doesn't increase its width 2025-05-12 22:24:47 +08:00
Gabriel Horner
c28fe3194c chore: cleanup after #11858
Remove unused fn
2025-05-12 09:47:40 -04:00
lhewett946
f8fa71de47 Fix logseq/db-test#277
exclude-from-graph-view property for file graphs
2025-05-12 09:44:28 -04:00
Tienson Qin
980f6b9c0a fix: db migrate 2025-05-11 03:05:23 +08:00
Tienson Qin
37f140e636 fix: self reference tagged block 2025-05-10 07:09:54 +08:00
Gabriel Horner
2c67b6de11 chore: cleanup unnecessary multi graph calls in db
namespaces. Add fn and related namespaces to linter
2025-05-09 15:05:14 -04:00
Tienson Qin
4c44334ba4 fix: count parent ref for block ref-set 2025-05-10 01:38:59 +08:00
Tienson Qin
ed648af845 fix: cycle refs 2025-05-10 00:50:06 +08:00
Tienson Qin
3ea0401260 fix: allow cycle refs including 3 or more blocks 2025-05-09 21:57:37 +08:00
Gabriel Horner
ce4df797dd fix: user can right click delete private tags
resulting in invalid states. Also catch this at outliner level
2025-05-09 09:36:16 -04:00
Tienson Qin
3d9cb9238c fix: mutual block reference
Also, :block/title shouldn't replace non-page block id references
because it could be recursive.
2025-05-09 21:23:50 +08:00
Gabriel Horner
74689edb0e fix: remove unused/invalid attr for file graph var
caught by linter
2025-05-09 02:51:54 +08:00
Gabriel Horner
5be0d024ae fix: model lint and remove unused fns and frontend.db
bindings
2025-05-09 02:51:54 +08:00
Gabriel Horner
b985020d1f refactor: mv file graph model fns to their own ns
All these fns are only used by file graphs. Most only act on file only
attributes e.g. :block/file, :block/pre-block? and :block/namespace
2025-05-09 02:51:54 +08:00
Tienson Qin
cf8947da04 enhance: rename fs/write-file! to fs/write-plain-text-file! 2025-05-09 02:01:13 +08:00
Gabriel Horner
0b2c1d4a0a fix: view-context :block not working for properties 2025-05-08 13:57:21 -04:00
Tienson Qin
4c298f9ae7 fix: fs/write-file! is only for plain-text files 2025-05-09 01:05:34 +08:00
Tienson Qin
6101ecd785 enhance: display type block editing check
`state/get-edit-block` returns the block when it's going to be edited,
we need to get the current block value to determine whether it's a
display type block, because adding #quote/math/query can happen during
the editing phase.
2025-05-08 22:58:47 +08:00
Gabriel Horner
121312b8ef fix: journals toggle still displayed journals
A regression probably from aa2bf82b08.
Also fix journals still showing up in left sidebar
2025-05-08 10:44:11 -04:00
Gabriel Horner
d4f34ddfba fix: paste multi lines to math block 2025-05-08 10:09:16 -04:00
rcmerci
7212086fee fix(editor): paste multi-lines text to quote-block 2025-05-08 17:57:12 +08:00
charlie
32a95b4ef3 fix(electron): write assets file failed 2025-05-08 17:15:17 +08:00
charlie
7f2eb16ad5 fix(plugin): invalid custom theme link href 2025-05-08 15:22:44 +08:00
Gabriel Horner
4c30aa2904 chore: remove unused batch-delete option
orphaned-pages? deletion from #3006 is no longer used
2025-05-07 16:04:59 -04:00
Gabriel Horner
87c3e4be86 fix: advanced query fails app
Non-string was failing to render in backup error component.
Fixes logseq/db-test#275
2025-05-07 15:37:07 -04:00
charlie
fe6417407e fix(ui): incorrect select blocks behavior for the block editing mode 2025-05-08 00:07:50 +08:00
Tienson Qin
3dcd6a2699 Add the last two migrations to fix-db 2025-05-07 23:52:56 +08:00