using-obsidian-api
Installation
SKILL.md
Obsidian Bases API
Main types
BasesEntry: Represents a note/entry with propertiesBasesViewConfig: View configuration (user options)BasesPropertyId: Property identifier (string)App: Obsidian application instanceTFile: Obsidian file
Data access
// Get property value
const value = entry.getValue(propertyId);
// Get property display name
const displayName = config.getDisplayName(propertyId);