MCPcopy Create free account
hub / github.com/almariah/embed-code-file / EmbedCodeFileSettings

Interface EmbedCodeFileSettings

settings.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { PluginSettingTab, Setting, App } from 'obsidian';
4
5export interface EmbedCodeFileSettings {
6 includedLanguages: string;
7 titleBackgroundColor: string;
8 titleFontColor: string;
9}
10
11export const DEFAULT_SETTINGS: EmbedCodeFileSettings = {
12 includedLanguages: 'c,cpp,java,python,go,ruby,javascript,js,typescript,ts,shell,sh,bash',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected