vault backup: 2025-07-02 14:34:34
This commit is contained in:
17
.obsidian/plugins/obsidian-checklist-plugin/data.json
vendored
Executable file
17
.obsidian/plugins/obsidian-checklist-plugin/data.json
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"todoPageName": "todo",
|
||||
"showChecked": false,
|
||||
"showAllTodos": true,
|
||||
"autoRefresh": true,
|
||||
"subGroups": false,
|
||||
"groupBy": "page",
|
||||
"sortDirectionItems": "new->old",
|
||||
"sortDirectionGroups": "new->old",
|
||||
"sortDirectionSubGroups": "new->old",
|
||||
"includeFiles": "",
|
||||
"lookAndFeel": "classic",
|
||||
"_collapsedSections": [
|
||||
"2024-06-21.md"
|
||||
],
|
||||
"_hiddenTags": []
|
||||
}
|
||||
8282
.obsidian/plugins/obsidian-checklist-plugin/main.js
vendored
Executable file
8282
.obsidian/plugins/obsidian-checklist-plugin/main.js
vendored
Executable file
File diff suppressed because one or more lines are too long
9
.obsidian/plugins/obsidian-checklist-plugin/manifest.json
vendored
Executable file
9
.obsidian/plugins/obsidian-checklist-plugin/manifest.json
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "obsidian-checklist-plugin",
|
||||
"name": "Checklist",
|
||||
"version": "2.2.13",
|
||||
"minAppVersion": "0.14.5",
|
||||
"description": "Combines checklists across pages into users sidebar",
|
||||
"author": "delashum",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
51
.obsidian/plugins/obsidian-checklist-plugin/styles.css
vendored
Executable file
51
.obsidian/plugins/obsidian-checklist-plugin/styles.css
vendored
Executable file
@@ -0,0 +1,51 @@
|
||||
/* no content */
|
||||
.checklist-plugin-main {
|
||||
--checklist-checkboxSize: 20px;
|
||||
--checklist-checkboxCheckedSize: 12px;
|
||||
--checklist-checkboxBorder: 2px solid var(--text-muted);
|
||||
--checklist-checkboxFill: var(--text-muted);
|
||||
--checklist-listItemBorderRadius: 8px;
|
||||
--checklist-listItemMargin: 0 0 12px;
|
||||
--checklist-listItemBackground: var(--interactive-normal);
|
||||
--checklist-listItemBackground--hover: var(--interactive-hover);
|
||||
--checklist-listItemMargin--compact: 0 0 8px;
|
||||
--checklist-listItemBoxShadow: none;
|
||||
--checklist-headerMargin: 0 0 8px;
|
||||
--checklist-headerGap: 4px;
|
||||
--checklist-headerFontSize: 18px;
|
||||
--checklist-headerFontWeight: 600;
|
||||
--checklist-iconSize: 24px;
|
||||
--checklist-iconFill: var(--text-normal);
|
||||
--checklist-iconFill--accent: #777;
|
||||
--checklist-textColor: var(--text-muted);
|
||||
--checklist-accentColor: var(--text-accent);
|
||||
--checklist-accentColor--active: var(--text-accent-hover);
|
||||
--checklist-pageMargin: 0 0 4px;
|
||||
--checklist-loaderSize: 16px;
|
||||
--checklist-loaderBorderColor: var(--text-muted) var(--text-muted)
|
||||
var(--text-normal);
|
||||
--checklist-buttonPadding: 0 5px;
|
||||
--checklist-buttonBoxShadow: none;
|
||||
--checklist-countPadding: 0 6px;
|
||||
--checklist-countBackground: var(--interactive-normal);
|
||||
--checklist-countFontSize: 13px;
|
||||
--checklist-togglePadding: 8px 8px 8px 12px;
|
||||
--checklist-contentPadding: 8px 12px 8px 0;
|
||||
--checklist-contentPadding--compact: 4px 8px;
|
||||
--checklist-togglePadding--compact: 4px 8px;
|
||||
--checklist-countBorderRadius: 4px;
|
||||
--checklist-tagBaseColor: var(--text-faint);
|
||||
--checklist-tagSubColor: #bbb;
|
||||
--checklist-groupMargin: 8px;
|
||||
--checklist-contentFontSize: var(--editor-font-size);
|
||||
--checklist-searchBackground: var(--background-primary);
|
||||
}
|
||||
|
||||
.checklist-plugin-main button {
|
||||
margin: initial;
|
||||
}
|
||||
|
||||
.checklist-plugin-main p {
|
||||
margin: initial;
|
||||
word-break: break-word;
|
||||
}
|
||||
Reference in New Issue
Block a user