init
This commit is contained in:
8
.obsidian/plugins/table-editor-obsidian/data.json
vendored
Normal file
8
.obsidian/plugins/table-editor-obsidian/data.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"formatType": "normal",
|
||||
"showRibbonIcon": true,
|
||||
"useMonospaceFont": true,
|
||||
"preferredMonospaceFont": "Fira Code",
|
||||
"bindEnter": true,
|
||||
"bindTab": true
|
||||
}
|
||||
23816
.obsidian/plugins/table-editor-obsidian/main.js
vendored
Normal file
23816
.obsidian/plugins/table-editor-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/table-editor-obsidian/manifest.json
vendored
Normal file
11
.obsidian/plugins/table-editor-obsidian/manifest.json
vendored
Normal 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"
|
||||
}
|
||||
45
.obsidian/plugins/table-editor-obsidian/styles.css
vendored
Normal file
45
.obsidian/plugins/table-editor-obsidian/styles.css
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user