Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
extratone committed Nov 3, 2021
1 parent 09157dd commit b959cf3
Show file tree
Hide file tree
Showing 25 changed files with 9,512 additions and 7,039 deletions.
4 changes: 2 additions & 2 deletions .sophie/plugins/file-tree-alternative/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .sophie/plugins/file-tree-alternative/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "file-tree-alternative",
"name": "File Tree Alternative Plugin",
"version": "1.5.9",
"version": "1.6.0",
"minAppVersion": "0.9.12",
"description": "This plugin allows you to have an alternative file tree view.",
"author": "Ozan Tellioglu",
Expand Down
4 changes: 2 additions & 2 deletions .sophie/plugins/obsidian-activity-history/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"path": "/",
"date": "2021-11-02",
"size": 10692370
"size": 10787365
}
],
"activityHistory": [
Expand Down Expand Up @@ -50,7 +50,7 @@
},
{
"date": "2021-11-02",
"value": 999
"value": 95994
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion .sophie/plugins/obsidian-admonition/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .sophie/plugins/obsidian-admonition/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-admonition",
"name": "Admonition",
"version": "6.4.1",
"version": "6.5.1",
"minAppVersion": "0.11.0",
"description": "Admonition block-styled content for Obsidian.md",
"author": "Jeremy Valentine",
"authorUrl": "",
"isDesktopOnly": false
}
}
8 changes: 8 additions & 0 deletions .sophie/plugins/obsidian-admonition/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,14 @@ input.is-invalid {
width: 1em;
}

.admonition-color-settings .setting-item-control {
gap: 1rem;
}
.admonition-color-settings input[type="color"]:disabled {
opacity: 0.75;
cursor: not-allowed;
}

/** Internal */

.admonition li.task-list-item.is-checked p {
Expand Down
11 changes: 10 additions & 1 deletion .sophie/plugins/obsidian-advanced-uri/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .sophie/plugins/obsidian-advanced-uri/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"description": "Advanced modes for Obsidian URI",
"isDesktopOnly": false,
"js": "main.js",
"version": "1.13.0"
"version": "1.14.0"
}
94 changes: 51 additions & 43 deletions .sophie/plugins/obsidian-charts/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .sophie/plugins/obsidian-charts/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-charts",
"name": "Obsidian Charts",
"version": "3.0.1",
"version": "3.0.2",
"minAppVersion": "0.12.7",
"description": "This Plugin lets you create Charts within Obsidian",
"author": "phibr0",
Expand Down
Loading

0 comments on commit b959cf3

Please sign in to comment.