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
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:
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue