Last active
March 5, 2024 14:08
-
-
Save Aetherinox/58eb1a083739d12b77b84c9e9382c355 to your computer and use it in GitHub Desktop.
Obsidian Demo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const file = p.file | |
const file_path = file.path; | |
const file_name = file.name; | |
const file_label = file.frontmatter.name || file.frontmatter.title || file.frontmatter.alias || file_name; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment