2023-08-09 11:56 - Update from obsidian
Affected files: .obsidian/community-plugins.json .obsidian/plugins/obsidian-git/data.json .obsidian/plugins/obsidian-kanban/main.js .obsidian/plugins/obsidian-kanban/manifest.json .obsidian/plugins/obsidian-kanban/styles.css .obsidian/plugins/obsidian-projects/data.json .obsidian/plugins/obsidian-projects/main.js .obsidian/plugins/obsidian-projects/manifest.json .obsidian/plugins/obsidian-projects/styles.css .obsidian/workspace.json
This commit is contained in:
parent
96d4d433aa
commit
816356b639
10 changed files with 77735 additions and 136 deletions
4
.obsidian/community-plugins.json
vendored
4
.obsidian/community-plugins.json
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
[
|
[
|
||||||
"obsidian-excalidraw-plugin",
|
"obsidian-excalidraw-plugin",
|
||||||
"obsidian-kanban",
|
|
||||||
"obsidian-git",
|
"obsidian-git",
|
||||||
"obsidian-style-settings"
|
"obsidian-style-settings",
|
||||||
|
"obsidian-projects"
|
||||||
]
|
]
|
||||||
16
.obsidian/plugins/obsidian-git/data.json
vendored
16
.obsidian/plugins/obsidian-git/data.json
vendored
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"commitMessage": "vault backup: {{date}}",
|
"commitMessage": "{{date}} - Update from obsidian",
|
||||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
"commitDateFormat": "YYYY-MM-DD HH:mm",
|
||||||
"autoSaveInterval": 0,
|
"autoSaveInterval": 0,
|
||||||
"autoPushInterval": 0,
|
"autoPushInterval": 0,
|
||||||
"autoPullInterval": 0,
|
"autoPullInterval": 0,
|
||||||
"autoPullOnBoot": false,
|
"autoPullOnBoot": true,
|
||||||
"disablePush": false,
|
"disablePush": false,
|
||||||
"pullBeforePush": true,
|
"pullBeforePush": true,
|
||||||
"disablePopups": false,
|
"disablePopups": false,
|
||||||
"listChangedFilesInMessageBody": false,
|
"listChangedFilesInMessageBody": true,
|
||||||
"showStatusBar": true,
|
"showStatusBar": true,
|
||||||
"updateSubmodules": false,
|
"updateSubmodules": false,
|
||||||
"syncMethod": "merge",
|
"syncMethod": "merge",
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"refreshSourceControl": true,
|
"refreshSourceControl": true,
|
||||||
"basePath": "",
|
"basePath": "",
|
||||||
"differentIntervalCommitAndPush": false,
|
"differentIntervalCommitAndPush": false,
|
||||||
"changedFilesInStatusBar": false,
|
"changedFilesInStatusBar": true,
|
||||||
"showedMobileNotice": true,
|
"showedMobileNotice": true,
|
||||||
"refreshSourceControlTimer": 7000,
|
"refreshSourceControlTimer": 7000,
|
||||||
"showBranchStatusBar": true,
|
"showBranchStatusBar": true,
|
||||||
|
|
@ -47,7 +47,9 @@
|
||||||
},
|
},
|
||||||
"textColorCss": "var(--text-muted)",
|
"textColorCss": "var(--text-muted)",
|
||||||
"ignoreWhitespace": false,
|
"ignoreWhitespace": false,
|
||||||
"gutterSpacingFallbackLength": 5
|
"gutterSpacingFallbackLength": 12,
|
||||||
|
"lastShownAuthorDisplay": "initials",
|
||||||
|
"lastShownDateTimeFormatOptions": "date"
|
||||||
},
|
},
|
||||||
"autoCommitMessage": "vault backup: {{date}}"
|
"autoCommitMessage": "{{date}} - Update from obsidian"
|
||||||
}
|
}
|
||||||
114
.obsidian/plugins/obsidian-kanban/main.js
vendored
114
.obsidian/plugins/obsidian-kanban/main.js
vendored
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-kanban/manifest.json
vendored
10
.obsidian/plugins/obsidian-kanban/manifest.json
vendored
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"id": "obsidian-kanban",
|
|
||||||
"name": "Kanban",
|
|
||||||
"version": "1.5.3",
|
|
||||||
"minAppVersion": "1.0.0",
|
|
||||||
"description": "Create markdown-backed Kanban boards in Obsidian.",
|
|
||||||
"author": "mgmeyers",
|
|
||||||
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
||||||
1
.obsidian/plugins/obsidian-kanban/styles.css
vendored
1
.obsidian/plugins/obsidian-kanban/styles.css
vendored
File diff suppressed because one or more lines are too long
12
.obsidian/plugins/obsidian-projects/data.json
vendored
Normal file
12
.obsidian/plugins/obsidian-projects/data.json
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"projects": [],
|
||||||
|
"preferences": {
|
||||||
|
"projectSizeLimit": 1000,
|
||||||
|
"frontmatter": {
|
||||||
|
"quoteStrings": "PLAIN"
|
||||||
|
},
|
||||||
|
"commands": [],
|
||||||
|
"linkBehavior": "open-editor"
|
||||||
|
}
|
||||||
|
}
|
||||||
77618
.obsidian/plugins/obsidian-projects/main.js
vendored
Normal file
77618
.obsidian/plugins/obsidian-projects/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-projects/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-projects/manifest.json
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"id": "obsidian-projects",
|
||||||
|
"name": "Projects",
|
||||||
|
"version": "1.16.3",
|
||||||
|
"minAppVersion": "1.0.0",
|
||||||
|
"description": "Plain text project planning.",
|
||||||
|
"author": "Marcus Olsson",
|
||||||
|
"authorUrl": "https://marcus.se.net",
|
||||||
|
"fundingUrl": "https://www.buymeacoffee.com/marcusolsson",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
80
.obsidian/plugins/obsidian-projects/styles.css
vendored
Normal file
80
.obsidian/plugins/obsidian-projects/styles.css
vendored
Normal file
|
|
@ -0,0 +1,80 @@
|
||||||
|
.projects--board {
|
||||||
|
display: grid;
|
||||||
|
column-gap: 8px;
|
||||||
|
align-items: flex-start;
|
||||||
|
margin: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--board--column {
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
border-radius: var(--radius-m);
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
display: flex;
|
||||||
|
gap: var(--size-4-2);
|
||||||
|
flex-direction: column;
|
||||||
|
padding: var(--size-4-2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--board--card {
|
||||||
|
background-color: var(--background-primary);
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
padding: var(--size-4-2);
|
||||||
|
}
|
||||||
|
.projects--board--card:hover {
|
||||||
|
border: 1px solid var(--background-modifier-border-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--board--card-list {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: var(--size-4-2);
|
||||||
|
min-height: 35px;
|
||||||
|
transition: all 150ms ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--gallery--grid {
|
||||||
|
display: grid;
|
||||||
|
gap: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--gallery--card {
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.projects--gallery--card:hover {
|
||||||
|
border: 1px solid var(--background-modifier-border-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--gallery--card__body {
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.projects--gallery--card__media {
|
||||||
|
height: 180px;
|
||||||
|
border-top-left-radius: var(--radius-s);
|
||||||
|
border-top-right-radius: var(--radius-s);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
border-bottom: 1px solid var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
.projects--gallery--card__media img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
border-top-left-radius: var(--radius-s);
|
||||||
|
border-top-right-radius: var(--radius-s);
|
||||||
|
}
|
||||||
|
|
||||||
|
.workspace-leaf-content[data-type=obsidian-projects] .view-content {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sortable-drag {
|
||||||
|
opacity: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*# sourceMappingURL=styles.css.map */
|
||||||
5
.obsidian/workspace.json
vendored
5
.obsidian/workspace.json
vendored
|
|
@ -153,10 +153,11 @@
|
||||||
"command-palette:Open command palette": true,
|
"command-palette:Open command palette": true,
|
||||||
"obsidian-excalidraw-plugin:Create new drawing": false,
|
"obsidian-excalidraw-plugin:Create new drawing": false,
|
||||||
"zk-prefixer:Create new unique note": false,
|
"zk-prefixer:Create new unique note": false,
|
||||||
"workspaces:Manage workspace layouts": false
|
"workspaces:Manage workspace layouts": false,
|
||||||
|
"obsidian-projects:Open projects": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "e65e219e8f8484ec",
|
"active": "230c77af3893ffdd",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"templates/thoughts.md",
|
"templates/thoughts.md",
|
||||||
"templates/daily.md",
|
"templates/daily.md",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue