Dynamic table of linked notes in different folders #1416
Gewerd-Strauss
started this conversation in
Templates Showcase
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
this is a small dvjs-table I came up with (with a bit of help from ChatGPT admittedly) that does the following things:
experiment_report
, and construct a table of notes./
will be usedtype_exp
is addedtype_exp
, then alphanumerically by filename within each set.Notes
The file-structure is a bit more complicated, because this vault interfaces with Quarto, and therefore needs various measures to make these systems interface properly.
these file-pairs are consistent in their main name, but
exp_
orrep_
(depending on the folder)_
before the prefix above (e.g.__exp_*
)This snippet handles all these scenarios, constructs valid links to them, and then strips the prefixes from the displayed name.
Additionally, the contents of a specific YAML
Example view
Snippet
Beta Was this translation helpful? Give feedback.
All reactions