From e53a1f30541b2e61e8223ada1a6a461dffd5329b Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Thu, 16 Apr 2026 19:12:32 +0200 Subject: vault backup: 2026-04-16 19:12:32 --- .obsidian/plugins/execute-code/data.json | 206 ------------------------------- 1 file changed, 206 deletions(-) delete mode 100644 .obsidian/plugins/execute-code/data.json (limited to '.obsidian/plugins/execute-code/data.json') diff --git a/.obsidian/plugins/execute-code/data.json b/.obsidian/plugins/execute-code/data.json deleted file mode 100644 index e677cb0..0000000 --- a/.obsidian/plugins/execute-code/data.json +++ /dev/null @@ -1,206 +0,0 @@ -{ - "lastOpenLanguageTab": "python", - "releaseNote2_1_0wasShowed": true, - "persistentOuput": true, - "timeout": 10000, - "allowInput": false, - "wslMode": false, - "shellWSLMode": false, - "onlyCurrentBlock": false, - "nodePath": "node", - "nodeArgs": "", - "jsFileExtension": "js", - "jsInject": "", - "tsPath": "ts-node", - "tsArgs": "", - "tsInject": "", - "latexCompilerPath": "lualatex", - "latexCompilerArgs": "-interaction=nonstopmode", - "latexDoFilter": true, - "latexTexfotPath": "texfot", - "latexTexfotArgs": "--quiet", - "latexDocumentclass": "article", - "latexAdaptFont": "obsidian", - "latexKeepLog": false, - "latexSubprocessesUseShell": false, - "latexMaxFigures": 10, - "latexFigureTitlePattern": "[^\\n][^%`]*\\\\title\\s*\\{(?[^\\}]*)\\}", - "latexDoCrop": false, - "latexCropPath": "pdfcrop", - "latexCropArgs": "--quiet", - "latexCropNoStandalone": true, - "latexCropNoPagenum": true, - "latexSaveSvg": "poppler", - "latexSvgPath": "pdftocairo", - "latexSvgArgs": "-svg", - "latexInkscapePath": "inkscape", - "latexInkscapeArgs": "--pages=all --export-plain-svg", - "latexSavePdf": true, - "latexSavePng": false, - "latexPngPath": "pdftocairo", - "latexPngArgs": "-singlefile -png", - "latexOutputEmbeddings": true, - "latexInvertFigures": true, - "latexCenterFigures": true, - "latexInject": "", - "leanPath": "lean", - "leanArgs": "", - "leanInject": "", - "luaPath": "lua", - "luaArgs": "", - "luaFileExtension": "lua", - "luaInject": "", - "dartPath": "dart", - "dartArgs": "", - "dartFileExtension": "dart", - "dartInject": "", - "csPath": "dotnet-script", - "csArgs": "", - "csFileExtension": "csx", - "csInject": "", - "pythonPath": "python", - "pythonArgs": "", - "pythonEmbedPlots": true, - "pythonFileExtension": "py", - "pythonInject": "", - "shellPath": "bash", - "shellArgs": "", - "shellFileExtension": "sh", - "shellInject": "", - "batchPath": "call", - "batchArgs": "", - "batchFileExtension": "bat", - "batchInject": "", - "groovyPath": "groovy", - "groovyArgs": "", - "groovyFileExtension": "groovy", - "groovyInject": "", - "golangPath": "go", - "golangArgs": "run", - "golangFileExtension": "go", - "goInject": "", - "javaPath": "java", - "javaArgs": "-ea", - "javaFileExtension": "java", - "javaInject": "", - "maxPrologAnswers": 15, - "prologInject": "", - "powershellPath": "powershell", - "powershellArgs": "-file", - "powershellFileExtension": "ps1", - "powershellInject": "$OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding = New-Object System.Text.UTF8Encoding", - "powershellEncoding": "latin1", - "cargoPath": "cargo", - "cargoEvalArgs": "", - "rustInject": "", - "cppRunner": "cling", - "cppFileExtension": "cpp", - "cppInject": "", - "cppArgs": "", - "cppUseMain": false, - "clingPath": "cling", - "clingArgs": "", - "clingStd": "c++17", - "rustFileExtension": "rs", - "RPath": "Rscript", - "RArgs": "", - "REmbedPlots": true, - "RFileExtension": "R", - "rInject": "", - "kotlinPath": "kotlinc", - "kotlinArgs": "-script", - "kotlinFileExtension": "kts", - "kotlinInject": "", - "swiftPath": "swift", - "swiftArgs": "", - "swiftFileExtension": "swift", - "swiftInject": "", - "runghcPath": "runghc", - "ghcPath": "ghc", - "ghciPath": "ghci", - "useGhci": false, - "haskellInject": "", - "mathematicaPath": "wolframscript", - "mathematicaArgs": "-file", - "mathematicaFileExtension": "wls", - "mathematicaInject": "", - "scalaPath": "scala", - "scalaArgs": "", - "scalaFileExtension": "scala", - "scalaInject": "", - "racketPath": "racket", - "racketArgs": "", - "racketFileExtension": "rkt", - "racketInject": "#lang racket", - "fsharpPath": "dotnet", - "fsharpArgs": "fsi", - "fsharpInject": "", - "fsharpFileExtension": "fsx", - "cArgs": "", - "cUseMain": true, - "cInject": "", - "rubyPath": "ruby", - "rubyArgs": "", - "rubyFileExtension": "rb", - "rubyInject": "", - "sqlPath": "psql", - "sqlArgs": "-d -U -f", - "sqlInject": "", - "octavePath": "octave", - "octaveArgs": "-q", - "octaveFileExtension": "m", - "octaveInject": "figure('visible','off') # Necessary to embed plots", - "maximaPath": "maxima", - "maximaArgs": "-qb", - "maximaFileExtension": "mx", - "maximaInject": "", - "applescriptPath": "osascript", - "applescriptArgs": "", - "applescriptFileExtension": "scpt", - "applescriptInject": "", - "zigPath": "zig", - "zigArgs": "run", - "zigInject": "", - "ocamlPath": "ocaml", - "ocamlArgs": "", - "ocamlInject": "", - "phpPath": "php", - "phpArgs": "", - "phpFileExtension": "php", - "phpInject": "", - "jsInteractive": true, - "tsInteractive": false, - "csInteractive": false, - "latexInteractive": false, - "leanInteractive": false, - "luaInteractive": false, - "dartInteractive": false, - "pythonInteractive": true, - "cppInteractive": false, - "prologInteractive": false, - "shellInteractive": false, - "batchInteractive": false, - "bashInteractive": false, - "groovyInteractive": false, - "rInteractive": false, - "goInteractive": false, - "rustInteractive": false, - "javaInteractive": false, - "powershellInteractive": false, - "kotlinInteractive": false, - "swiftInteractive": false, - "mathematicaInteractive": false, - "haskellInteractive": false, - "scalaInteractive": false, - "fsharpInteractive": false, - "cInteractive": false, - "racketInteractive": false, - "rubyInteractive": false, - "sqlInteractive": false, - "octaveInteractive": false, - "maximaInteractive": false, - "applescriptInteractive": false, - "zigInteractive": false, - "ocamlInteractive": false, - "phpInteractive": false -} \ No newline at end of file -- cgit v1.2.3