first commit

This commit is contained in:
Bram Adams
2022-12-08 02:28:02 -06:00
commit a17d1c688e
73 changed files with 168738 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"projects": [
{
"id": "4ec59e65-0c22-488f-80e5-b06ccada08e3",
"name": "Open Projects",
"path": "_PARA/Projects",
"recursive": true,
"defaultName": "",
"templates": [],
"views": [
{
"id": "57d8e60b-52c6-49f8-b9dc-629c4fdde61c",
"name": "Table",
"type": "table",
"config": {
"fieldConfig": {
"path": {
"width": 604
},
"name": {
"width": 398
}
}
}
}
],
"excludedNotes": [
"_PARA/Projects/Test Project/Scratchpad.md",
"_PARA/Projects/Test Project 2/Scratchpad.md"
]
}
],
"version": 1
}

58029
.obsidian/plugins/obsidian-projects/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-projects",
"name": "Projects",
"version": "1.3.0",
"minAppVersion": "1.0.0",
"description": "Project management for Obsidian.",
"author": "Marcus Olsson",
"authorUrl": "https://marcus.se.net",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,7 @@
.workspace-leaf-content[data-type="obsidian-projects"] .view-content {
padding: 0;
}
.sortable-drag {
opacity: 0 !important;
}