Skip to content

Commit

Permalink
First full draft of throughput cps.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Oct 11, 2024
1 parent b816116 commit bfa8050
Show file tree
Hide file tree
Showing 11 changed files with 1,071 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CPS-0THR/.obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"readableLineLength": false,
"showInlineTitle": true
}
3 changes: 3 additions & 0 deletions CPS-0THR/.obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"accentColor": ""
}
30 changes: 30 additions & 0 deletions CPS-0THR/.obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}
20 changes: 20 additions & 0 deletions CPS-0THR/.obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]
161 changes: 161 additions & 0 deletions CPS-0THR/.obsidian/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
{
"main": {
"id": "9ad733bf9d40292a",
"type": "split",
"children": [
{
"id": "bb4c19fff6b445a7",
"type": "tabs",
"children": [
{
"id": "ac95d6fb4b91c182",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "README.md",
"mode": "preview",
"source": false
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "42fbb70d97ae7ece",
"type": "split",
"children": [
{
"id": "9b1e9aff63612985",
"type": "tabs",
"children": [
{
"id": "2fb879ee63e10993",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "ebf78146969b3b77",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "60dabc9a555b1fdb",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"right": {
"id": "26dcbb9d83205ff9",
"type": "split",
"children": [
{
"id": "dedf04c63de7f0f2",
"type": "tabs",
"children": [
{
"id": "d2f6819e85d58d71",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "README.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "c9ae1bb55a5727d5",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "README.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "e6119c8364900217",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "70bcc48cad065d66",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "README.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false
}
},
"active": "ac95d6fb4b91c182",
"lastOpenFiles": [
"README.md~",
"images/block-run.svg",
"images/block-size.svg",
"images/block-size-6min.svg",
"images/block-size-6hr.svg",
"images/block-size-1blk.svg",
"images",
"README.md"
]
}
Loading

0 comments on commit bfa8050

Please sign in to comment.