mirror of
https://github.com/ebullient/obsidian-deck-notes.git
synced 2026-07-22 06:40:43 +00:00
9 lines
241 B
TypeScript
9 lines
241 B
TypeScript
import type { DeckNotesSettings } from "./@types/settings";
|
|
|
|
export const DEFAULT_SETTINGS: DeckNotesSettings = {
|
|
cardPaths: [],
|
|
defaultDeckTag: "",
|
|
trackViews: true,
|
|
selectionMode: "least-recent",
|
|
calloutType: "tip",
|
|
};
|