Replies: 2 comments 5 replies
-
should do the trick. |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DryIce1
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.
-
Hi @AB1908,
I am reopening the discord discussion we had been attempting to have over a few weekends here, as you requested.
The goal is to have in my Weekly Note a list of outlinks mentioned from each daily note. This will be a prompt to recall which of the notes from this week were most intereating.
Desired Outcome / details
days::
and contains links to the 7 daily notes for this week, like this;- **Days**:: [[2022-04-18]], [[2022-04-19]], [[2022-04-20]], [[2022-04-21]], [[2022-04-22]], [[2022-04-23]], [[2022-04-24]]
days
#📓
(because each of my periodic notes contains this tag)Your attempt on discord:
days
, and this is the correct target.days.outlinks
and I wasn't able to find a solution.mnvwvnm had an attempt with an inline query which almost worked:
$=dv.list(dv.page(dv.current().days).file.outlinks.where(o => !dv.page(o.path).file.tags.includes("#📓")))
days
contains only one link.days
is autopopulated with links to the seven days of the week, it bounces an error "Error: dv.page only handles string and link paths; was provided type 'object'"thanks in advance for any advice or solutions! 🙏
Beta Was this translation helpful? Give feedback.
All reactions