obsidian/file-manager
Contains utility functions for managing files in Obsidian.
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| AddAliasParams | Parameters for addAlias. |
| DeleteAliasParams | Parameters for deleteAlias. |
| ProcessFrontmatterParams | Parameters for processFrontmatter. |
Functions
Section titled “Functions”| Function | Description |
|---|---|
| addAlias | Adds an alias to the front matter of a given file if it does not already exist. |
| deleteAlias | Deletes an alias from the front matter of a given file if it exists. |
| processFrontmatter | Processes the front matter of a given file, allowing modifications via a provided function. |
| Type | Description |
|---|---|
| ProcessFrontmatterOptions | Options for processFrontmatter. |