vault backup: 2025-11-17 09:25:35
This commit is contained in:
parent
57e027e2ed
commit
92711d2149
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -1,3 +1,4 @@
|
||||
[
|
||||
"obsidian-git"
|
||||
"obsidian-git",
|
||||
"obsidian-kanban"
|
||||
]
|
||||
153
.obsidian/plugins/obsidian-kanban/main.js
vendored
Normal file
153
.obsidian/plugins/obsidian-kanban/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-kanban/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-kanban/manifest.json
vendored
Normal 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
|
||||
}
|
||||
1
.obsidian/plugins/obsidian-kanban/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-kanban/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
37
4.2/Progress.md
Normal file
37
4.2/Progress.md
Normal 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
11
Untitled 2.base
Normal file
@ -0,0 +1,11 @@
|
||||
formulas:
|
||||
Untitled: ""
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
filters:
|
||||
and:
|
||||
- note["kanban-plugin"] == "board"
|
||||
order:
|
||||
- file.name
|
||||
- formula.Untitled
|
||||
Loading…
x
Reference in New Issue
Block a user