mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
first commit
This commit is contained in:
34
.obsidian/plugins/obsidian-projects/data.json
vendored
Normal file
34
.obsidian/plugins/obsidian-projects/data.json
vendored
Normal 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
58029
.obsidian/plugins/obsidian-projects/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-projects/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-projects/manifest.json
vendored
Normal 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
|
||||
}
|
||||
7
.obsidian/plugins/obsidian-projects/styles.css
vendored
Normal file
7
.obsidian/plugins/obsidian-projects/styles.css
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
.workspace-leaf-content[data-type="obsidian-projects"] .view-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.sortable-drag {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user