Skip to content

Table / List from specific bullet point list #2267

Answered by holroy
josephcrawfordSRH asked this question in Q&A
Discussion options

You must be logged in to vote

My bad, I was a little quick on the trigger there, and forgot to do meta(...).subpath, so try this variant:

```dataview
LIST item.text
FROM "Journal/Daily"
WHERE file.day.year = number(substring(string(this.file.name), 0, 4))
AND file.day.weekyear = number(substring(string(this.file.name), 6, 8))
SORT file.day
FLATTEN file.lists as item
WHERE meta(item.section).subpath = "Code Reviews"
```

Bonus tip: How to present code properly in a post

If you want to showcase either markdown, or code blocks, or dataview queries properly in a post, be sure to add one line before and one life after what you want to present with four backticks, ````. This will ensure that any other backticks (like in cod…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@holroy
Comment options

Answer selected by josephcrawfordSRH
@josephcrawfordSRH
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants