Skip to content

NO_PRIORITY_MATCH

The rank of a note that matches no entry in the priority list. Higher than any real rank, so a note that matches nothing always loses to one that matches something.

Import:

import { NO_PRIORITY_MATCH } from 'obsidian-dev-utils/obsidian/note-priority';

Signature:

const NO_PRIORITY_MATCH: number

Type: number


Links to this page: