initial upload
This commit is contained in:
1847
.obsidian/plugins/sheets/main.js
vendored
Normal file
1847
.obsidian/plugins/sheets/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/sheets/manifest.json
vendored
Normal file
11
.obsidian/plugins/sheets/manifest.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "sheets",
|
||||
"name": "Sheets Extended",
|
||||
"version": "1.2.10",
|
||||
"minAppVersion": "1.5.0",
|
||||
"description": "Vertical headers, merged cells, and custom css tables with advanced table compatibility",
|
||||
"author": "NicoNekoru",
|
||||
"authorUrl": "https://github.com/NicoNekoru",
|
||||
"fundingUrl": "https://www.buymeacoffee.com/niconekoru",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
35
.obsidian/plugins/sheets/styles.css
vendored
Normal file
35
.obsidian/plugins/sheets/styles.css
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
/*
|
||||
|
||||
This CSS file will be included with your plugin, and
|
||||
available in the app when your plugin is enabled.
|
||||
|
||||
If your plugin does not need CSS, delete this file.
|
||||
|
||||
*/
|
||||
|
||||
.obs-sheets_error {
|
||||
color: rgb(255, 100, 100);
|
||||
background-color: rgba(240, 128, 128, 20%);
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||||
color-scheme: dark;
|
||||
-webkit-user-select: text;
|
||||
white-space: break-spaces;
|
||||
word-break: break-word;
|
||||
overflow-wrap: anywhere;
|
||||
-webkit-user-modify: read-write-plaintext-only;
|
||||
tab-size: 4;
|
||||
box-sizing: border-box;
|
||||
font-size: var(--code-size);
|
||||
font-family: var(--font-monospace);
|
||||
clear: left;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 !important;
|
||||
display: block;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
max-width: var(--file-line-width);
|
||||
padding-left: var(--size-4-4);
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user