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