template-obsidian-vault/.obsidian/plugins/qatt/data.json

31 lines
1 KiB
JSON
Raw Normal View History

2024-10-02 18:57:21 +00:00
{
"sqlFiles": "",
"sqlLoaderSettingsOpen": false,
"postRenderFormat": "markdown",
"enableExperimentalRender": false,
"renderingSettingsOpen": true,
"internalQueryRenderChildVersion": 2,
"enableCodeBlockEditor": true,
"queryFileRoot": "",
"templateFileRoot": "",
"debounceWindow": 5000,
"enableDataViewInlineFieldParsingForTasks": false,
"notesCacheSettingsOpen": true,
"enableAlaSqlTablePopulation": true,
"disableContinualIndexNotifications": false,
"jsonFiles": "",
"jsonLoaderSettingsOpen": true,
"markdownTableFiles": "",
"markdownLoaderSettingsOpen": true,
"csvFiles": "",
"csvLoaderSettingsOpen": true,
"onStartSqlQueries": "CREATE TABLE my_lookup(name,birthday);\nINSERT INTO my_lookup VALUES (\"fred\", 2000-02-03);",
"announceUpdates": false,
"version": "1.1.1",
"mainHeadingOpen": true,
"generalHeadingOpen": true,
"internalLoggingConsoleLogLimit": 10,
"disableDataviewMissingNotification": false,
"disableCustomJsMissingNotification": false,
"enableEditorRightClickMenu": true
}