Skip to content

Instantly share code, notes, and snippets.

@Aetherinox
Last active March 5, 2024 14:08
Show Gist options
  • Save Aetherinox/58eb1a083739d12b77b84c9e9382c355 to your computer and use it in GitHub Desktop.
Save Aetherinox/58eb1a083739d12b77b84c9e9382c355 to your computer and use it in GitHub Desktop.
Obsidian Demo
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