This commit is contained in:
2022-06-02 17:55:14 +08:00
commit f86dc56286
598 changed files with 87559 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"formatType": "normal",
"showRibbonIcon": true,
"useMonospaceFont": true,
"preferredMonospaceFont": "Fira Code",
"bindEnter": true,
"bindTab": true
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "table-editor-obsidian",
"name": "Advanced Tables",
"author": "Tony Grosinger",
"authorUrl": "https://grosinger.net",
"description": "Improved table navigation, formatting, manipulation, and formulas",
"isDesktopOnly": false,
"minAppVersion": "0.10.2",
"version": "0.9.1",
"js": "main.js"
}

View File

@@ -0,0 +1,45 @@
.HyperMD-table-row span.cm-inline-code,
pre > code:not(.prism) {
font-size: 100%;
}
.widget-background {
background-color: var(--background-secondary);
}
.widget-button {
padding: 3px 4px;
margin: 3px;
background-color: Transparent;
}
.widget-icon {
width: 20px;
height: 20px;
fill: var(--text-muted);
}
.widget-icon:hover {
fill: var(--text-normal);
}
.widget-button-close {
position: absolute;
right: 0;
top: 0;
}
.widget-icon-close {
width: 15px;
height: 15px;
}
.advanced-tables-donation {
width: 70%;
margin: 0 auto;
text-align: center;
}
.advanced-tables-donate-button {
margin: 10px;
}