inline DVJS: list notes (from tag/folder) containing string #1635
Unanswered
Gewerd-Strauss
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been on a pretty aggressive reformatting trip in my vault as of recently, and I am having issues with a specific step.
I use a custom dashboard css (see end of post) to render a list of markdown links (cf. Image 1) as a proper dashboard (cf. Image 2).
I have
twothree issues.date=date(today)
-filter in inline dvjs so far.@SurnameName
) which are in a specific path - or contain a specific tag.2.1 For the conversation-one, I cannot really cheat by using a normal dv query, as the list is supposed to render vertically only - as done by this query:
$=dv.list(dv.pages('').sort(f=>f.file.mtime.ts,"desc").limit(10).file.link)
, used to generate image 4's output.Image 1:

Image 2:

Image 3:

Image 4:

The css for the dashboard formatting:
/* Updated 2022-02-28 */
Beta Was this translation helpful? Give feedback.
All reactions