ebullient_obsidian-deck-notes/src/dn-Constants.ts

10 lines
241 B
TypeScript
Raw Normal View History

2025-11-18 02:33:15 +00:00
import type { DeckNotesSettings } from "./@types/settings";
2025-10-07 12:37:24 +00:00
2025-11-18 02:33:15 +00:00
export const DEFAULT_SETTINGS: DeckNotesSettings = {
2025-10-07 12:37:24 +00:00
cardPaths: [],
2025-11-17 21:12:54 +00:00
defaultDeckTag: "",
2025-10-07 12:37:24 +00:00
trackViews: true,
selectionMode: "least-recent",
calloutType: "tip",
2025-10-07 12:37:24 +00:00
};