This commit is contained in:
Bram Adams
2022-12-08 19:17:10 -06:00
parent 6a505f7e99
commit ce3130bd79
32 changed files with 21757 additions and 58162 deletions

View File

@@ -1,7 +1,6 @@
[
"folder-note-plugin",
"obsidian-git",
"readwise-official",
"url-into-selection",
"obsidian-style-settings",
"supercharged-links-obsidian",
@@ -10,5 +9,8 @@
"cmdr",
"obsidian-kanban",
"periodic-notes",
"calendar"
"calendar",
"dataview",
"omnisearch",
"obsidian-footnotes"
]

View File

@@ -7,5 +7,24 @@
],
"key": "P"
}
],
"omnisearch:show-modal": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "F"
}
],
"global-search:open": [],
"obsidian-footnotes:insert-footnote": [
{
"modifiers": [
"Alt",
"Shift"
],
"key": "F"
}
]
}

22
.obsidian/plugins/dataview/data.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"renderNullAs": "\\-",
"taskCompletionTracking": false,
"taskCompletionUseEmojiShorthand": false,
"taskCompletionText": "completion",
"taskCompletionDateFormat": "yyyy-MM-dd",
"warnOnEmptyResult": true,
"refreshEnabled": true,
"refreshInterval": 2500,
"defaultDateFormat": "MMMM dd, yyyy",
"defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy",
"maxRecursiveRenderDepth": 4,
"tableIdColumnName": "File",
"tableGroupColumnName": "Group",
"allowHtml": true,
"inlineQueryPrefix": "=",
"inlineJsQueryPrefix": "$=",
"inlineQueriesInCodeblocks": true,
"enableDataviewJs": true,
"enableInlineDataviewJs": true,
"prettyRenderInlineFields": true
}

21010
.obsidian/plugins/dataview/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.47",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",
"authorUrl": "https://github.com/blacksmithgu",
"isDesktopOnly": false
}

142
.obsidian/plugins/dataview/styles.css vendored Normal file
View File

@@ -0,0 +1,142 @@
/** Live Preview padding fixes, specifically for DataviewJS custom HTML elements. */
.is-live-preview .block-language-dataviewjs > p, .is-live-preview .block-language-dataviewjs > span {
line-height: 1.0;
}
/*****************/
/** Table Views **/
/*****************/
/* List View Default Styling; rendered internally as a table. */
.table-view-table {
width: 100%;
}
.table-view-table > thead > tr, .table-view-table > tbody > tr {
margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}
.table-view-table > tbody > tr:hover {
background-color: var(--text-selection) !important;
}
.table-view-table > thead > tr > th {
font-weight: 700;
font-size: larger;
border-top: none;
border-left: none;
border-right: none;
border-bottom: solid;
max-width: 100%;
}
.table-view-table > tbody > tr > td {
text-align: left;
border: none;
font-weight: 400;
max-width: 100%;
}
.table-view-table ul, .table-view-table ol {
margin-block-start: 0.2em !important;
margin-block-end: 0.2em !important;
}
/** Rendered value styling for any view. */
.dataview-result-list-root-ul {
padding: 0em !important;
margin: 0em !important;
}
.dataview-result-list-ul {
margin-block-start: 0.2em !important;
margin-block-end: 0.2em !important;
}
/** Generic grouping styling. */
.dataview.result-group {
padding-left: 8px;
}
/*******************/
/** Inline Fields **/
/*******************/
.dataview.inline-field-key {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-primary-alt);
color: var(--text-nav-selected);
}
.dataview.inline-field-value {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
}
.dataview.inline-field-standalone-value {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-selected);
}
/***************/
/** Task View **/
/***************/
.dataview.task-list-item, .dataview.task-list-basic-item {
margin-top: 3px;
margin-bottom: 3px;
transition: 0.4s;
}
.dataview.task-list-item:hover, .dataview.task-list-basic-item:hover {
background-color: var(--text-selection);
box-shadow: -40px 0 0 var(--text-selection);
cursor: pointer;
}
/*****************/
/** Error Views **/
/*****************/
div.dataview-error-box {
width: 100%;
min-height: 150px;
display: flex;
align-items: center;
justify-content: center;
border: 4px dashed var(--background-secondary);
}
.dataview-error-message {
color: var(--text-muted);
text-align: center;
}
/*************************/
/** Additional Metadata **/
/*************************/
.dataview.small-text {
font-size: smaller;
color: var(--text-muted);
margin-left: 3px;
}
.dataview.small-text::before {
content: "(";
}
.dataview.small-text::after {
content: ")";
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-footnotes",
"name": "Footnote Shortcut",
"version": "0.0.9",
"minAppVersion": "0.12.0",
"description": "Insert and write footnotes faster",
"author": "Alexis Rondeau, Micha Brugger",
"authorUrl": "https://publish.obsidian.md/alexisrondeau",
"isDesktopOnly": false
}

View File

@@ -0,0 +1 @@
/* Sets all the text color to red! */

View File

@@ -1,34 +0,0 @@
{
"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
}

File diff suppressed because one or more lines are too long

View File

@@ -1,10 +0,0 @@
{
"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
}

View File

@@ -1,7 +0,0 @@
.workspace-leaf-content[data-type="obsidian-projects"] .view-content {
padding: 0;
}
.sortable-drag {
opacity: 0 !important;
}

20
.obsidian/plugins/omnisearch/data.json vendored Normal file
View File

@@ -0,0 +1,20 @@
{
"hideExcluded": false,
"ignoreDiacritics": true,
"indexedFileTypes": [],
"PDFIndexing": false,
"imagesIndexing": false,
"showShortName": false,
"ribbonIcon": true,
"showExcerpt": true,
"renderLineReturnInExcerpts": true,
"showCreateButton": false,
"hightlight": true,
"showPreviousQueryResults": true,
"simpleSearch": false,
"weightBasename": 2,
"weightH1": 1.5,
"weightH2": 1.3,
"weightH3": 1.1,
"welcomeMessage": "1.8.0-beta.3"
}

55
.obsidian/plugins/omnisearch/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.9.0",
"minAppVersion": "1.0.0",
"description": "A search engine that just works",
"author": "Simon Cambier",
"authorUrl": "https://github.com/scambier/obsidian-omnisearch",
"isDesktopOnly": false
}

53
.obsidian/plugins/omnisearch/styles.css vendored Normal file
View File

@@ -0,0 +1,53 @@
.omnisearch-modal {
}
.omnisearch-result {
white-space: normal;
display: flex;
flex-direction: column;
}
.omnisearch-result__title {
}
.omnisearch-result__counter {
font-size: 0.7rem;
}
.omnisearch-result__body {
white-space: normal;
font-size: small;
word-wrap: normal;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
color: var(--text-muted);
}
.omnisearch-highlight {
}
.omnisearch-default-highlight {
color: var(--text-normal);
background-color: var(--text-highlight-bg);
}
.omnisearch-input-container {
display: flex;
flex-direction: row;
gap: 5px;
}
@media only screen and (max-width: 600px) {
.omnisearch-input-container {
flex-direction: column;
}
}
.omnisearch-input-field {
position: relative;
flex-grow: 1;
}

View File

@@ -4,20 +4,68 @@
"type": "split",
"children": [
{
"id": "05accf0255f19ffe",
"id": "f274f0d27bfb552f",
"type": "tabs",
"children": [
{
"id": "4d78f86db5e48244",
"id": "ae7e8989390facfc",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "_PARA/Archive/Archived Project/Archived Project.md",
"file": "_tests/Project Management.md",
"mode": "source",
"source": false
}
}
},
{
"id": "28464c2ed0a27503",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Readwise/Articles Test/The Ancient Japanese Technique That Produces Lumber Without Cutting Trees.md",
"mode": "source",
"source": false
}
}
},
{
"id": "f1bf5e61bd0e37de",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "_tests/External/iOS Shortcuts.md",
"mode": "source",
"source": false
}
}
},
{
"id": "6c5b4304b1c5069d",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "_tests/External/Alfred.md",
"mode": "source",
"source": false
}
}
},
{
"id": "ca5ff70e5ec9eca4",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Readwise/Articles Test/The Ancient Japanese Technique That Produces Lumber Without Cutting Trees.md",
"mode": "preview",
"source": false
}
}
}
]
}
@@ -86,7 +134,7 @@
"state": {
"type": "backlink",
"state": {
"file": "_PARA/Archive/Archived Project/Archived Project.md",
"file": "_tests/Project Management.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -103,7 +151,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "_PARA/Archive/Archived Project/Archived Project.md",
"file": "_tests/Project Management.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -126,7 +174,7 @@
"state": {
"type": "outline",
"state": {
"file": "_PARA/Archive/Archived Project/Archived Project.md"
"file": "_tests/Project Management.md"
}
}
},
@@ -151,7 +199,8 @@
}
],
"direction": "horizontal",
"width": 300
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
@@ -161,20 +210,21 @@
"templates:Insert template": false,
"command-palette:Open command palette": false,
"publish:Publish changes": false,
"periodic-notes:Open today": false
"periodic-notes:Open today": false,
"omnisearch:Omnisearch": false
}
},
"active": "4d78f86db5e48244",
"active": "ae7e8989390facfc",
"lastOpenFiles": [
"_PARA/Archive/Archived Project/Scratchpad.md",
"_PARA/Archive/Archived Project/Kanban.md",
"_PARA/Archive/Archived Project/Archived Project.md",
"_PARA/Projects/building a shed/building a shed.md",
"_PARA/Projects/building a shed/Scratchpad.md",
"_PARA/Projects/building a shed/Kanban.md",
"_PARA/Projects/Test Project/Scratchpad.md",
"_PARA/Projects/Test Project 2/Scratchpad.md",
"_PARA/Projects/Test Project 2/Kanban.md",
"_PARA/Projects/ferg/ferg.md"
"_tests/Private.md",
"_tests/Paste URL into Selection.md",
"_tests/External/GitHub.md",
"_tests/_tests.md",
"Readwise/Articles Test/The Ancient Japanese Technique That Produces Lumber Without Cutting Trees.md",
"_tests/Hotkeys.md",
"_PARA/Projects/yo/yo.md",
"_PARA/Projects/yo2/Kanban.md",
"_PARA/Projects/yo2/yo2.md",
"_PARA/Projects/yo/Kanban.md"
]
}