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

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;
}