keine ahnung

This commit is contained in:
Nico
2024-12-09 20:02:36 +01:00
parent d6719a28c7
commit 393d3333f6
16 changed files with 115300 additions and 38 deletions

View File

@@ -0,0 +1,3 @@
[
"csv-obsidian"
]

View File

@@ -1,20 +1,30 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "csv-obsidian",
"name": "CSV Editor",
"author": "death_au",
"authorUrl": "https://github.com/deathau",
"description": "Edit CSV files in Obsidian",
"isDesktopOnly": false,
"version": "0.0.1",
"minAppVersion": "0.10.11"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-csv-table",
"name": "CSV Table",
"version": "1.2.0",
"minAppVersion": "0.11.10",
"description": "Render CSV data as a table within your notes.",
"author": "Adam Coddington <me@adamcoddington.net>",
"authorUrl": "https://coddingtonbear.net/",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,8 @@
.csv-table {
width: 100%;
}
.csv-error {
font-weight: 700;
padding: 10em;
border: 1px solid #f00;
}

View File

@@ -4,19 +4,17 @@
"type": "split",
"children": [
{
"id": "cd5982f6654b4889",
"id": "02f726eda2793346",
"type": "tabs",
"children": [
{
"id": "a82c999e8a304258",
"id": "b96c0f812d470abc",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "infos.md",
"mode": "source",
"source": false
}
"type": "empty",
"state": {},
"icon": "lucide-file",
"title": "New tab"
}
}
]
@@ -39,7 +37,9 @@
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
@@ -54,7 +54,9 @@
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
},
"icon": "lucide-search",
"title": "Search"
}
},
{
@@ -62,7 +64,9 @@
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
@@ -93,7 +97,9 @@
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
},
"icon": "links-coming-in",
"title": "Backlinks for infos"
}
},
{
@@ -105,7 +111,9 @@
"file": "infos.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
},
"icon": "links-going-out",
"title": "Outgoing links from infos"
}
},
{
@@ -116,7 +124,9 @@
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
@@ -126,7 +136,9 @@
"type": "outline",
"state": {
"file": "infos.md"
}
},
"icon": "lucide-list",
"title": "Outline of infos"
}
}
]
@@ -146,8 +158,11 @@
"command-palette:Open command palette": false
}
},
"active": "a82c999e8a304258",
"active": "b96c0f812d470abc",
"lastOpenFiles": [
"exkursion_2024_11_15.csv",
"Lupus - Tabelle exkursion -.pdf",
"infos.md",
"lu6758336o.tmp",
"Unbenannt-1.jpg"
]