parent
3ff8c64b3d
commit
cd3780e7df
File diff suppressed because one or more lines are too long
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "cooklang-obsidian",
|
|
||||||
"name": "CookLang Editor",
|
|
||||||
"author": "death_au",
|
|
||||||
"authorUrl": "https://github.com/deathau",
|
|
||||||
"description": "Edit and display CookLang recipes in Obsidian",
|
|
||||||
"isDesktopOnly": false,
|
|
||||||
"version": "0.3.0",
|
|
||||||
"minAppVersion": "0.10.12"
|
|
||||||
}
|
|
@ -1,102 +0,0 @@
|
|||||||
.workspace-leaf-content[data-type=cook] .view-content {
|
|
||||||
font-family: inherit;
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .cook-preview-view,
|
|
||||||
.workspace-leaf-content[data-type=cook] .cook-source-view {
|
|
||||||
max-width: 700px;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .main-image {
|
|
||||||
width: 100vw;
|
|
||||||
aspect-ratio: 1.618;
|
|
||||||
object-fit: cover;
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .method-image {
|
|
||||||
display: block;
|
|
||||||
margin-top: 1em;
|
|
||||||
max-width: 100%;
|
|
||||||
max-height: 16vw;
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] ul.ingredients,
|
|
||||||
.workspace-leaf-content[data-type=cook] ul.cookware {
|
|
||||||
column-count: 2;
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] ol.method {
|
|
||||||
margin-left: 0;
|
|
||||||
padding-right: 0;
|
|
||||||
list-style-type: none;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] ol.method > li {
|
|
||||||
counter-increment: step-counter;
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] ol.method > li::before {
|
|
||||||
content: "Step " counter(step-counter);
|
|
||||||
font-weight: 600;
|
|
||||||
display: block;
|
|
||||||
font-size: 1.17em;
|
|
||||||
margin-block-start: 1em;
|
|
||||||
margin-block-end: 1em;
|
|
||||||
margin-inline-start: 0px;
|
|
||||||
margin-inline-end: 0px;
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] span.time,
|
|
||||||
.workspace-leaf-content[data-type=cook] span.ingredient,
|
|
||||||
.workspace-leaf-content[data-type=cook] span.cookware {
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .cm-ingredient,
|
|
||||||
.workspace-leaf-content[data-type=cook] .cm-cookware {
|
|
||||||
color: var(--text-accent);
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .cm-formatting {
|
|
||||||
color: var(--text-faint);
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .cm-measurement,
|
|
||||||
.workspace-leaf-content[data-type=cook] .cm-timer,
|
|
||||||
.workspace-leaf-content[data-type=cook] .cm-unit {
|
|
||||||
color: var(--text-muted);
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .cm-metadata,
|
|
||||||
.workspace-leaf-content[data-type=cook] .cm-metadata-key {
|
|
||||||
font-family: var(--font-monospace);
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .cm-metadata-key {
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .countdown {
|
|
||||||
margin-left: 12px;
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .countdown .resume-button + button + span {
|
|
||||||
color: var(--text-faint);
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .countdown .pause-button,
|
|
||||||
.workspace-leaf-content[data-type=cook] .countdown .resume-button,
|
|
||||||
.workspace-leaf-content[data-type=cook] .countdown .stop-button {
|
|
||||||
font-size: 0;
|
|
||||||
padding: 6px;
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .countdown .pause-button::before {
|
|
||||||
--svg:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path d='M6 19h4V5H6v14zm8-14v14h4V5h-4z'/></svg>");
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .countdown .resume-button::before {
|
|
||||||
--svg:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path d='M8 5v14l11-7z'/></svg>");
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .countdown .stop-button::before {
|
|
||||||
--svg:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M0 0h24v24H0z' fill='none'/><path d='M6 6h12v12H6z'/></svg>");
|
|
||||||
}
|
|
||||||
.workspace-leaf-content[data-type=cook] .countdown .pause-button::before,
|
|
||||||
.workspace-leaf-content[data-type=cook] .countdown .resume-button::before,
|
|
||||||
.workspace-leaf-content[data-type=cook] .countdown .stop-button::before {
|
|
||||||
content: "";
|
|
||||||
background-color: var(--text-normal);
|
|
||||||
-webkit-mask: var(--svg);
|
|
||||||
mask: var(--svg);
|
|
||||||
-webkit-mask-size: cover;
|
|
||||||
mask-size: cover;
|
|
||||||
display: inline-block;
|
|
||||||
height: 16px;
|
|
||||||
width: 16px;
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
@ -1,8 +1,16 @@
|
|||||||
.longform-settings-destructive-button {
|
.longform-settings-user-steps {
|
||||||
|
padding-inline-start: 1rem;
|
||||||
|
margin-block-start: 0;
|
||||||
|
margin-block-end: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.longform-settings-user-step-name {
|
||||||
color: var(--text-normal);
|
color: var(--text-normal);
|
||||||
background-color: var(--text-error) !important;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.longform-settings-destructive-button:hover {
|
.longform-settings-user-step-id {
|
||||||
background-color: var(--text-error-hover) !important;
|
margin-left: 0.5rem;
|
||||||
|
color: var(--text-muted);
|
||||||
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "obsidian-chartsview-plugin",
|
|
||||||
"name": "Charts View",
|
|
||||||
"version": "1.1.3",
|
|
||||||
"minAppVersion": "0.9.12",
|
|
||||||
"description": "Data visualization solution in Obsidian based on Ant Design Charts.",
|
|
||||||
"author": "caronchen",
|
|
||||||
"authorUrl": "https://github.com/caronchen/obsidian-chartsview-plugin",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
@ -1,38 +0,0 @@
|
|||||||
.chartsview-donation {
|
|
||||||
width: fit-content;
|
|
||||||
margin: 25px auto;
|
|
||||||
text-align: center;
|
|
||||||
position: absolute;
|
|
||||||
left: 200px;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chartsview-donation a.paypal {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chartsview-thumbnail-container.is-selected .chartsview-thumbnail {
|
|
||||||
display: unset;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chartsview-thumbnail-container .chartsview-thumbnail {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* #### Desktops #### */
|
|
||||||
@media screen and (min-width: 1024px) {
|
|
||||||
.chartsview-thumbnail-container .chartsview-thumbnail img {
|
|
||||||
width: 500px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* #### Mobile Phones Portrait or Landscape #### */
|
|
||||||
@media screen and (max-device-width: 640px) {
|
|
||||||
.chartsview-thumbnail-container .chartsview-thumbnail img {
|
|
||||||
width: 300px;
|
|
||||||
}
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
@ -1 +1,10 @@
|
|||||||
{"id":"obsidian-memos","name":"Obsidian Memos","description":"A plugin for capturing ideas in Obsidian","version":"1.7.1","author":"Bonianll","authorUrl":"https://github.com/Quorafind/","isDesktopOnly":false,"minAppVersion":"0.13.14"}
|
{
|
||||||
|
"id": "obsidian-memos",
|
||||||
|
"name": "Obsidian Memos",
|
||||||
|
"description": "A plugin for capturing ideas in Obsidian",
|
||||||
|
"version": "1.7.3",
|
||||||
|
"author": "Bonianll",
|
||||||
|
"authorUrl": "https://github.com/Quorafind/",
|
||||||
|
"isDesktopOnly": false,
|
||||||
|
"minAppVersion": "0.13.14"
|
||||||
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-tracker",
|
||||||
|
"name": "Tracker",
|
||||||
|
"version": "1.10.8",
|
||||||
|
"minAppVersion": "0.9.12",
|
||||||
|
"description": "A plugin tracks occurrences and numbers in your notes",
|
||||||
|
"author": "pyrochlore",
|
||||||
|
"authorUrl": "",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
@ -0,0 +1,182 @@
|
|||||||
|
.theme-light {
|
||||||
|
--color-title: #000000;
|
||||||
|
--color-axis: #000000;
|
||||||
|
--color-axis-label: #000000;
|
||||||
|
--color-tick-label: #000000;
|
||||||
|
--color-line: #000000;
|
||||||
|
|
||||||
|
--color-legend-border: #000000;
|
||||||
|
|
||||||
|
--color-dot-fill: #69b3a2;
|
||||||
|
--color-dot-stroke: none;
|
||||||
|
|
||||||
|
--color-bar-fill: #69b3a2;
|
||||||
|
--color-bar-border: none;
|
||||||
|
|
||||||
|
--color-tooltip-bg: #ffffff;
|
||||||
|
--color-tooltip-border: #000000;
|
||||||
|
--color-tooltip-label: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark {
|
||||||
|
--color-title: #ffffff;
|
||||||
|
--color-axis: #ffffff;
|
||||||
|
--color-axis-label: #ffffff;
|
||||||
|
--color-tick-label: #ffffff;
|
||||||
|
--color-line: #ffffff;
|
||||||
|
|
||||||
|
--color-legend-border: #ffffff;
|
||||||
|
|
||||||
|
--color-dot-fill: #69b3a2;
|
||||||
|
--color-dot-stroke: none;
|
||||||
|
|
||||||
|
--color-bar-fill: #69b3a2;
|
||||||
|
--color-bar-border: none;
|
||||||
|
|
||||||
|
--color-tooltip-bg: #ffffff;
|
||||||
|
--color-tooltip-border: #000000;
|
||||||
|
--color-tooltip-label: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-title {
|
||||||
|
fill: var(--color-title);
|
||||||
|
text-anchor: middle;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-title-small {
|
||||||
|
fill: var(--color-title);
|
||||||
|
text-anchor: middle;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-axis {
|
||||||
|
fill: none;
|
||||||
|
stroke: var(--color-axis);
|
||||||
|
stroke-width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-axis-label {
|
||||||
|
fill: var(--color-axis-label);
|
||||||
|
text-anchor: middle;
|
||||||
|
font-size: 14px;
|
||||||
|
stroke: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-tick-label {
|
||||||
|
fill: var(--color-tick-label);
|
||||||
|
stroke: none;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-line {
|
||||||
|
fill: none;
|
||||||
|
stroke: var(--color-line);
|
||||||
|
stroke-width: 1.5px;
|
||||||
|
stroke-linecap: round;
|
||||||
|
stroke-linejoin: round;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-dot {
|
||||||
|
fill: var(--color-dot-fill);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-tooltip {
|
||||||
|
fill: var(--color-tooltip-bg);
|
||||||
|
stroke: var(--color-tooltip-border);
|
||||||
|
stroke-width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-tooltip-label {
|
||||||
|
fill: var(--color-tooltip-label);
|
||||||
|
stroke: none;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-legend {
|
||||||
|
fill: none;
|
||||||
|
stroke: var(--color-legend-border);
|
||||||
|
stroke-width: 0.5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-legend-label {
|
||||||
|
font-size: 14px;
|
||||||
|
text-anchor: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-bar {
|
||||||
|
fill: var(--color-bar-fill);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-month-header-year {
|
||||||
|
fill: var(--color-title);
|
||||||
|
text-anchor: start;
|
||||||
|
font-size: 22px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-month-header-month {
|
||||||
|
fill: var(--color-title);
|
||||||
|
text-anchor: start;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-month-dividing-line {
|
||||||
|
fill: var(--color-bar-fill);
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-month-title-arrow {
|
||||||
|
fill: var(--color-title);
|
||||||
|
text-anchor: middle;
|
||||||
|
font-size: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-month-title-rotator {
|
||||||
|
fill: var(--color-title);
|
||||||
|
text-anchor: middle;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-month-title-monitor {
|
||||||
|
fill: var(--color-title);
|
||||||
|
text-anchor: middle;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-month-weekday {
|
||||||
|
fill: var(--color-tick-label);
|
||||||
|
stroke: none;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-month-today-circle {
|
||||||
|
fill: none;
|
||||||
|
stroke: "white";
|
||||||
|
stroke-width: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-month-selected-circle {
|
||||||
|
fill: none;
|
||||||
|
stroke: "red";
|
||||||
|
stroke-width: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-month-label {
|
||||||
|
fill: var(--color-axis-label);
|
||||||
|
text-anchor: middle;
|
||||||
|
font-size: 14px;
|
||||||
|
stroke: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-month-annotation {
|
||||||
|
fill: var(--color-axis-label);
|
||||||
|
text-anchor: middle;
|
||||||
|
font-size: 10px;
|
||||||
|
stroke: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tracker-pie-label {
|
||||||
|
fill: var(--color-tick-label);
|
||||||
|
stroke: none;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,4 @@
|
|||||||
- 2022012214210063 This is a test memo deletedAt: 202201221425521
|
- 2022012214210063 This is a test memo deletedAt: 202201221425521
|
||||||
- 2022012214210065 Mark: [@MEMO](2022012214210063) deletedAt: 202201221629502
|
- 2022012214210065 Mark: [@MEMO](2022012214210063) deletedAt: 202201221629502
|
||||||
|
- 2022012216310079 Do pictures work? deletedAt: 202201231628183
|
||||||
|
- 2022012216330080 Can you link a [[Test sheet|note]]? deletedAt: 202201231628204
|
Loading…
Reference in new issue