Skip to content

DEFAULT_CONFIG_DIRECTORY

The config folder Obsidian uses when a vault has no override — and the one it silently falls back to when an override fails its own validation.

Import:

import { DEFAULT_CONFIG_DIRECTORY } from 'obsidian-integration-testing';

Signature:

const DEFAULT_CONFIG_DIRECTORY: ".obsidian"

Type: “.obsidian”