Replies: 1 comment 1 reply
-
I'm a dumb in JS... but if you're using the field
They're accepted some exceptions for tags and links, removing the quotes... but you need to use commas...
EDIT: e podia ter respondido em Português... :) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello.
I want to create an index page linking to all the code snippets stored in Obsidian.
Each snippet file, has a type: "#type/snippet" tag and then a list of multiple other tags, which further categorize the snippet.
Example:
On my page, I want to group each snippet by each tag (in this example, since the snippet has two tags, it would be displayed twice on the page, grouped by each specific tag).
I managed to get everything grouped, but it breaks if the snippet has more than one tag, as the two tags are displayed together in the same row instead of breaking into a separate group..
Here is my current data view code:
I think I would need to somehow flatten the tags before the "group by" but am not sure how to do it.
Can anyone give me some suggestions, please? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions