-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
171 additions
and
6,431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"ProgressProperties": { | ||
"enabled": true, | ||
"properties": [ | ||
{ | ||
"name": "numberOfTasks", | ||
"type": "Total Tasks" | ||
}, | ||
{ | ||
"name": "numberOfCompletedTasks", | ||
"type": "Completed Tasks" | ||
}, | ||
{ | ||
"name": "numberOfNotCompletedTasks", | ||
"type": "Incomplete Tasks" | ||
} | ||
] | ||
}, | ||
"IgnoredProperties": { | ||
"enabled": false, | ||
"properties": [] | ||
}, | ||
"AutoProperties": { | ||
"enabled": false, | ||
"properties": [] | ||
}, | ||
"EditMode": { | ||
"mode": "Some Multi", | ||
"properties": [] | ||
}, | ||
"KanbanHelper": { | ||
"enabled": false, | ||
"boards": [] | ||
}, | ||
"UIElements": { | ||
"enabled": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"id": "metaedit", | ||
"name": "MetaEdit", | ||
"version": "1.8.2", | ||
"minAppVersion": "1.4.1", | ||
"description": "MetaEdit helps you manage your metadata.", | ||
"author": "Christian B. B. Houmann", | ||
"authorUrl": "https://bagerbach.com", | ||
"isDesktopOnly": false | ||
} |
10 changes: 10 additions & 0 deletions
10
ObsidianRnDVault/.obsidian/plugins/obsidian-admonition/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"id": "obsidian-admonition", | ||
"name": "Admonition", | ||
"version": "10.1.1", | ||
"minAppVersion": "1.1.0", | ||
"description": "Enhanced callouts for Obsidian.md", | ||
"author": "Jeremy Valentine", | ||
"authorUrl": "", | ||
"isDesktopOnly": false | ||
} |
16 changes: 16 additions & 0 deletions
16
ObsidianRnDVault/.obsidian/plugins/obsidian-charts/data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"colors": [ | ||
"rgba(255, 99, 132, 1)", | ||
"rgba(54, 162, 235, 1)", | ||
"rgba(255, 206, 86, 1)", | ||
"rgba(75, 192, 192, 1)", | ||
"rgba(153, 102, 255, 1)", | ||
"rgba(255, 159, 64, 1)" | ||
], | ||
"contextMenu": true, | ||
"imageSettings": { | ||
"format": "image/webp", | ||
"quality": 0.92 | ||
}, | ||
"themeable": false | ||
} |
11 changes: 11 additions & 0 deletions
11
ObsidianRnDVault/.obsidian/plugins/obsidian-charts/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "obsidian-charts", | ||
"name": "Obsidian Charts", | ||
"version": "3.7.2", | ||
"minAppVersion": "0.12.7", | ||
"description": "This Plugin lets you create Charts within Obsidian", | ||
"author": "phibr0", | ||
"authorUrl": "https://github.com/phibr0", | ||
"isDesktopOnly": false, | ||
"fundingUrl": "https://ko-fi.com/phibr0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"additionalFileTypes": { | ||
"markdown": [ | ||
"", | ||
"js", | ||
"mjs", | ||
"py", | ||
"json" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ObsidianRnDVault/.obsidian/plugins/obsidian-minimal-settings/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
ObsidianRnDVault/.obsidian/plugins/obsidian-tagfolder/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"id": "obsidian-tagfolder", | ||
"name": "TagFolder", | ||
"version": "0.18.0", | ||
"version": "0.18.1", | ||
"minAppVersion": "0.12.0", | ||
"description": "Show tags as folder", | ||
"author": "vorotamoroz", | ||
"authorUrl": "https://github.com/vrtmrz", | ||
"isDesktopOnly": false | ||
} | ||
} |
279 changes: 0 additions & 279 deletions
279
ObsidianRnDVault/.obsidian/plugins/obsidian-tasks-plugin/main.js
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
ObsidianRnDVault/.obsidian/plugins/obsidian-tasks-plugin/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
{ | ||
"uuid": "o2b9ui64cmi1ndxhwxxskn", | ||
"gates": {} | ||
"gates": { | ||
"aHR0cHM6Ly9pY29uZXMuanMub3JnL2NvbGxlY3Rpb24vYWxscHVibGlj": { | ||
"id": "aHR0cHM6Ly9pY29uZXMuanMub3JnL2NvbGxlY3Rpb24vYWxscHVibGlj", | ||
"title": "Iconify", | ||
"icon": "<svg viewBox=\"0 0 50 50\"><image href=\"https://icon.horse/icon/icon-sets.iconify.design\" height=\"50\" width=\"50\" /></svg>", | ||
"hasRibbon": true, | ||
"position": "right", | ||
"profileKey": "public", | ||
"url": "https://icon-sets.iconify.design/", | ||
"zoomFactor": 1, | ||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"choices": [], | ||
"macros": [], | ||
"inputPrompt": "single-line", | ||
"devMode": false, | ||
"templateFolderPath": "System/templates", | ||
"announceUpdates": true, | ||
"version": "1.3.0", | ||
"disableOnlineFeatures": true, | ||
"ai": { | ||
"OpenAIApiKey": "", | ||
"defaultModel": "Ask me", | ||
"defaultSystemPrompt": "As an AI assistant within Obsidian, your primary goal is to help users manage their ideas and knowledge more effectively. Format your responses using Markdown syntax. Please use the [[Obsidian]] link format. You can write aliases for the links by writing [[Obsidian|the alias after the pipe symbol]]. To use mathematical notation, use LaTeX syntax. LaTeX syntax for larger equations should be on separate lines, surrounded with double dollar signs ($$). You can also inline math expressions by wrapping it in $ symbols. For example, use $$w_{ij}^{\text{new}}:=w_{ij}^{\text{current}}+etacdotdelta_jcdot x_{ij}$$ on a separate line, but you can write \"($eta$ = learning rate, $delta_j$ = error term, $x_{ij}$ = input)\" inline.", | ||
"promptTemplatesFolderPath": "", | ||
"showAssistant": true | ||
}, | ||
"migrations": { | ||
"migrateToMacroIDFromEmbeddedMacro": true, | ||
"useQuickAddTemplateFolder": true, | ||
"incrementFileNameSettingMoveToDefaultBehavior": true, | ||
"mutualExclusionInsertAfterAndWriteToBottomOfFile": true, | ||
"setVersionAfterUpdateModalRelease": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "quickadd", | ||
"name": "QuickAdd", | ||
"version": "1.3.0", | ||
"minAppVersion": "0.13.19", | ||
"description": "Quickly add new pages or content to your vault.", | ||
"author": "Christian B. B. Houmann", | ||
"authorUrl": "https://bagerbach.com", | ||
"fundingUrl": "https://www.buymeacoffee.com/chhoumann", | ||
"isDesktopOnly": false | ||
} |
Oops, something went wrong.