Update from obsidian - thinkpad
Affected files: .obsidian/plugins/obsidian-projects/data.json books/Book/La espada de shannara.md books/Manga/Tokyo Ghoul Re.md books/Manga/Tokyo Ghoul.md projects/books.md projects/personal-page.md
This commit is contained in:
parent
9f43670e31
commit
5514648a34
6 changed files with 225 additions and 1 deletions
34
.obsidian/plugins/obsidian-projects/data.json
vendored
34
.obsidian/plugins/obsidian-projects/data.json
vendored
|
|
@ -92,6 +92,40 @@
|
|||
],
|
||||
"id": "3666070f-21b0-4bcd-97b9-54b21dde9fdd",
|
||||
"name": "Games"
|
||||
},
|
||||
{
|
||||
"fieldConfig": {},
|
||||
"defaultName": "",
|
||||
"templates": [],
|
||||
"excludedNotes": [],
|
||||
"isDefault": false,
|
||||
"dataSource": {
|
||||
"kind": "folder",
|
||||
"config": {
|
||||
"path": "books",
|
||||
"recursive": true
|
||||
}
|
||||
},
|
||||
"newNotesFolder": "",
|
||||
"views": [
|
||||
{
|
||||
"config": {},
|
||||
"filter": {
|
||||
"conditions": []
|
||||
},
|
||||
"colors": {
|
||||
"conditions": []
|
||||
},
|
||||
"sort": {
|
||||
"criteria": []
|
||||
},
|
||||
"id": "28021a9b-69bb-4972-aa3a-e7e61c0f6423",
|
||||
"name": "Table",
|
||||
"type": "table"
|
||||
}
|
||||
],
|
||||
"id": "f2e8e811-8e26-411d-a45e-95bd5e9c5402",
|
||||
"name": "books"
|
||||
}
|
||||
],
|
||||
"preferences": {
|
||||
|
|
|
|||
5
books/Book/La espada de shannara.md
Normal file
5
books/Book/La espada de shannara.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
kind: Book
|
||||
franchise: shannara
|
||||
status: Backlog
|
||||
---
|
||||
5
books/Manga/Tokyo Ghoul Re.md
Normal file
5
books/Manga/Tokyo Ghoul Re.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
status: Backlog
|
||||
kind: Manga
|
||||
franchise: Tokyo Ghoul
|
||||
---
|
||||
5
books/Manga/Tokyo Ghoul.md
Normal file
5
books/Manga/Tokyo Ghoul.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
status: Read
|
||||
kind: Manga
|
||||
franchise: Tokyo Ghoul
|
||||
---
|
||||
175
projects/books.md
Normal file
175
projects/books.md
Normal file
|
|
@ -0,0 +1,175 @@
|
|||
---
|
||||
|
||||
database-plugin: basic
|
||||
|
||||
---
|
||||
|
||||
```yaml:dbfolder
|
||||
name: new database
|
||||
description: new description
|
||||
columns:
|
||||
__file__:
|
||||
key: __file__
|
||||
id: __file__
|
||||
input: markdown
|
||||
label: File
|
||||
accessorKey: __file__
|
||||
isMetadata: true
|
||||
skipPersist: false
|
||||
isDragDisabled: false
|
||||
csvCandidate: true
|
||||
position: 1
|
||||
isHidden: false
|
||||
sortIndex: -1
|
||||
config:
|
||||
enable_media_view: true
|
||||
link_alias_enabled: true
|
||||
media_width: 100
|
||||
media_height: 100
|
||||
isInline: true
|
||||
task_hide_completed: true
|
||||
footer_type: none
|
||||
persist_changes: false
|
||||
__modified__:
|
||||
key: __modified__
|
||||
id: __modified__
|
||||
input: metadata_time
|
||||
label: Modified
|
||||
accessorKey: __modified__
|
||||
isMetadata: true
|
||||
isDragDisabled: false
|
||||
skipPersist: false
|
||||
csvCandidate: true
|
||||
position: 2
|
||||
isHidden: true
|
||||
sortIndex: -1
|
||||
config:
|
||||
enable_media_view: true
|
||||
link_alias_enabled: true
|
||||
media_width: 100
|
||||
media_height: 100
|
||||
isInline: false
|
||||
task_hide_completed: true
|
||||
footer_type: none
|
||||
persist_changes: false
|
||||
__tags__:
|
||||
key: __tags__
|
||||
id: __tags__
|
||||
input: metadata_tags
|
||||
label: File Tags
|
||||
accessorKey: __tags__
|
||||
isMetadata: true
|
||||
isDragDisabled: false
|
||||
skipPersist: false
|
||||
csvCandidate: false
|
||||
position: 3
|
||||
isHidden: true
|
||||
sortIndex: -1
|
||||
config:
|
||||
enable_media_view: true
|
||||
link_alias_enabled: true
|
||||
media_width: 100
|
||||
media_height: 100
|
||||
isInline: false
|
||||
task_hide_completed: true
|
||||
footer_type: none
|
||||
persist_changes: false
|
||||
kind:
|
||||
input: select
|
||||
accessorKey: kind
|
||||
key: kind
|
||||
id: kind
|
||||
label: kind
|
||||
position: 5
|
||||
skipPersist: false
|
||||
isHidden: false
|
||||
sortIndex: -1
|
||||
options:
|
||||
- { label: "Book", value: "Book", color: "hsl(166, 95%, 90%)"}
|
||||
- { label: "Manga", value: "Manga", color: "hsl(47, 95%, 90%)"}
|
||||
config:
|
||||
enable_media_view: true
|
||||
link_alias_enabled: true
|
||||
media_width: 100
|
||||
media_height: 100
|
||||
isInline: false
|
||||
task_hide_completed: true
|
||||
footer_type: none
|
||||
persist_changes: false
|
||||
franchise:
|
||||
input: text
|
||||
accessorKey: franchise
|
||||
key: franchise
|
||||
id: franchise
|
||||
label: franchise
|
||||
position: 6
|
||||
skipPersist: false
|
||||
isHidden: false
|
||||
sortIndex: -1
|
||||
width: 159
|
||||
config:
|
||||
enable_media_view: true
|
||||
link_alias_enabled: true
|
||||
media_width: 100
|
||||
media_height: 100
|
||||
isInline: false
|
||||
task_hide_completed: true
|
||||
footer_type: none
|
||||
persist_changes: false
|
||||
status:
|
||||
input: select
|
||||
accessorKey: status
|
||||
key: status
|
||||
id: status
|
||||
label: status
|
||||
position: 4
|
||||
skipPersist: false
|
||||
isHidden: false
|
||||
sortIndex: -1
|
||||
width: 121
|
||||
options:
|
||||
- { label: "Backlog", value: "Backlog", color: "hsl(320, 95%, 90%)"}
|
||||
- { label: "Read", value: "Read", color: "hsl(356, 95%, 90%)"}
|
||||
config:
|
||||
enable_media_view: true
|
||||
link_alias_enabled: true
|
||||
media_width: 100
|
||||
media_height: 100
|
||||
isInline: false
|
||||
task_hide_completed: true
|
||||
footer_type: none
|
||||
persist_changes: false
|
||||
config:
|
||||
remove_field_when_delete_column: true
|
||||
cell_size: normal
|
||||
sticky_first_column: true
|
||||
group_folder_column: kind
|
||||
remove_empty_folders: false
|
||||
automatically_group_files: true
|
||||
hoist_files_with_empty_attributes: true
|
||||
show_metadata_created: false
|
||||
show_metadata_modified: true
|
||||
show_metadata_tasks: false
|
||||
show_metadata_inlinks: false
|
||||
show_metadata_outlinks: false
|
||||
show_metadata_tags: true
|
||||
source_data: query
|
||||
source_form_result: "FROM \"books\""
|
||||
source_destination_path: books
|
||||
row_templates_folder: templates
|
||||
current_row_template:
|
||||
pagination_size: 10
|
||||
font_size: 16
|
||||
enable_js_formulas: false
|
||||
formula_folder_path: /
|
||||
inline_default: false
|
||||
inline_new_position: last_field
|
||||
date_format: yyyy-MM-dd
|
||||
datetime_format: "yyyy-MM-dd HH:mm:ss"
|
||||
metadata_date_format: "yyyy-MM-dd HH:mm:ss"
|
||||
enable_footer: false
|
||||
implementation: default
|
||||
filters:
|
||||
enabled: false
|
||||
conditions:
|
||||
```
|
||||
|
|
@ -8,7 +8,6 @@ kanban-plugin: basic
|
|||
|
||||
- [ ] [Cool Websites](Cool%20Websites.md)
|
||||
- [ ] [Dev Stack](Dev%20Stack.md)
|
||||
- [ ] CI/CD<br>- content -> send build to page<br>- page -> update submodule and build
|
||||
|
||||
|
||||
## Backlog
|
||||
|
|
@ -36,6 +35,7 @@ kanban-plugin: basic
|
|||
## Doign
|
||||
|
||||
- [ ] [List of Games](List%20of%20Games.md)
|
||||
- [ ] CI/CD<br>- content -> send build to page<br>- page -> update submodule and build
|
||||
|
||||
|
||||
## Done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue