Update from obsidian - thinkpad
Affected files: .obsidian/community-plugins.json .obsidian/plugins/obsidian-git/data.json .obsidian/plugins/obsidian-kanban/data.json .obsidian/plugins/obsidian-kanban/main.js .obsidian/plugins/obsidian-kanban/manifest.json .obsidian/plugins/obsidian-kanban/styles.css .obsidian/plugins/obsidian-projects/data.json .obsidian/workspace.json projects/personal-page-notes/Cool Websites.md projects/personal-page-notes/Dev Stack.md projects/personal-page.md
This commit is contained in:
parent
816356b639
commit
2f2009928b
11 changed files with 289 additions and 19 deletions
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
|
|
@ -2,5 +2,6 @@
|
|||
"obsidian-excalidraw-plugin",
|
||||
"obsidian-git",
|
||||
"obsidian-style-settings",
|
||||
"obsidian-projects"
|
||||
"obsidian-projects",
|
||||
"obsidian-kanban"
|
||||
]
|
||||
4
.obsidian/plugins/obsidian-git/data.json
vendored
4
.obsidian/plugins/obsidian-git/data.json
vendored
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"commitMessage": "{{date}} - Update from obsidian",
|
||||
"commitMessage": "Update from obsidian - {{hostname}}",
|
||||
"commitDateFormat": "YYYY-MM-DD HH:mm",
|
||||
"autoSaveInterval": 0,
|
||||
"autoPushInterval": 0,
|
||||
|
|
@ -51,5 +51,5 @@
|
|||
"lastShownAuthorDisplay": "initials",
|
||||
"lastShownDateTimeFormatOptions": "date"
|
||||
},
|
||||
"autoCommitMessage": "{{date}} - Update from obsidian"
|
||||
"autoCommitMessage": "Auto update from obsidian"
|
||||
}
|
||||
11
.obsidian/plugins/obsidian-kanban/data.json
vendored
Normal file
11
.obsidian/plugins/obsidian-kanban/data.json
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"max-archive-size": 100,
|
||||
"show-checkboxes": true,
|
||||
"tag-colors": [],
|
||||
"show-relative-date": true,
|
||||
"date-colors": [],
|
||||
"archive-with-date": true,
|
||||
"append-archive-date": true,
|
||||
"date-picker-week-start": 1,
|
||||
"new-note-folder": "projects"
|
||||
}
|
||||
114
.obsidian/plugins/obsidian-kanban/main.js
vendored
Normal file
114
.obsidian/plugins/obsidian-kanban/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-kanban/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-kanban/manifest.json
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"id": "obsidian-kanban",
|
||||
"name": "Kanban",
|
||||
"version": "1.5.3",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Create markdown-backed Kanban boards in Obsidian.",
|
||||
"author": "mgmeyers",
|
||||
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",
|
||||
"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
61
.obsidian/plugins/obsidian-projects/data.json
vendored
61
.obsidian/plugins/obsidian-projects/data.json
vendored
|
|
@ -1,6 +1,65 @@
|
|||
{
|
||||
"version": 2,
|
||||
"projects": [],
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"preferences": {
|
||||
"projectSizeLimit": 1000,
|
||||
"frontmatter": {
|
||||
|
|
|
|||
46
.obsidian/workspace.json
vendored
46
.obsidian/workspace.json
vendored
|
|
@ -8,14 +8,12 @@
|
|||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "e65e219e8f8484ec",
|
||||
"id": "31b23b63ef4b434b",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"type": "kanban",
|
||||
"state": {
|
||||
"file": "games/batman-arkham-city.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
"file": "projects/personal-page.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -69,7 +67,7 @@
|
|||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
"width": 229
|
||||
},
|
||||
"right": {
|
||||
"id": "fca86750b2867923",
|
||||
|
|
@ -85,7 +83,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "games/batman-arkham-city.md",
|
||||
"file": "projects/personal-page.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
|
@ -102,7 +100,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "games/batman-arkham-city.md",
|
||||
"file": "projects/personal-page.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
|
@ -125,7 +123,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "games/batman-arkham-city.md"
|
||||
"file": "projects/personal-page.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -137,12 +135,12 @@
|
|||
"state": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 4
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 511
|
||||
"width": 331,
|
||||
"collapsed": true
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
|
|
@ -157,8 +155,27 @@
|
|||
"obsidian-projects:Open projects": false
|
||||
}
|
||||
},
|
||||
"active": "230c77af3893ffdd",
|
||||
"active": "31b23b63ef4b434b",
|
||||
"lastOpenFiles": [
|
||||
"projects/personal-page-notes/Dev Stack.md",
|
||||
"projects/personal-page-notes/Cool Websites.md",
|
||||
"projects/personal-page.md",
|
||||
"Dev Stack.md",
|
||||
"projects/notes/Untitled",
|
||||
"projects/personal-page-notes",
|
||||
"projects/Cool Websites.md",
|
||||
"projects/personal-page/Setup CSS Themes.md",
|
||||
"projects/personal-page/Untitled Kanban.md",
|
||||
"projects/personal-page/Game Template.md",
|
||||
"projects/personal-page/List of Games.md",
|
||||
"projects/personal-page/About Me.md",
|
||||
"projects/personal-page/Landing Page.md",
|
||||
"projects/personal-page/Cool Websites .md",
|
||||
"projects/personal-page/Dev Stack.md",
|
||||
"games/batman-arkham-city.md",
|
||||
"projects/personal-page",
|
||||
"boards",
|
||||
"projects",
|
||||
"templates/thoughts.md",
|
||||
"templates/daily.md",
|
||||
"templates/unique.md",
|
||||
|
|
@ -172,7 +189,6 @@
|
|||
"notes/daily",
|
||||
"Untitled.canvas",
|
||||
"Excalidraw",
|
||||
"notes/foo.md",
|
||||
"notes"
|
||||
"notes/foo.md"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue