Skip to content

Commit

Permalink
chore: add obsidian projects
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary committed Oct 17, 2023
1 parent 52bc7f0 commit 7c1cb54
Show file tree
Hide file tree
Showing 11 changed files with 78,886 additions and 26 deletions.
3 changes: 2 additions & 1 deletion .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[
"digitalgarden",
"dataview",
"templater-obsidian"
"templater-obsidian",
"obsidian-projects"
]
174 changes: 174 additions & 0 deletions .obsidian/plugins/obsidian-projects/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
{
"version": 2,
"projects": [
{
"fieldConfig": {},
"defaultName": "",
"templates": [],
"excludedNotes": [
"hiring/README.md"
],
"isDefault": false,
"dataSource": {
"kind": "folder",
"config": {
"path": "hiring",
"recursive": true
}
},
"newNotesFolder": "",
"views": [
{
"config": {
"fieldConfig": {
"test": {
"hide": false
}
}
},
"filter": {
"conditions": []
},
"colors": {
"conditions": []
},
"sort": {
"criteria": []
},
"id": "52834254-aa1f-4714-a10c-33ddc4d75d23",
"name": "Table",
"type": "table"
}
],
"id": "92b7ca4a-95ea-48bc-a0d9-56a60a27729b",
"name": "hiring"
},
{
"fieldConfig": {},
"defaultName": "",
"templates": [],
"excludedNotes": [],
"isDefault": false,
"dataSource": {
"kind": "folder",
"config": {
"path": "earn",
"recursive": true
}
},
"newNotesFolder": "",
"views": [
{
"config": {},
"filter": {
"conditions": []
},
"colors": {
"conditions": []
},
"sort": {
"criteria": []
},
"id": "0ac7c4fd-b212-4eb2-8079-66c7c6edf1ec",
"name": "Table",
"type": "table"
},
{
"config": {
"groupByField": "status"
},
"filter": {
"conditions": []
},
"colors": {
"conditions": []
},
"sort": {
"criteria": []
},
"id": "845c52d7-e290-46a8-9ab7-148914b9b9c9",
"name": "Board",
"type": "board"
}
],
"id": "94ee5953-5bce-49fc-87a7-0b3652ca382a",
"name": "earn"
},
{
"fieldConfig": {},
"defaultName": "",
"templates": [],
"excludedNotes": [],
"isDefault": false,
"dataSource": {
"kind": "folder",
"config": {
"path": "members",
"recursive": true
}
},
"newNotesFolder": "",
"views": [
{
"config": {},
"filter": {
"conditions": []
},
"colors": {
"conditions": []
},
"sort": {
"criteria": []
},
"id": "ae5a77b2-cb5e-48a0-9153-1df2ac374881",
"name": "Table",
"type": "table"
}
],
"id": "0cae3f1e-f887-439e-8f6d-925c1f141d4c",
"name": "members"
},
{
"fieldConfig": {},
"defaultName": "",
"templates": [],
"excludedNotes": [],
"isDefault": false,
"dataSource": {
"kind": "folder",
"config": {
"path": "memo",
"recursive": true
}
},
"newNotesFolder": "",
"views": [
{
"config": {},
"filter": {
"conditions": []
},
"colors": {
"conditions": []
},
"sort": {
"criteria": []
},
"id": "dc4e9255-8a5f-4a9c-a56e-3f06b66e6bae",
"name": "Table",
"type": "table"
}
],
"id": "df021693-2cf1-4e10-a537-9c3927fd0288",
"name": "memo"
}
],
"preferences": {
"projectSizeLimit": 1000,
"frontmatter": {
"quoteStrings": "PLAIN"
},
"commands": [],
"linkBehavior": "open-editor"
}
}
Loading

0 comments on commit 7c1cb54

Please sign in to comment.