diff --git a/.obsidian/plugins/obsidian-projects/data.json b/.obsidian/plugins/obsidian-projects/data.json index c2e5dbb..1bb25b6 100644 --- a/.obsidian/plugins/obsidian-projects/data.json +++ b/.obsidian/plugins/obsidian-projects/data.json @@ -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": { diff --git a/books/Book/La espada de shannara.md b/books/Book/La espada de shannara.md new file mode 100644 index 0000000..32e8adb --- /dev/null +++ b/books/Book/La espada de shannara.md @@ -0,0 +1,5 @@ +--- +kind: Book +franchise: shannara +status: Backlog +--- diff --git a/books/Manga/Tokyo Ghoul Re.md b/books/Manga/Tokyo Ghoul Re.md new file mode 100644 index 0000000..2d6100a --- /dev/null +++ b/books/Manga/Tokyo Ghoul Re.md @@ -0,0 +1,5 @@ +--- +status: Backlog +kind: Manga +franchise: Tokyo Ghoul +--- diff --git a/books/Manga/Tokyo Ghoul.md b/books/Manga/Tokyo Ghoul.md new file mode 100644 index 0000000..e049d4e --- /dev/null +++ b/books/Manga/Tokyo Ghoul.md @@ -0,0 +1,5 @@ +--- +status: Read +kind: Manga +franchise: Tokyo Ghoul +--- diff --git a/projects/books.md b/projects/books.md new file mode 100644 index 0000000..26955dd --- /dev/null +++ b/projects/books.md @@ -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: +``` \ No newline at end of file diff --git a/projects/personal-page.md b/projects/personal-page.md index b728ab6..5bf7600 100644 --- a/projects/personal-page.md +++ b/projects/personal-page.md @@ -8,7 +8,6 @@ kanban-plugin: basic - [ ] [Cool Websites](Cool%20Websites.md) - [ ] [Dev Stack](Dev%20Stack.md) -- [ ] CI/CD
- content -> send build to page
- page -> update submodule and build ## Backlog @@ -36,6 +35,7 @@ kanban-plugin: basic ## Doign - [ ] [List of Games](List%20of%20Games.md) +- [ ] CI/CD
- content -> send build to page
- page -> update submodule and build ## Done