vault backup: 2025-11-17 09:25:35

This commit is contained in:
Akulij 2025-11-17 09:25:35 +07:00
parent 57e027e2ed
commit 92711d2149
6 changed files with 215 additions and 1 deletions

View File

@ -1,3 +1,4 @@
[ [
"obsidian-git" "obsidian-git",
"obsidian-kanban"
] ]

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,11 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "2.0.51",
"minAppVersion": "1.0.0",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",
"helpUrl": "https://publish.obsidian.md/kanban/Obsidian+Kanban+Plugin",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

37
4.2/Progress.md Normal file
View File

@ -0,0 +1,37 @@
---
kanban-plugin: board
---
## Won't do (WHY)
## Backlog
- [ ] 1 add more quizes
- [ ] 2 write tow paragraphs
- [ ] 3 write plan
## ToDo
## Doing
## Done
**Complete**
%% kanban:settings
```
{"kanban-plugin":"board","list-collapse":[false,false,false,false,false]}
```
%%

11
Untitled 2.base Normal file
View File

@ -0,0 +1,11 @@
formulas:
Untitled: ""
views:
- type: table
name: Table
filters:
and:
- note["kanban-plugin"] == "board"
order:
- file.name
- formula.Untitled