mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
fix: db import of advanced queries
Fixes LOG-3082
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
- b1
|
||||
rating:: 5
|
||||
- :rating float
|
||||
rating:: 5.5
|
||||
- query-table:: false
|
||||
FIXME
|
||||
#+BEGIN_QUERY
|
||||
{:title "2nd level tasks with `#p1`"
|
||||
:query (and (task todo doing) [[p1]])}
|
||||
#+END_QUERY
|
||||
rating:: 5.5
|
||||
@@ -1,6 +1,8 @@
|
||||
- test multilines
|
||||
- test multilines in this page
|
||||
- |markdown| table|
|
||||
|some|thing|
|
||||
- block with props
|
||||
prop-num:: 10
|
||||
- multiline block
|
||||
a 2nd
|
||||
and a 3rd
|
||||
@@ -8,4 +10,12 @@
|
||||
:LOGBOOK:
|
||||
CLOCK: [2024-08-07 Wed 11:47:50]
|
||||
CLOCK: [2024-08-07 Wed 11:47:53]
|
||||
:END:
|
||||
:END:
|
||||
- Text before
|
||||
query-table:: false
|
||||
query-properties:: [:block]
|
||||
#+BEGIN_QUERY
|
||||
{:title "tasks with todo and doing"
|
||||
:query (task todo doing)}
|
||||
#+END_QUERY
|
||||
Text after
|
||||
Reference in New Issue
Block a user