Update plugins
This commit is contained in:
parent
f5f407b1bd
commit
f17bd820c4
11 changed files with 3919 additions and 3559 deletions
876
.obsidian/plugins/dataview/main.js
vendored
876
.obsidian/plugins/dataview/main.js
vendored
File diff suppressed because one or more lines are too long
3
.obsidian/plugins/dataview/manifest.json
vendored
3
.obsidian/plugins/dataview/manifest.json
vendored
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
"id": "dataview",
|
||||
"name": "Dataview",
|
||||
"version": "0.5.64",
|
||||
"version": "0.5.66",
|
||||
"minAppVersion": "0.13.11",
|
||||
"description": "Complex data views for the data-obsessed.",
|
||||
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
||||
"authorUrl": "https://github.com/blacksmithgu",
|
||||
"helpUrl": "https://blacksmithgu.github.io/obsidian-dataview/",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
|
@ -23,10 +23,14 @@
|
|||
"showUnscheduledNestedTasks": true,
|
||||
"showNow": true,
|
||||
"showNext": true,
|
||||
"pluginVersion": "0.19.5",
|
||||
"pluginVersion": "0.20.4",
|
||||
"showCompletedTasks": true,
|
||||
"showSubtasksInTaskBlocks": true,
|
||||
"icals": [],
|
||||
"colorOverrides": [],
|
||||
"editMode": "simple",
|
||||
"copyOnDrag": false,
|
||||
"releaseNotes": true,
|
||||
"circularProgress": true,
|
||||
"nowAndNextInStatusBar": true,
|
||||
"showHelp": true,
|
||||
|
|
5855
.obsidian/plugins/obsidian-day-planner/main.js
vendored
5855
.obsidian/plugins/obsidian-day-planner/main.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-day-planner",
|
||||
"name": "Day Planner",
|
||||
"version": "0.19.5",
|
||||
"version": "0.20.4",
|
||||
"minAppVersion": "0.16.0",
|
||||
"description": "A day planner with clean UI and readable syntax",
|
||||
"author": "James Lynch, continued by Ivan Lednev",
|
||||
|
|
|
@ -461,6 +461,10 @@
|
|||
[data-type=weekly] .view-content,
|
||||
[data-type=timeTracker] .view-content {
|
||||
--time-ruler-width: 30px;
|
||||
--scrollbar-width: 12px;
|
||||
--shadow-color: #00000010;
|
||||
--shadow-right: 2px 0px 2px var(--shadow-color);
|
||||
--shadow-bottom: 0px 2px 2px var(--shadow-color);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
|
@ -474,3 +478,8 @@
|
|||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
.day-planner-modal-buttons {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: var(--size-4-2);
|
||||
}
|
||||
|
|
157
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
157
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-tasks-plugin",
|
||||
"name": "Tasks",
|
||||
"version": "6.1.2",
|
||||
"version": "7.1.0",
|
||||
"minAppVersion": "1.1.1",
|
||||
"description": "Task management for Obsidian",
|
||||
"helpUrl": "https://publish.obsidian.md/tasks/",
|
||||
|
|
465
.obsidian/plugins/obsidian-tasks-plugin/styles.css
vendored
465
.obsidian/plugins/obsidian-tasks-plugin/styles.css
vendored
File diff suppressed because one or more lines are too long
47
.obsidian/workspace.json
vendored
47
.obsidian/workspace.json
vendored
|
@ -4,11 +4,11 @@
|
|||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "41616c64b888e2c6",
|
||||
"id": "849bcd6e12983299",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "684c2b2d3758a0dc",
|
||||
"id": "333add6e1cba1cdf",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "empty",
|
||||
|
@ -73,7 +73,7 @@
|
|||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 321
|
||||
"width": 229.5
|
||||
},
|
||||
"right": {
|
||||
"id": "88f8677a7c9ad3a9",
|
||||
|
@ -82,7 +82,7 @@
|
|||
{
|
||||
"id": "ec52e80aff4ffb89",
|
||||
"type": "tabs",
|
||||
"dimension": 23.180291153415457,
|
||||
"dimension": 23.688046647230323,
|
||||
"children": [
|
||||
{
|
||||
"id": "9bebb7c5a5092409",
|
||||
|
@ -91,16 +91,24 @@
|
|||
"type": "calendar",
|
||||
"state": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "28932d7843d363e5",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "timeline",
|
||||
"state": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ce68c3cd1b6b420f",
|
||||
"id": "a1341160a043e9b4",
|
||||
"type": "tabs",
|
||||
"dimension": 23.180291153415457,
|
||||
"dimension": 37.17201166180758,
|
||||
"children": [
|
||||
{
|
||||
"id": "04c609073ee0af11",
|
||||
"id": "7185f14cc86bfe52",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "timeline",
|
||||
|
@ -112,7 +120,7 @@
|
|||
{
|
||||
"id": "c152a02593699d74",
|
||||
"type": "tabs",
|
||||
"dimension": 53.63941769316909,
|
||||
"dimension": 39.1399416909621,
|
||||
"children": [
|
||||
{
|
||||
"id": "96df686ab02776fa",
|
||||
|
@ -158,7 +166,7 @@
|
|||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 760
|
||||
"width": 517.5
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
|
@ -168,26 +176,11 @@
|
|||
"daily-notes:Open today's daily note": false,
|
||||
"command-palette:Open command palette": false,
|
||||
"markdown-importer:Open format converter": false,
|
||||
"obsidian-day-planner:Timeline": false,
|
||||
"templater-obsidian:Templater": false
|
||||
"templater-obsidian:Templater": false,
|
||||
"obsidian-day-planner:Timeline": false
|
||||
}
|
||||
},
|
||||
"active": "684c2b2d3758a0dc",
|
||||
"active": "333add6e1cba1cdf",
|
||||
"lastOpenFiles": [
|
||||
"Daily Notes/2024-03-10.md",
|
||||
"_Templates/Meeting Template.md",
|
||||
"_Templates/Daily Note Template.md",
|
||||
"_Dashboard.md",
|
||||
"_Templates/Note Template.md",
|
||||
"_Templates/Task Template.md",
|
||||
"Daily Notes/2023-09-26.md",
|
||||
"README.md",
|
||||
"_Attachments/preview.png",
|
||||
"Daily Notes/2022-01-05.md",
|
||||
"Daily Notes/2022-01-04.md",
|
||||
"Notes/Tasks.md",
|
||||
"_Kanban.md",
|
||||
"Tasks/Untitled.md",
|
||||
"Notes/Video.md"
|
||||
]
|
||||
}
|
|
@ -1,5 +1,3 @@
|
|||
# README
|
||||
|
||||
A simple starter for [obsidian.md](https://obsidian.md).
|
||||
|
||||
* Daily Notes
|
||||
|
|
Loading…
Reference in a new issue