Added
This commit is contained in:
18
.obsidian/plugins/obsidian-charts/data.json
vendored
Normal file
18
.obsidian/plugins/obsidian-charts/data.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"colors": [
|
||||
"rgba(255, 99, 132, 1)",
|
||||
"rgba(54, 162, 235, 1)",
|
||||
"rgba(255, 206, 86, 1)",
|
||||
"rgba(75, 192, 192, 1)",
|
||||
"rgba(153, 102, 255, 1)",
|
||||
"rgba(255, 159, 64, 1)",
|
||||
"#ffffff",
|
||||
"#ffffff"
|
||||
],
|
||||
"contextMenu": true,
|
||||
"imageSettings": {
|
||||
"format": "image/png",
|
||||
"quality": 1
|
||||
},
|
||||
"themeable": false
|
||||
}
|
||||
215
.obsidian/plugins/obsidian-charts/main.js
vendored
Normal file
215
.obsidian/plugins/obsidian-charts/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-charts/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-charts/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "obsidian-charts",
|
||||
"name": "Charts",
|
||||
"version": "3.9.0",
|
||||
"minAppVersion": "0.12.7",
|
||||
"description": "This Plugin lets you create Charts within Obsidian",
|
||||
"author": "phibr0",
|
||||
"authorUrl": "https://github.com/phibr0",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/phibr0"
|
||||
}
|
||||
30
.obsidian/plugins/obsidian-charts/styles.css
vendored
Normal file
30
.obsidian/plugins/obsidian-charts/styles.css
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
.picker_wrapper.popup,
|
||||
.picker_wrapper.popup .picker_arrow::before,
|
||||
.picker_wrapper.popup .picker_arrow::after,
|
||||
.picker_editor > input {
|
||||
background-color: var(--background-primary);
|
||||
}
|
||||
|
||||
.picker_editor > input {
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
div.chart-error {
|
||||
padding: 1rem;
|
||||
border-radius: 1rem;
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
|
||||
div.chart-error pre > code {
|
||||
color: crimson !important;
|
||||
}
|
||||
|
||||
.print .block-language-chart {
|
||||
/* Hardcoded with for printed Charts, see #41 */
|
||||
width: 500px !important;
|
||||
}
|
||||
|
||||
a[href="https://ko-fi.com/phibr0"] > img
|
||||
{
|
||||
height: 3em;
|
||||
}
|
||||
Reference in New Issue
Block a user