feat: added hyperblog

This commit is contained in:
Nick 2024-09-14 08:39:18 -05:00
parent 0af758db16
commit 4a51ade97e
1548 changed files with 47954 additions and 161 deletions

15
.obsidian/app.json vendored Normal file → Executable file
View file

@ -1,19 +1,18 @@
{ {
"livePreview": false, "livePreview": false,
"newFileLocation": "folder", "promptDelete": false,
"newFileFolderPath": "🏛️ Home",
"trashOption": "local",
"attachmentFolderPath": "📂 Media",
"pdfExportSettings": { "pdfExportSettings": {
"includeName": true,
"pageSize": "Letter", "pageSize": "Letter",
"landscape": false, "landscape": false,
"margin": "0", "margin": "0",
"downscalePercent": 100 "downscalePercent": 100
}, },
"focusNewTab": true,
"promptDelete": false,
"defaultViewMode": "preview",
"showLineNumber": true, "showLineNumber": true,
"defaultViewMode": "preview",
"alwaysUpdateLinks": true, "alwaysUpdateLinks": true,
"showUnsupportedFiles": true "trashOption": "local",
"newFileLocation": "folder",
"newFileFolderPath": "🏛️ Home",
"attachmentFolderPath": "/"
} }

0
.obsidian/appearance.json vendored Normal file → Executable file
View file

0
.obsidian/bookmarks.json vendored Normal file → Executable file
View file

4
.obsidian/community-plugins.json vendored Normal file → Executable file
View file

@ -16,5 +16,7 @@
"obsidian-pandoc", "obsidian-pandoc",
"obsidian-columns", "obsidian-columns",
"obsidian-excalidraw-plugin", "obsidian-excalidraw-plugin",
"typst" "typst",
"obsidian-sort-and-permute-lines",
"obsidian-git"
] ]

0
.obsidian/core-plugins-migration.json vendored Normal file → Executable file
View file

0
.obsidian/core-plugins.json vendored Normal file → Executable file
View file

0
.obsidian/global-search.json vendored Normal file → Executable file
View file

31
.obsidian/graph.json vendored Normal file → Executable file
View file

@ -1,11 +1,11 @@
{ {
"collapse-filter": true, "collapse-filter": false,
"search": "", "search": "",
"showTags": true, "showTags": true,
"showAttachments": false, "showAttachments": true,
"hideUnresolved": true, "hideUnresolved": true,
"showOrphans": false, "showOrphans": true,
"collapse-color-groups": true, "collapse-color-groups": false,
"colorGroups": [ "colorGroups": [
{ {
"query": "#debate", "query": "#debate",
@ -28,20 +28,6 @@
"rgb": 7393985 "rgb": 7393985
} }
}, },
{
"query": "#personal",
"color": {
"a": 1,
"rgb": 12020434
}
},
{
"query": "#school",
"color": {
"a": 1,
"rgb": 7255508
}
},
{ {
"query": "#exercise", "query": "#exercise",
"color": { "color": {
@ -55,6 +41,13 @@
"a": 1, "a": 1,
"rgb": 13395456 "rgb": 13395456
} }
},
{
"query": "#hyperblog",
"color": {
"a": 1,
"rgb": 3512547
}
} }
], ],
"collapse-display": true, "collapse-display": true,
@ -67,6 +60,6 @@
"repelStrength": 16.5625, "repelStrength": 16.5625,
"linkStrength": 0.911458333333333, "linkStrength": 0.911458333333333,
"linkDistance": 375, "linkDistance": 375,
"scale": 0.07998098890400604, "scale": 0.023698070786372122,
"close": true "close": true
} }

0
.obsidian/hotkeys.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/auto-note-mover/data.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/auto-note-mover/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/auto-note-mover/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/better-word-count/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/better-word-count/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/better-word-count/styles.css vendored Normal file → Executable file
View file

0
.obsidian/plugins/code-block-copy/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/code-block-copy/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/code-block-copy/styles.css vendored Normal file → Executable file
View file

0
.obsidian/plugins/mousewheel-image-zoom/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/mousewheel-image-zoom/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-autocomplete-plugin/data.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-autocomplete-plugin/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-autocomplete-plugin/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-autocomplete-plugin/styles.css vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-columns/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-columns/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-columns/styles.css vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-contextual-typography/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-contextual-typography/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-enhancing-export/data.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-enhancing-export/lua/citefilter.lua vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-enhancing-export/lua/markdown+hugo.lua vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-enhancing-export/lua/markdown.lua vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-enhancing-export/lua/math_block.lua vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-enhancing-export/lua/pdf.lua vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-enhancing-export/lua/polyfill.lua vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-enhancing-export/lua/url.lua vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-enhancing-export/lua/utf8_filenames.lua vendored Normal file → Executable file
View file

20
.obsidian/plugins/obsidian-enhancing-export/main.js vendored Normal file → Executable file

File diff suppressed because one or more lines are too long

4
.obsidian/plugins/obsidian-enhancing-export/manifest.json vendored Normal file → Executable file
View file

@ -1,8 +1,8 @@
{ {
"id": "obsidian-enhancing-export", "id": "obsidian-enhancing-export",
"name": "Enhancing Export", "name": "Enhancing Export",
"version": "1.10.5", "version": "1.10.6",
"minAppVersion": "0.12.0", "minAppVersion": "1.6.3",
"description": "This is a enhancing export plugin for Obsidian. It allows to export to formats like Html, DOCX, ePub and PDF or Markdown(Hugo) etc.", "description": "This is a enhancing export plugin for Obsidian. It allows to export to formats like Html, DOCX, ePub and PDF or Markdown(Hugo) etc.",
"author": "YISH", "author": "YISH",
"authorUrl": "https://github.com/mokeyish", "authorUrl": "https://github.com/mokeyish",

0
.obsidian/plugins/obsidian-enhancing-export/styles.css vendored Normal file → Executable file
View file

View file

0
.obsidian/plugins/obsidian-enhancing-export/textemplate/neurips.sty vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-enhancing-export/textemplate/neurips.tex vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-enhancing-mindmap/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-enhancing-mindmap/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-enhancing-mindmap/styles.css vendored Normal file → Executable file
View file

8
.obsidian/plugins/obsidian-excalidraw-plugin/data.json vendored Normal file → Executable file
View file

@ -9,7 +9,6 @@
"decompressForMDView": true, "decompressForMDView": true,
"onceOffCompressFlagReset": true, "onceOffCompressFlagReset": true,
"autosave": true, "autosave": true,
"autosaveInterval": 15000,
"autosaveIntervalDesktop": 15000, "autosaveIntervalDesktop": 15000,
"autosaveIntervalMobile": 10000, "autosaveIntervalMobile": 10000,
"drawingFilenamePrefix": "Drawing ", "drawingFilenamePrefix": "Drawing ",
@ -80,9 +79,11 @@
"experimentalFileTag": "✏️", "experimentalFileTag": "✏️",
"experimentalLivePreview": true, "experimentalLivePreview": true,
"fadeOutExcalidrawMarkup": false, "fadeOutExcalidrawMarkup": false,
"loadPropertySuggestions": true,
"experimentalEnableFourthFont": false, "experimentalEnableFourthFont": false,
"experimantalFourthFont": "Virgil", "experimantalFourthFont": "Virgil",
"addDummyTextElement": false, "addDummyTextElement": false,
"zoteroCompatibility": false,
"fieldSuggester": true, "fieldSuggester": true,
"compatibilityMode": false, "compatibilityMode": false,
"drawingOpenCount": 0, "drawingOpenCount": 0,
@ -102,7 +103,7 @@
"mdCSS": "", "mdCSS": "",
"scriptEngineSettings": {}, "scriptEngineSettings": {},
"defaultTrayMode": true, "defaultTrayMode": true,
"previousRelease": "2.2.3", "previousRelease": "2.2.8",
"showReleaseNotes": true, "showReleaseNotes": true,
"showNewVersionNotification": true, "showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}", "latexBoilerplate": "\\color{blue}",
@ -745,5 +746,6 @@
"areaZoomLimit": 1, "areaZoomLimit": 1,
"longPressDesktop": 500, "longPressDesktop": 500,
"longPressMobile": 500, "longPressMobile": 500,
"isDebugMode": false "isDebugMode": false,
"autosaveInterval": 15000
} }

18
.obsidian/plugins/obsidian-excalidraw-plugin/main.js vendored Normal file → Executable file

File diff suppressed because one or more lines are too long

2
.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json vendored Normal file → Executable file
View file

@ -1,7 +1,7 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "2.2.3", "version": "2.2.8",
"minAppVersion": "1.1.6", "minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",

2
.obsidian/plugins/obsidian-excalidraw-plugin/styles.css vendored Normal file → Executable file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,56 @@
{
"commitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 0,
"autoPushInterval": 0,
"autoPullInterval": 0,
"autoPullOnBoot": false,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"disablePopupsForNoChanges": false,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": false,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"authorInHistoryView": "hide",
"dateInHistoryView": false,
"lineAuthor": {
"show": false,
"followMovement": "inactive",
"authorDisplay": "initials",
"showCommitHash": false,
"dateTimeFormatOptions": "date",
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
"dateTimeTimezone": "viewer-local",
"coloringMaxAge": "1y",
"colorNew": {
"r": 255,
"g": 150,
"b": 150
},
"colorOld": {
"r": 120,
"g": 160,
"b": 255
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5
},
"autoCommitMessage": "vault backup: {{date}}"
}

44951
.obsidian/plugins/obsidian-git/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03",
"id": "obsidian-git",
"name": "Git",
"description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"version": "2.26.0"
}

View file

@ -0,0 +1,562 @@
@keyframes loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.workspace-leaf-content[data-type="git-view"] .button-border {
border: 2px solid var(--interactive-accent);
border-radius: var(--radius-s);
}
.workspace-leaf-content[data-type="git-view"] .view-content {
padding: 0;
}
.workspace-leaf-content[data-type="git-history-view"] .view-content {
padding: 0;
}
.loading > svg {
animation: 2s linear infinite loading;
transform-origin: 50% 50%;
display: inline-block;
}
.obsidian-git-center {
margin: auto;
text-align: center;
width: 50%;
}
.obsidian-git-textarea {
display: block;
margin-left: auto;
margin-right: auto;
}
.obsidian-git-center-button {
display: block;
margin: 20px auto;
}
.tooltip.mod-left {
overflow-wrap: break-word;
}
.tooltip.mod-right {
overflow-wrap: break-word;
}
.git-tools {
display: flex;
margin-left: auto;
}
.git-tools .type {
padding-left: var(--size-2-1);
display: flex;
align-items: center;
justify-content: center;
width: 11px;
}
.git-tools .type[data-type="M"] {
color: orange;
}
.git-tools .type[data-type="D"] {
color: red;
}
.git-tools .buttons {
display: flex;
}
.git-tools .buttons > * {
padding: 0 0;
height: auto;
}
.is-active .git-tools .buttons > * {
color: var(--nav-item-color-active);
}
.git-author {
color: var(--text-accent);
}
.git-date {
color: var(--text-accent);
}
.git-ref {
color: var(--text-accent);
}
.workspace-leaf-content[data-type="diff-view"] .d2h-d-none {
display: none;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-wrapper {
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-header {
background-color: var(--background-primary);
border-bottom: 1px solid var(--interactive-accent);
font-family: var(--font-monospace);
height: 35px;
padding: 5px 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-header,
.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
font-size: 14px;
margin-left: auto;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-lines-added {
border: 1px solid #b4e2b4;
border-radius: 5px 0 0 5px;
color: #399839;
padding: 2px;
text-align: right;
vertical-align: middle;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-lines-deleted {
border: 1px solid #e9aeae;
border-radius: 0 5px 5px 0;
color: #c33;
margin-left: 1px;
padding: 2px;
text-align: left;
vertical-align: middle;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-name-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 15px;
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-name {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-wrapper {
border: 1px solid var(--background-modifier-border);
border-radius: 3px;
margin-bottom: 1em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid var(--background-modifier-border);
border-radius: 3px;
cursor: pointer;
display: none;
font-size: 12px;
justify-content: flex-end;
padding: 4px 8px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse.d2h-selected {
background-color: #c8e1ff;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse-input {
margin: 0 4px 0 0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-table {
border-collapse: collapse;
font-family: Menlo, Consolas, monospace;
font-size: 13px;
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-files-diff {
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-diff {
overflow-y: hidden;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-side-diff {
display: inline-block;
margin-bottom: -8px;
margin-right: -4px;
overflow-x: scroll;
overflow-y: hidden;
width: 50%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line {
padding: 0 8em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
padding: 0 4.5em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-ctn {
word-wrap: normal;
background: none;
display: inline-block;
padding: 0;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
vertical-align: middle;
white-space: pre;
width: 100%;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
del {
background-color: #ffb6ba;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
del {
background-color: #8d232881;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line del,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line ins {
border-radius: 0.2em;
display: inline-block;
margin-top: -1px;
text-decoration: none;
vertical-align: middle;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
ins {
background-color: #97f295;
text-align: left;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-code-side-line
ins {
background-color: #1d921996;
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix {
word-wrap: normal;
background: none;
display: inline;
padding: 0;
white-space: pre;
}
.workspace-leaf-content[data-type="diff-view"] .line-num1 {
float: left;
}
.workspace-leaf-content[data-type="diff-view"] .line-num1,
.workspace-leaf-content[data-type="diff-view"] .line-num2 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
padding: 0 0.5em;
text-overflow: ellipsis;
width: 3.5em;
}
.workspace-leaf-content[data-type="diff-view"] .line-num2 {
float: right;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber {
background-color: var(--background-primary);
border: solid var(--background-modifier-border);
border-width: 0 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: var(--text-muted);
cursor: pointer;
display: inline-block;
position: absolute;
text-align: right;
width: 7.5em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber:after {
content: "\200b";
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
background-color: var(--background-primary);
border: solid var(--background-modifier-border);
border-width: 0 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: var(--text-muted);
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0 0.5em;
position: absolute;
text-align: right;
text-overflow: ellipsis;
width: 4em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-tbody tr {
position: relative;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber:after {
content: "\200b";
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-emptyplaceholder,
.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
background-color: var(--background-primary);
border-color: var(--background-modifier-border);
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber,
.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
direction: rtl;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-del {
background-color: #fee8e9;
border-color: #e9aeae;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
background-color: #dfd;
border-color: #b4e2b4;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-del {
background-color: #521b1d83;
border-color: #691d1d73;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
background-color: rgba(30, 71, 30, 0.5);
border-color: #13501381;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-info {
background-color: var(--background-primary);
border-color: var(--background-modifier-border);
color: var(--text-normal);
}
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-del.d2h-change {
background-color: #fdf2d0;
}
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-del.d2h-change {
background-color: #55492480;
}
.theme-light
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-ins.d2h-change {
background-color: #ded;
}
.theme-dark
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-diff
.d2h-ins.d2h-change {
background-color: rgba(37, 78, 37, 0.418);
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper {
margin-bottom: 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper a {
color: #3572b0;
text-decoration: none;
}
.workspace-leaf-content[data-type="diff-view"]
.d2h-file-list-wrapper
a:visited {
color: #3572b0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-header {
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-title {
font-weight: 700;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-line {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li {
border-bottom: 1px solid var(--background-modifier-border);
margin: 0;
padding: 5px 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list > li:last-child {
border-bottom: none;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-switch {
cursor: pointer;
display: none;
font-size: 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-icon {
fill: currentColor;
margin-right: 10px;
vertical-align: middle;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-deleted {
color: #c33;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-added {
color: #399839;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-changed {
color: #d0b44c;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-moved {
color: #3572b0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-tag {
background-color: var(--background-primary);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 10px;
margin-left: 5px;
padding: 0 2px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-deleted-tag {
border: 2px solid #c33;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-added-tag {
border: 1px solid #399839;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-changed-tag {
border: 1px solid #d0b44c;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-moved-tag {
border: 1px solid #3572b0;
}
/* ====================== Line Authoring Information ====================== */
.cm-gutterElement.obs-git-blame-gutter {
/* Add background color to spacing inbetween and around the gutter for better aesthetics */
border-width: 0px 2px 0.2px 2px;
border-style: solid;
border-color: var(--background-secondary);
background-color: var(--background-secondary);
}
.cm-gutterElement.obs-git-blame-gutter > div,
.line-author-settings-preview {
/* delegate text color to settings */
color: var(--obs-git-gutter-text);
font-family: monospace;
height: 100%; /* ensure, that age-based background color occupies entire parent */
text-align: right;
padding: 0px 6px 0px 6px;
white-space: pre; /* Keep spaces and do not collapse them. */
}
@media (max-width: 800px) {
/* hide git blame gutter not to superpose text */
.cm-gutterElement.obs-git-blame-gutter {
display: none;
}
}

0
.obsidian/plugins/obsidian-image-toolkit/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-image-toolkit/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-image-toolkit/styles.css vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-local-images/data.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-local-images/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-local-images/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-local-images/styles.css vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-mind-map/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-mind-map/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-pandoc/data.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-pandoc/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-pandoc/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-pandoc/styles.css vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-regex-replace/data.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-regex-replace/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-regex-replace/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/obsidian-regex-replace/styles.css vendored Normal file → Executable file
View file

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"id": "obsidian-sort-and-permute-lines",
"name": "Sort & Permute lines",
"version": "0.7.0",
"description": "",
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03",
"fundingUrl": "https://ko-fi.com/vinzent",
"isDesktopOnly": false
}

0
.obsidian/plugins/open-in-new-tab/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/open-in-new-tab/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/simple-embeds/data.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/simple-embeds/genericPreviewCache.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/simple-embeds/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/simple-embeds/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/simple-embeds/styles.css vendored Normal file → Executable file
View file

0
.obsidian/plugins/table-editor-obsidian/data.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/table-editor-obsidian/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/table-editor-obsidian/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/table-editor-obsidian/styles.css vendored Normal file → Executable file
View file

0
.obsidian/plugins/tag-wrangler/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/tag-wrangler/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/tag-wrangler/styles.css vendored Normal file → Executable file
View file

0
.obsidian/plugins/templater-obsidian/data.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/templater-obsidian/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/templater-obsidian/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/templater-obsidian/styles.css vendored Normal file → Executable file
View file

0
.obsidian/plugins/typst/data.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/typst/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/typst/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/typst/obsidian_typst_bg.wasm vendored Normal file → Executable file
View file

0
.obsidian/plugins/typst/styles.css vendored Normal file → Executable file
View file

0
.obsidian/plugins/wypst/main.js vendored Normal file → Executable file
View file

0
.obsidian/plugins/wypst/manifest.json vendored Normal file → Executable file
View file

0
.obsidian/plugins/wypst/styles.css vendored Normal file → Executable file
View file

Some files were not shown because too many files have changed in this diff Show more