charlie
ef54814678
fix(ui): polish card view
2024-10-11 14:02:32 +08:00
Tienson Qin
b648b3c502
fix: unlink asset files after deleting asset blocks
2024-10-11 13:56:09 +08:00
Tienson Qin
639e4770c9
fix: text-format asset displayed as downloadable link
2024-10-11 13:37:53 +08:00
Gabriel Horner
d675f6ce1f
fix: new assets have invalid schema
...
Follow up to #11563 . Fix by relying on required asset property rather
than making :block/type more inconsistent. :block/type is mostly a page
type except for tech debt with "hidden" and "closed value"
2024-10-10 22:06:04 -04:00
Tienson Qin
03321f665b
Merge branch 'feat/db' into refactor/dsl-query
2024-10-10 23:33:26 +08:00
Tienson Qin
3c41c61be8
fix: display title only for image, audio and video assets
2024-10-10 23:25:23 +08:00
Tienson Qin
6ea01a0019
enhance: center display asset title
2024-10-10 23:04:33 +08:00
Tienson Qin
a599039e1a
fix: arrowRight and arrowDown move to next block when code selected
2024-10-10 22:25:21 +08:00
Gabriel Horner
39994b6891
fix: missing pages caused by import of changed property type
...
related to logseq/db-test#134
2024-10-10 09:34:22 -04:00
Tienson Qin
e0765b4462
fix: display type blocks in reference
2024-10-10 21:31:26 +08:00
Tienson Qin
f9d8c1e2a3
fix: ESC not working in code editor
2024-10-10 21:12:15 +08:00
Tienson Qin
38c48259df
fix: resolve between property
2024-10-10 17:53:45 +08:00
Tienson Qin
d81d102576
Merge branch 'feat/db' into refactor/dsl-query
2024-10-10 17:36:43 +08:00
charlie
c043c27419
fix(ui): incorrect datepicker for the query builder
2024-10-10 17:34:31 +08:00
Tienson Qin
35c3dba160
enhance: between support (between :created-at -1d)
...
So now `between` support:
1. (between start end) to query journal blocks
2. (between :created-at|:updated-at start end)
3. (between :created-at|:updated-at start)
2024-10-10 16:55:58 +08:00
Tienson Qin
6ce66e6f09
Merge branch 'feat/db' into refactor/dsl-query
2024-10-10 16:00:34 +08:00
Tienson Qin
d765d1ceeb
Merge pull request #11563 from logseq/refactor/assets
...
feat: #Asset tag
2024-10-10 15:54:15 +08:00
Tienson Qin
9f0e3443c1
fix: db property rule return pages
...
Built-in properties can be queried too.
2024-10-10 15:49:59 +08:00
charlie
13e86f0dda
fix(ui): pdf asset ref link for the file based graph
2024-10-10 11:55:57 +08:00
charlie
c0c725709f
fix(pdf): can't open highlight ref for the file based graph
2024-10-10 11:30:46 +08:00
charlie
ddc9617707
fix(ui): polish icon colors for the pdf viewer toolbar
2024-10-10 11:08:33 +08:00
Gabriel Horner
e0b5c78374
fix: large exporter var
2024-10-09 15:21:57 -04:00
Gabriel Horner
bc4f121572
enhance: add import support for linked ref filters
...
Fixes LOG-3201. Also refactor and fix page-names-to-uuids to include
all existing user page names, not just ones from current file
2024-10-09 14:54:46 -04:00
Tienson Qin
591db66549
fix: click a block edit all the same blocks
...
Broken by f05d4e40d .
2024-10-10 02:37:25 +08:00
Tienson Qin
bb08621fea
enhance: support tags in query dsl
2024-10-09 21:17:49 +08:00
Tienson Qin
2300f4e8c1
Merge branch 'feat/db' into refactor/assets
2024-10-09 19:46:07 +08:00
Tienson Qin
b74fcd57e7
fix: can't update highlight color
2024-10-09 19:44:36 +08:00
Tienson Qin
b352300927
fix: display icon in node reference
...
Unless it's a normal page or block without any tag.
2024-10-09 19:02:04 +08:00
Tienson Qin
ae4ebe48ad
fix: asset reference should jump to the asset block
2024-10-09 19:02:04 +08:00
Tienson Qin
d6c6e10049
fix: /deadline can't input journal name with slashes
2024-10-09 16:53:40 +08:00
Tienson Qin
c049eb28fd
Merge branch 'feat/db' into refactor/assets
2024-10-09 15:51:26 +08:00
Tienson Qin
26df66e5ff
add card view migration
2024-10-09 15:34:02 +08:00
Tienson Qin
27de657f02
feat: card view
2024-10-09 12:17:20 +08:00
Tienson Qin
06df10ef42
feat: export both SQLite db and assets
2024-10-09 11:03:16 +08:00
Tienson Qin
866ae51ccc
feat: multiple assets import
2024-10-09 09:59:08 +08:00
Tienson Qin
349a804322
fix: center align all pages
2024-10-09 08:55:12 +08:00
Tienson Qin
1ca4add35f
fix: foldable title should be aligned
2024-10-09 08:49:55 +08:00
Tienson Qin
bb422e75a4
feat: bring back image resize
2024-10-09 08:30:24 +08:00
Gabriel Horner
234e01b0af
fix: query with 0 results feels broken
...
as there's no feedback that a query is performed. We should at least
display something. When this happens in a file graph, it seems like
the `{{query}}` macro is broken
2024-10-08 16:38:02 -04:00
Gabriel Horner
79569e8eaf
enhance: add title-format support for import
...
Fixes
https://linear.app/logseq/issue/LOG-3219/import-journalpage-title-format-config .
Part of https://github.com/logseq/db-test/issues/61
2024-10-08 11:51:54 -04:00
Tienson Qin
494ae5c26d
chore: disable new record for #Asset for now
2024-10-08 23:21:50 +08:00
Tienson Qin
6ee614a597
fix: video displaying in #asset table
2024-10-08 23:13:49 +08:00
Tienson Qin
3acbed2731
chore: remove properties :file and :file-path from db graphs
...
The db version uses :logseq.property/asset.
2024-10-08 22:55:06 +08:00
Tienson Qin
42c0c723f8
fix: disable image resize for db graphs
2024-10-08 22:39:12 +08:00
Tienson Qin
5519c9b0c3
Merge branch 'feat/db' into refactor/assets
2024-10-08 22:30:46 +08:00
Tienson Qin
a638c848a9
enhance: display both file name and file in #Asset table
2024-10-08 22:28:27 +08:00
Gabriel Horner
e00a8123ab
fix: can't resize tag and property tables
...
b/c of recent collapsible. Had reintroduced issue similar to
logseq/db-test#124
2024-10-08 10:27:25 -04:00
Tienson Qin
27d7307330
enhance: limit asset height in table view
2024-10-08 21:55:28 +08:00
Tienson Qin
6f615a2b04
fix: graph-parser test
2024-10-08 21:38:25 +08:00
Tienson Qin
550bf9d40a
fix: delete asset
2024-10-08 21:24:44 +08:00