Skip to content

Commit

Permalink
payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Cofson committed Oct 1, 2024
1 parent cf00dff commit 814a40d
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 4 deletions.
1 change: 1 addition & 0 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
30 changes: 30 additions & 0 deletions .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 .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"
]
143 changes: 143 additions & 0 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
{
"main": {
"id": "6309b2fad2215753",
"type": "split",
"children": [
{
"id": "a26c2c324aaa404b",
"type": "tabs",
"children": [
{
"id": "b594eda603c72386",
"type": "leaf",
"state": {
"type": "empty",
"state": {}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "e78430246f3144af",
"type": "split",
"children": [
{
"id": "b2d1880fe696e2dd",
"type": "tabs",
"children": [
{
"id": "aacc6e297b0e8a0e",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "e70657256dd9642e",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "7f002db07676604f",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "4223361884381a81",
"type": "split",
"children": [
{
"id": "efe43a5a01afdebb",
"type": "tabs",
"children": [
{
"id": "02a5537bf1002e39",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "f200ccafc31f5163",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "314c1d2152496570",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "e91f31277ecbf60c",
"type": "leaf",
"state": {
"type": "outline",
"state": {}
}
}
]
}
],
"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": "b594eda603c72386",
"lastOpenFiles": []
}
8 changes: 4 additions & 4 deletions status/6/payloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ message ContactUpdate {
}
```

### Payload Fields
Payload Fields

| Field | Name | Type | Description |
| ----------- | ------------- | ------- | ------------------------------------------------ |
Expand Down Expand Up @@ -305,7 +305,7 @@ message SyncInstallationContact {
}
```

### Payload Fields
Payload Fields

| Field | Name | Type | Description |
| -------------- | ------------- | ------------- | ----------------------------------------- |
Expand All @@ -327,7 +327,7 @@ message SyncInstallationPublicChat {
}
```

### Payload Fields
Payload Fields

| Field | Name | Type | Description |
| ----------- | ------ | ------ | --------------------- |
Expand All @@ -348,7 +348,7 @@ message PairInstallation {
}
```

### Payload Fields
Payload Fields

| Field | Name | Type | Description |
| ----------------- | -------------- | ------ | ---------------------------------------------- |
Expand Down

0 comments on commit 814a40d

Please sign in to comment.