Search and sort by tags #2583
e-drazich-taylor
started this conversation in
General
Replies: 1 comment
-
Have you looked into econtains?
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, I'm trying to implement to following:
Taking notes in zotero, with with nested tags (delimiter /) using betternotes and ethereal plugins.
Importing notes to obsidian with tags in the YAML headers
I would like to then have a nice dataview page that lets me filter by multiple tags (for example Disease/AD, Stage/Symptomatic), and then can also rank sort by different criteria (for example, sort by Modality/, then sort by Methods/, which would sort alphabetically by all the subtags within the Modality tag, then do the same for the Methods tag).
Here's what I have so far, but it just gives a blank dataview, despite there being data it should be able to utilise:
Beta Was this translation helpful? Give feedback.
All reactions