Update from obsidian - thinkpad
Affected files: .obsidian/community-plugins.json .obsidian/plugins/dbfolder/data.json .obsidian/plugins/dbfolder/main.js .obsidian/plugins/dbfolder/manifest.json .obsidian/plugins/dbfolder/styles.css .obsidian/plugins/obsidian-advanced-slides/main.js .obsidian/plugins/obsidian-advanced-slides/manifest.json .obsidian/plugins/obsidian-advanced-slides/styles.css .obsidian/plugins/obsidian-projects/data.json .obsidian/plugins/obsidian-projects/main.js .obsidian/plugins/obsidian-projects/manifest.json .obsidian/plugins/obsidian-projects/styles.css
This commit is contained in:
parent
8b76232082
commit
1e55015bab
12 changed files with 0 additions and 80598 deletions
1
.obsidian/community-plugins.json
vendored
1
.obsidian/community-plugins.json
vendored
|
|
@ -4,7 +4,6 @@
|
||||||
"obsidian-style-settings",
|
"obsidian-style-settings",
|
||||||
"obsidian-kanban",
|
"obsidian-kanban",
|
||||||
"editor-width-slider",
|
"editor-width-slider",
|
||||||
"dbfolder",
|
|
||||||
"dataview",
|
"dataview",
|
||||||
"obsidian-plugin-toc",
|
"obsidian-plugin-toc",
|
||||||
"obsidian-linter",
|
"obsidian-linter",
|
||||||
|
|
|
||||||
48
.obsidian/plugins/dbfolder/data.json
vendored
48
.obsidian/plugins/dbfolder/data.json
vendored
|
|
@ -1,48 +0,0 @@
|
||||||
{
|
|
||||||
"global_settings": {
|
|
||||||
"enable_debug_mode": false,
|
|
||||||
"enable_show_state": false,
|
|
||||||
"enable_row_shadow": true,
|
|
||||||
"enable_auto_update": true,
|
|
||||||
"show_search_bar_by_default": false,
|
|
||||||
"logger_level_info": "error",
|
|
||||||
"csv_file_header_key": "File",
|
|
||||||
"media_settings": {
|
|
||||||
"link_alias_enabled": true,
|
|
||||||
"enable_media_view": true,
|
|
||||||
"width": 100,
|
|
||||||
"height": 100
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"local_settings": {
|
|
||||||
"remove_field_when_delete_column": true,
|
|
||||||
"cell_size": "normal",
|
|
||||||
"sticky_first_column": true,
|
|
||||||
"group_folder_column": "",
|
|
||||||
"remove_empty_folders": false,
|
|
||||||
"automatically_group_files": false,
|
|
||||||
"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": "current_folder",
|
|
||||||
"source_form_result": "",
|
|
||||||
"source_destination_path": "/",
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
141
.obsidian/plugins/dbfolder/main.js
vendored
141
.obsidian/plugins/dbfolder/main.js
vendored
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/dbfolder/manifest.json
vendored
11
.obsidian/plugins/dbfolder/manifest.json
vendored
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"id": "dbfolder",
|
|
||||||
"name": "DB Folder",
|
|
||||||
"version": "3.5.0",
|
|
||||||
"minAppVersion": "1.1.1",
|
|
||||||
"description": "Folder with the capability to store and retrieve data from a folder like database",
|
|
||||||
"author": "RafaelGB",
|
|
||||||
"authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder",
|
|
||||||
"isDesktopOnly": false,
|
|
||||||
"fundingUrl": "https://www.buymeacoffee.com/5tsytn22v9Z"
|
|
||||||
}
|
|
||||||
1864
.obsidian/plugins/dbfolder/styles.css
vendored
1864
.obsidian/plugins/dbfolder/styles.css
vendored
File diff suppressed because it is too large
Load diff
641
.obsidian/plugins/obsidian-advanced-slides/main.js
vendored
641
.obsidian/plugins/obsidian-advanced-slides/main.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"id": "obsidian-advanced-slides",
|
|
||||||
"name": "Advanced Slides",
|
|
||||||
"version": "1.20.0",
|
|
||||||
"minAppVersion": "0.12.0",
|
|
||||||
"description": "Create markdown-based presentations in Obsidian",
|
|
||||||
"author": "Matthäus Szturc",
|
|
||||||
"authorUrl": "https://github.com/MSzturc",
|
|
||||||
"isDesktopOnly": true
|
|
||||||
}
|
|
||||||
|
|
@ -1,34 +0,0 @@
|
||||||
/* Styles */
|
|
||||||
|
|
||||||
.view-content.reveal-preview-view {
|
|
||||||
padding: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-content.reveal-preview-view>iframe, div.reveal-preview-view>iframe {
|
|
||||||
border-style: none;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.reveal-preview-view {
|
|
||||||
aspect-ratio: 16/9;
|
|
||||||
padding: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.releaseNotes .modal-content{
|
|
||||||
padding-right: 5px;
|
|
||||||
margin-right: -5px;
|
|
||||||
user-select: text;
|
|
||||||
}
|
|
||||||
|
|
||||||
.releaseNotes .modal {
|
|
||||||
max-height: 90%;
|
|
||||||
width: auto;
|
|
||||||
max-width: 70ch;
|
|
||||||
}
|
|
||||||
|
|
||||||
.releaseNotes p>a>img {
|
|
||||||
width: 100%
|
|
||||||
}
|
|
||||||
139
.obsidian/plugins/obsidian-projects/data.json
vendored
139
.obsidian/plugins/obsidian-projects/data.json
vendored
|
|
@ -1,139 +0,0 @@
|
||||||
{
|
|
||||||
"version": 2,
|
|
||||||
"projects": [
|
|
||||||
{
|
|
||||||
"fieldConfig": {},
|
|
||||||
"defaultName": "",
|
|
||||||
"templates": [],
|
|
||||||
"excludedNotes": [],
|
|
||||||
"isDefault": false,
|
|
||||||
"dataSource": {
|
|
||||||
"kind": "folder",
|
|
||||||
"config": {
|
|
||||||
"path": "projects/personal-page",
|
|
||||||
"recursive": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"newNotesFolder": "",
|
|
||||||
"views": [
|
|
||||||
{
|
|
||||||
"config": {
|
|
||||||
"fieldConfig": {
|
|
||||||
"path": {
|
|
||||||
"width": 213
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"filter": {
|
|
||||||
"conditions": []
|
|
||||||
},
|
|
||||||
"colors": {
|
|
||||||
"conditions": []
|
|
||||||
},
|
|
||||||
"sort": {
|
|
||||||
"criteria": []
|
|
||||||
},
|
|
||||||
"id": "b6be3d23-49d2-45ed-b359-4266a8bfdd46",
|
|
||||||
"name": "Table",
|
|
||||||
"type": "table"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"config": {
|
|
||||||
"groupByField": "status",
|
|
||||||
"includeFields": []
|
|
||||||
},
|
|
||||||
"filter": {
|
|
||||||
"conditions": []
|
|
||||||
},
|
|
||||||
"colors": {
|
|
||||||
"conditions": []
|
|
||||||
},
|
|
||||||
"sort": {
|
|
||||||
"criteria": []
|
|
||||||
},
|
|
||||||
"id": "f1f17300-a47e-47ab-a3fb-c77aba52fd77",
|
|
||||||
"name": "Kanban",
|
|
||||||
"type": "board"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"id": "693ec588-0a43-4498-9428-7337ddef9516",
|
|
||||||
"name": "personal-page"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"fieldConfig": {},
|
|
||||||
"defaultName": "",
|
|
||||||
"templates": [],
|
|
||||||
"excludedNotes": [],
|
|
||||||
"isDefault": false,
|
|
||||||
"dataSource": {
|
|
||||||
"kind": "folder",
|
|
||||||
"config": {
|
|
||||||
"path": "games",
|
|
||||||
"recursive": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"newNotesFolder": "",
|
|
||||||
"views": [
|
|
||||||
{
|
|
||||||
"config": {},
|
|
||||||
"filter": {
|
|
||||||
"conditions": []
|
|
||||||
},
|
|
||||||
"colors": {
|
|
||||||
"conditions": []
|
|
||||||
},
|
|
||||||
"sort": {
|
|
||||||
"criteria": []
|
|
||||||
},
|
|
||||||
"id": "29122e1a-d208-4203-ba3b-6b3373595e5b",
|
|
||||||
"name": "Table",
|
|
||||||
"type": "table"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"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": {
|
|
||||||
"projectSizeLimit": 1000,
|
|
||||||
"frontmatter": {
|
|
||||||
"quoteStrings": "PLAIN"
|
|
||||||
},
|
|
||||||
"commands": [],
|
|
||||||
"linkBehavior": "open-editor"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
77618
.obsidian/plugins/obsidian-projects/main.js
vendored
77618
.obsidian/plugins/obsidian-projects/main.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"id": "obsidian-projects",
|
|
||||||
"name": "Projects",
|
|
||||||
"version": "1.16.3",
|
|
||||||
"minAppVersion": "1.0.0",
|
|
||||||
"description": "Plain text project planning.",
|
|
||||||
"author": "Marcus Olsson",
|
|
||||||
"authorUrl": "https://marcus.se.net",
|
|
||||||
"fundingUrl": "https://www.buymeacoffee.com/marcusolsson",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
||||||
80
.obsidian/plugins/obsidian-projects/styles.css
vendored
80
.obsidian/plugins/obsidian-projects/styles.css
vendored
|
|
@ -1,80 +0,0 @@
|
||||||
.projects--board {
|
|
||||||
display: grid;
|
|
||||||
column-gap: 8px;
|
|
||||||
align-items: flex-start;
|
|
||||||
margin: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.projects--board--column {
|
|
||||||
border: 1px solid var(--background-modifier-border);
|
|
||||||
border-radius: var(--radius-m);
|
|
||||||
background-color: var(--background-secondary);
|
|
||||||
display: flex;
|
|
||||||
gap: var(--size-4-2);
|
|
||||||
flex-direction: column;
|
|
||||||
padding: var(--size-4-2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.projects--board--card {
|
|
||||||
background-color: var(--background-primary);
|
|
||||||
border-radius: var(--radius-s);
|
|
||||||
border: 1px solid var(--background-modifier-border);
|
|
||||||
padding: var(--size-4-2);
|
|
||||||
}
|
|
||||||
.projects--board--card:hover {
|
|
||||||
border: 1px solid var(--background-modifier-border-hover);
|
|
||||||
}
|
|
||||||
|
|
||||||
.projects--board--card-list {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: var(--size-4-2);
|
|
||||||
min-height: 35px;
|
|
||||||
transition: all 150ms ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.projects--gallery--grid {
|
|
||||||
display: grid;
|
|
||||||
gap: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.projects--gallery--card {
|
|
||||||
background-color: var(--background-secondary);
|
|
||||||
border-radius: var(--radius-s);
|
|
||||||
border: 1px solid var(--background-modifier-border);
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
.projects--gallery--card:hover {
|
|
||||||
border: 1px solid var(--background-modifier-border-hover);
|
|
||||||
}
|
|
||||||
|
|
||||||
.projects--gallery--card__body {
|
|
||||||
padding: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.projects--gallery--card__media {
|
|
||||||
height: 180px;
|
|
||||||
border-top-left-radius: var(--radius-s);
|
|
||||||
border-top-right-radius: var(--radius-s);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
border-bottom: 1px solid var(--background-modifier-border);
|
|
||||||
}
|
|
||||||
.projects--gallery--card__media img {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
border-top-left-radius: var(--radius-s);
|
|
||||||
border-top-right-radius: var(--radius-s);
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-leaf-content[data-type=obsidian-projects] .view-content {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sortable-drag {
|
|
||||||
opacity: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*# sourceMappingURL=styles.css.map */
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue