MacBook-Pro-de-Oscar.local 2026-3-28:19:4:25

This commit is contained in:
oskar
2026-03-28 19:04:25 +01:00
parent f8d5ffadaf
commit 329c4e1580
6 changed files with 18732 additions and 6 deletions

View File

@@ -45,5 +45,6 @@
"contribution-graph",
"header-enhancer",
"obsidian42-brat",
"pdf-plus"
"pdf-plus",
"obsidian-tikzjax"
]

View File

@@ -1,5 +1,5 @@
{
"hideStatus": false,
"hideStatus": true,
"hideTabs": false,
"hideScroll": true,
"hideSidebarButtons": false,

18559
.obsidian/plugins/obsidian-tikzjax/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-tikzjax",
"name": "TikZJax",
"version": "0.5.2",
"minAppVersion": "0.12.0",
"description": "Render LaTeX and TikZ diagrams in your notes",
"author": "artisticat",
"authorUrl": "https://github.com/artisticat1",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long