vault backup: 2023-04-22 13:31:18

This commit is contained in:
chris 2023-04-22 13:31:18 -05:00
parent 2f1f52233b
commit b1291b1123
24 changed files with 1 additions and 52075 deletions

View File

@ -25,4 +25,4 @@ If you prefer browsing the contents of this site through a list instead of a gra
- 🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues) - 🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues)
- 👀 [Discord Community](https://discord.gg/cRFFHYye7t) - 👀 [Discord Community](https://discord.gg/cRFFHYye7t)
**IS THIS THING ON?** **IS THIS THING ON?** again!

View File

@ -1,4 +0,0 @@
{
"newLinkFormat": "absolute",
"alwaysUpdateLinks": true
}

View File

@ -1,7 +0,0 @@
{
"baseFontSize": 16,
"translucency": false,
"cssTheme": "Things",
"theme": "obsidian",
"accentColor": "#5fd3c6"
}

View File

@ -1,3 +0,0 @@
[
"obsidian-git"
]

View File

@ -1,29 +0,0 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"starred": 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": true
}

View File

@ -1,21 +0,0 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"starred",
"outline",
"word-count",
"file-recovery",
"sync"
]

View File

@ -1,12 +0,0 @@
{
"insert-template": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "T"
}
],
"workspace:undo-close-pane": []
}

View File

@ -1,30 +0,0 @@
{
"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,
"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,
"autoCommitMessage": "vault backup: {{date}}"
}

File diff suppressed because one or more lines are too long

View File

@ -1,9 +0,0 @@
{
"id": "obsidian-git",
"name": "Obsidian Git",
"description": "Backup your vault with Git.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.19.1"
}

View File

@ -1,487 +0,0 @@
@keyframes loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.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;
}
.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;
}

View File

@ -1,3 +0,0 @@
{
"folder": "templates"
}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,441 +0,0 @@
/* This Theme is called "Reverie" and Obsidian Theme created by Santi Younger */
Last Update: 2020-12-24 15:40
:root
{
--font-monospace: "Source Code Pro", monospace;
}
.theme-dark
{
--background-primary: #1A2023;
--background-primary-alt: #1A2023;
--background-secondary: #222B2F;
--background-secondary-alt: #073334;
--text-normal: #faf2d6;
--text-faint: #bdae93;
--text-title-h1: #c1dde1;
--text-title-h2: #8ab8bd;
--text-title-h3: #56a7b0;
--text-title-h4: #309093;
--text-title-h5: #0b797d;
--text-title-h6: #0b797d;
--text-highlight-bg: #22a578;
--text-link: #83a598;
--text-a-hover: #83a598;
--inline-code: #83a598;
--code-block: #83a598;
--text-a: #2ccab7;
--interactive-accent: #0b797d;
--text-accent: #2ccab7;
--text-on-accent: #fff;
--interactive-accent-rgb: #2ccab7;
--vim-cursor: #2ccab7;
/* --text-mark: add text-mark if needed, this should work together with 'mark' */
--pre-code: #073334;
--interactive-before: #7c6f64;
--background-modifier-border: #95c1bb;
--text-selection: #16304D;
}
.theme-dark .cm-s-obsidian span.obsidian-search-match-highlight {
color: var(--text-normal);
background-color: #483699;
}
.theme-light
{
--background-primary: #e7e7e7;
--background-primary-alt: #e7e7e7;
--background-secondary: #e3e3e3; /* thick menu border */
--background-secondary-alt: #bebebe; /* ← ↓ corner */
--text-normal: #1A2023;
--text-faint: #665c54;
--text-title-h1: #1bb0b6;
--text-title-h2: #3fa7ab;
--text-title-h3: #458588;
--text-title-h4: #4b6667;
--text-title-h5: #3b4646;
--text-link: #458588;
--text-a-hover: #458588;
--inline-code: #458588;
/* --text-mark: add if needed */
--pre-code: #bebebe;
/* --text-highlight-bg: add if needed */
--interactive-before: #a89984;
--background-modifier-border: #1bb0b6;
--text-a: #22a578;
--interactive-accent: #22a578;
--text-accent: #22a578;
--interactive-accent-rgb: #22a578;
--vim-cursor: #22a578;
/* --text-selection: add if needed */
}
.cm-header-1,
.markdown-preview-section h1
{
font-weight: 500;
font-size: 20px;
color: var(--text-title-h1) !important;
}
.cm-header-2,
.markdown-preview-section h2
{
font-weight: 500;
font-size: 20px;
color: var(--text-title-h2) !important;
}
.cm-header-3,
.markdown-preview-section h3
{
font-weight: 500;
font-size: 20px;
color: var(--text-title-h3) !important;
}
.cm-header-4,
.markdown-preview-section h4
{
font-weight: 500;
font-size: 20px;
color: var(--text-title-h4) !important;
}
.cm-header-5,
.markdown-preview-section h5
{
font-weight: 500;
font-size: 20px;
color: var(--text-title-h5) !important;
}
.cm-header-6,
.markdown-preview-section h6
{
font-weight: 500;
font-size: 20px;
color: var(--text-title-h5) !important;
}
/* ------------ other basic theme configurations ------------*/
.theme-dark code[class*="language-"],
.theme-dark pre[class*="language-"],
.theme-light code[class*="language-"],
.theme-light pre[class*="language-"]
{
text-shadow: none !important;
background-color: var(--pre-code) !important;
}
.graph-view.color-circle,
.graph-view.color-fill-highlight,
.graph-view.color-line-highlight
{
color: var(--interactive-accent-rgb) !important;
}
.graph-view.color-text
{
color: var(--text-a-hover) !important;
}
/*
.graph-view.color-fill
{
color: var(--background-secondary);
}
.graph-view.color-line
{
color: var(--background-modifier-border);
}
*/
html,
body
{
font-size: 16px !important;
}
strong
{
font-weight: 600 !important;
}
a,
.cm-hmd-internal-link
{
color: var(--text-a) !important;
text-decoration: none !important;
}
a:hover,
.cm-hmd-internal-link:hover,
.cm-url
{
color: var(--text-a-hover) !important;
text-decoration: none !important;
}
mark
{
background-color: var(--text-mark) !important;
color: #E5A200 !important;
}
.view-actions a
{
color: var(--text-normal) !important;
}
.view-actions a:hover
{
color: var(--text-a) !important;
}
.HyperMD-codeblock-bg
{
background-color: var(--pre-code) !important;
}
.HyperMD-codeblock
{
line-height: 1.4em !important;
color: var(--code-block) !important;
}
.HyperMD-codeblock-begin
{
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
}
.HyperMD-codeblock-end
{
border-bottom-left-radius: 4px !important;
border-bottom-right-radius: 4px !important;
}
th
{
font-weight: 600 !important;
}
thead
{
border-bottom: 2px solid var(--background-modifier-border) !important;
}
.HyperMD-table-row
{
line-height: normal !important;
padding-left: 4px !important;
padding-right: 4px !important;
background-color: var(--pre-code) !important;
}
.HyperMD-table-row-0
{
/* padding-top: 4px !important; */
}
.CodeMirror-foldgutter-folded,
.is-collapsed .nav-folder-collapse-indicator
{
color: var(--text-a) !important;
}
.nav-file-tag
{
color: var(--text-a) !important;
}
.is-active .nav-file-title
{
color: var(--text-a) !important;
background-color: var(--background-primary-alt) !important;
}
.nav-file-title
{
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
img
{
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
}
.HyperMD-list-line
{
padding-top: 0 !important;
}
.CodeMirror-linenumber,
.cm-formatting
{
font-family: var(--font-monospace) !important;
}
.markdown-preview-section pre code,
.markdown-preview-section code
{
font-size: 0.9em !important;
background-color: var(--pre-code) !important;
}
.markdown-preview-section pre code
{
padding: 4px !important;
line-height: 1.4em !important;
display: block !important;
color: var(--code-block) !important;
}
.markdown-preview-section code
{
color: var(--inline-code) !important;
}
.cm-s-obsidian,
.cm-inline-code
{
-webkit-font-smoothing: auto !important;
}
.cm-inline-code
{
color: var(--inline-code) !important;
background-color: var(--pre-code) !important;
padding: 1px !important;
}
.workspace-leaf-header-title
{
font-weight: 600 !important;
}
.side-dock-title
{
padding-top: 15px !important;
font-size: 20px !important;
}
.side-dock-ribbon-tab:hover,
.side-dock-ribbon-action:hover,
.side-dock-ribbon-action.is-active:hover,
.nav-action-button:hover,
.side-dock-collapse-btn:hover
{
color: var(--text-a);
}
.side-dock
{
border-right: 0 !important;
}
.cm-s-obsidian,
.markdown-preview-view
{
padding-left: 10px !important;
padding-right: 10px !important;
}
/* vertical resize-handle */
.workspace-split.mod-vertical > * > .workspace-leaf-resize-handle,
.workspace-split.mod-left-split > .workspace-leaf-resize-handle,
.workspace-split.mod-right-split > .workspace-leaf-resize-handle
{
width: 1px !important;
background-color: var(--background-secondary-alt);
}
/* horizontal resize-handle */
.workspace-split.mod-horizontal > * > .workspace-leaf-resize-handle
{
height: 1px !important;
background-color: var(--background-secondary-alt);
}
/* Remove vertical split padding */
.workspace-split.mod-root .workspace-split.mod-vertical .workspace-leaf-content,
.workspace-split.mod-vertical > .workspace-split,
.workspace-split.mod-vertical > .workspace-leaf,
.workspace-tabs
{
padding-right: 0px;
}
.markdown-embed-title
{
font-weight: 600 !important;
}
.markdown-embed
{
padding-left: 10px !important;
padding-right: 10px !important;
margin-left: 10px !important;
margin-right: 10px !important;
}
.suggestion-item.is-selected
{
background-color: var(--background-secondary);
}
.empty-state-container:hover
{
background-color: var(--background-secondary-alt);
border: 5px solid var(--interactive-accent) !important;
}
.checkbox-container
{
background-color: var(--interactive-before);
}
.checkbox-container:after
{
background-color: var(--background-secondary-alt);
}
.mod-cta
{
color: var(--background-secondary-alt) !important;
font-weight: 600 !important;
}
.mod-cta:hover
{
background-color: var(--interactive-before) !important;
font-weight: 600 !important;
}
input.task-list-item-checkbox {
border: 1px solid #7c6f64;
appearance: none;
-webkit-appearance: none;
}
input.task-list-item-checkbox:checked {
background-color: #7c6f64;
box-shadow: inset 0 0 0 2px var(--background-primary);
}
.cm-fat-cursor .CodeMirror-cursor {
background-color: #2ccab7 !important;
opacity: 60% !important;
width: 9px !important;
visibility: visible !important
}
/*-----------------------------------------*/
/* End of main theme, extra functionality can be added below */

View File

@ -1,7 +0,0 @@
{
"name": "Things",
"version": "2.1.4",
"minAppVersion": "1.0.0",
"author": "@colineckert",
"authorUrl": "https://twitter.com/colineckert"
}

File diff suppressed because it is too large Load Diff

View File

@ -1,736 +0,0 @@
.theme-light
{
--background-primary: #FBFBFB;
--background-primary-alt: #FBFBFB;
--background-secondary: #FBFBFB;
--background-secondary-alt: #2E3236;
--text-normal: #333;
--text-faint: #B2B2B2;
--text-title-h1: #333;
--text-title-h2: #333;
--text-title-h3: #333;
--text-title-h4: #333;
--text-title-h5: #333;
--text-link: #B4B4B4;
--text-a: #db4d52;
--text-a-hover: #db4d52;
--text-mark: #D3FFA4;
--pre-code: #FFFFFF;
--interactive-accent: #92A1A1;
--interactive-before: #5e6565;
--background-modifier-border: #92a1a17a;
--blockquote-border: #D6555F;
--tag-background: #A7B0B3;
--interactive-accent-rgb: #db4d52;
--font-family-editor: Avenir, "Avenir Next";
--font-family-preview: Avenir, "Avenir Next";
}
.theme-dark
{
--background-primary: #1E2022;
--background-primary-alt: #1E2022;
--background-secondary: #1E2022;
--background-secondary-alt: #2E3236;
--text-normal: #DDDDDD;
--text-faint: #B2B2B2;
--text-title-h1: #CBDBE5;
--text-title-h2: #CBDBE5;
--text-title-h3: #CBDBE5;
--text-title-h4: #CBDBE5;
--text-title-h5: #CBDBE5;
--text-link: #B4B4B4;
--text-a: #6BCAFB;
--text-a-hover: #6BCAFB;
--text-mark: #263D92;
--pre-code: #252525;
--interactive-accent: #92A1A1;
--interactive-before: #5e6565;
--background-modifier-border: #92a1a17a;
--blockquote-border: #4AA8FB;
--tag-background: #A7B0B3;
--interactive-accent-rgb: #6BCAFB;
--font-family-editor: Avenir, "Avenir Next";
--font-family-preview: Avenir, "Avenir Next";
}
#graph-view-canvas .links
{
stroke: var(--interactive-accent-rgb) !important;
}
strong,
.cm-strong
{
color: var(--tax-normal);
font-weight: 900 !important;
}
em {
color: var(--tax-normal);
}
s {
color: var(--tag-background);
}
mark
{
background-color: var(--text-mark) !important;
color: var(--text-normal);
padding: 2px 3px 2px 3px;
}
/**********************/
/* links and brackets */
/**********************/
/* link */
a,
.internal-link,
.cm-hmd-internal-link,
.cm-link,
.cm-formatting-link
{
color: var(--text-a) !important;
text-decoration: none !important;
font-family: var(--font-family-preview) !important;
}
a.view-action
{
color: var(--text-faint) !important;
}
/* link hover color */
a:hover,
.internal-link:hover
{
color: var(--text-a-hover) !important;
text-decoration: none !important;
}
/* make external links italics to differentiate */
a:not(.internal-link) {
font-style: italic;
}
/* blockquote */
.cm-quote /* for editor */
{
color: var(--text-normal) !important;
}
blockquote /* for preview */
{
border-color: var(--blockquote-border) !important;
border-top-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-left-width: 2px !important;
}
/* icons at top of panes*/
.file-view-actions a
{
color: var(--text-faint) !important;
}
.file-view-actions a:hover
{
color: var(--text-normal) !important;
}
/* make it clear when a pane is pinned */
.view-action.mod-pin-leaf.is-active
{
color: var(--text-a) !important;
}
/* editor markdown wrapping colors */
.cm-tag,
.cm-strikethrough,
.cm-formatting-strong,
.cm-formatting-em,
.cm-formatting-code
{
color: var(--text-faint) !important;
}
/* editor list characters */
.cm-formatting-list
{
color: var(--blockquote-border) !important;
}
/************************************/
/* lists in preview (h/t @deathau) */
/************************************/
/* bullet lists */
ul { list-style: none; }
li > p {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}
ul li:not(.task-list-item)::before {
content: "•";
color: var(--blockquote-border);
display: inline-block;
width: 1em;
margin-left: -1em;
padding:0;
font-weight: bold;
text-shadow: 0 0 0.5em var(--accent-2);
}
ul ul li:not(.task-list-item)::before {
content: "•"
}
ul ul ul li:not(.task-list-item)::before {
content: "•"
}
/* numbered lists */
ol {list-style: none; counter-reset: li}
ol > li {
counter-increment: li;
}
ol > li:not(.task-list-item)::before,
ul ol > li:not(.task-list-item)::before,
ul ul ol > li:not(.task-list-item)::before,
ul ul ul ol > li:not(.task-list-item)::before {
content: "." counter(li);
color: var(--blockquote-border);
font-weight:normal;
display: inline-block;
width: 1em;
margin-left: -1.5em;
margin-right: 0.5em;
text-align: right;
direction: rtl;
word-wrap: none;
overflow: visible;
word-break: keep-all;
}
/* task lists! (I'm proud of this, but could use improvement) */
.markdown-preview-view .task-list-item-checkbox {
-webkit-appearance: none;
box-sizing: border-box;
border: 1px solid var(--tag-background);
border-radius: 3px;
position: relative;
width: 1.25em;
height: 1.25em;
margin: 0;
cursor: pointer;
color: var(--text-normal);
font-weight: 600;
}
.markdown-preview-view .task-list-item-checkbox:checked::before {
content: '✓';
position: absolute;
font-size:1em;
line-height: 1em;
width:1.1em;
text-align:center;
border-radius: 2px;
cursor: pointer;
}
/* code blocks in preview */
pre code
{
padding: 20px !important;
line-height: normal;
display: block;
background-color: var(--pre-code) !important;
color: var(--text-normal) !important;
}
.markdown-preview-view pre
{
padding: 0px !important;
}
/* in-line code for editor and preview and code block for editor*/
code,
.cm-inline-code
{
background-color: var(--pre-code) !important;
color: var(--text-normal) !important;
bottom: 0px !important;
padding: 1px;
}
/* code and code blocks for preview */
.markdown-preview-view code
{
font-size: 13.5px;
}
/**********/
/* tables */
/**********/
th
{
font-weight: 800 !important;
}
thead
{
border-bottom: 3px solid var(--background-modifier-border);
}
.table
{
background-color: var(--background-secondary-alt);
border: 1px solid var(--background-modifier-border);
padding: 4px;
line-height: normal;
display: block;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
/* embedded images */
img
{
display: block;
margin-left: auto;
margin-right: auto;
}
/* horizontal line in preview */
.markdown-preview-view hr
{
background-color: var(--text-link);
}
/* checkboxes */
.markdown-preview-view .task-list-item-checkbox
{
top: 0px;
}
/* match cursor color to theme */
.CodeMirror-cursor
{
border-left: 2px solid var(--blockquote-border);
}
/********/
/* tags */
/********/
/* text of the tag in editor */
.cm-s-obsidian span.cm-hashtag-end {
color: var(--pre-code);
background-color: var(--tag-background);
text-decoration: none;
border-radius: 0 10px 10px 0px;
padding: 1px 5px 1px 0px;
}
/* text of the actual hashtag in the editor */
.cm-s-obsidian span.cm-hashtag-begin {
color: var(--pre-code);
background-color: var(--tag-background);
text-decoration: none;
border-radius: 10px 0 0 10px;
padding: 1px 0px 2px 5px;
}
/* entire tag in preview */
a.tag
{
font-style: normal;
color: var(--pre-code) !important;
background-color: var(--tag-background);
text-decoration: none;
border-radius: 10px;
padding: 1px 5px 1px 5px;
}
/*************/
/* side dock */
/*************/
/* side dock text, like file names and backlink context */
.side-dock-panels-container *
{
font-size: 13px !important;
}
/* side dock titles at top */
.side-dock-title
{
font-size: 20px !important;
font-weight: 800 !important;
}
/* hover actions on side dock navigation */
.side-dock-ribbon-tab:hover,
.side-dock-ribbon-tab-inner:hover,
.side-dock-ribbon-action:hover,
.side-dock-ribbon-action.is-active:hover,
.nav-action-button:hover,
.side-dock-collapse-btn:hover
{
color: var(--text-a);
}
/* non-hover actions on side dock navigation */
.side-dock-ribbon-tab,
.side-dock-ribbon-tab-inner,
.side-dock-ribbon-action,
.side-dock-ribbon-action.is-active,
.nav-action-button,
.side-dock-collapse-btn
{
color: var(--text-faint);
}
/* quick switcher item currently selected */
.suggestion-item.is-selected
{
background-color: var(--pre-code);
}
/* condense line spacing on file explorer title list. also avoids character-level word breaks */
.nav-file-title-content,
.search-result-file-title,
.search-result-file-match
{
padding-top: 0 !important;
padding-bottom: 0 !important;
line-height: normal !important;
word-break: keep-all;
}
/* styling for title that is selected in filer explorer */
.nav-file.is-active > .nav-file-title
{
background-color: var(--pre-code);
color: var(--text-a);
border-color: var(--blockquote-border);
border-width: 0px 0px 0px 3px;
border-radius: 1px;
}
/* text color of non-selected files in sidebar */
.nav-file-title,
.search-result-file-match
{
color: var(--text-faint);
}
.search-result-file-title
{
color: var(--text-muted);
}
/* color and background of titles hovered over in side bars */
body:not(.is-grabbing) .nav-file-title:hover,
body:not(.is-grabbing) .nav-folder-title:hover,
.search-result-file-match:hover,
.search-result-file-title:hover,
body:not(.is-grabbing) .nav-file-title:hover .nav-folder-collapse-indicator,
body:not(.is-grabbing) .nav-folder-title:hover .nav-folder-collapse-indicator
{
background-color: var(--pre-code);
color: var(--text-normal);
}
/* clean up side bar empty state (e.g. unlinked mentions) */
.search-empty-state
{
width: auto;
padding-left: 15px;
padding-right: 15px;
line-height: normal;
}
/* to have sidebar hide and then reveal on hover */
.app-container.is-left-sidedock-collapsed .side-dock.mod-left:not(:hover),
.app-container.is-right-sidedock-collapsed .side-dock.mod-right:not(:hover)
{
width: 0px !important;
}
/* font for everything outside of editor/preview panes */
.app-container
{
font-family: var(--font-family-preview);
}
.status-bar-item
{
font-family: var(--font-family-preview);
font-size: 12px;
}
/******************/
/* settings popup */
/******************/
/* left hand side section non-selected section */
.vertical-tab-header,
.vertical-tab-nav-item
{
background-color: var(--background-primary);
border-color: var(--text-faint);
border-width: 2px;
}
/* left hand side section selected section */
.vertical-tab-nav-item.is-active
{
background-color: var(--pre-code);
border-color: var(--blockquote-border);
border-width: 5px;
}
/* in settings menu to show hot key mapping */
.setting-hotkey
{
background-color: var(--pre-code);
}
/******************/
/* editor section */
/******************/
/* normal text outside of headings and code */
.cm-s-obsidian
{
font-family: var(--font-family-editor);
font-size: 15px;
color: var(--text-normal);
padding-left: 10% !important;
padding-right: 10% !important;
}
.mod-single-child .cm-s-obsidian
{
font-family: var(--font-family-editor);
font-size: 15px;
color: var(--text-normal);
padding-left: 30% !important;
padding-right: 30% !important;
}
/* headings */
.cm-header-1
{
font-family: var(--font-family-editor);
font-weight: 500;
font-size: 28px;
font-weight: bold;
color: var(--text-title-h1);
}
.cm-header-2
{
font-family: var(--font-family-editor);
font-weight: 500;
font-size: 26px;
font-weight: bold;
color: var(--text-title-h2);
}
.cm-header-3
{
font-family: var(--font-family-editor);
font-weight: 500;
font-size: 22px;
font-weight: bold;
color: var(--text-title-h3);
}
.cm-header-4
{
font-family: var(--font-family-editor);
font-weight: 500;
font-size: 20px;
font-weight: bold;
color: var(--text-title-h4);
}
.cm-header-5
{
font-family: var(--font-family-editor);
font-weight: 500;
font-size: 18px;
font-weight: bold;
color: var(--text-title-h5);
}
.cm-header-6
{
font-family: var(--font-family-editor);
font-weight: 500;
font-size: 16px;
font-weight: bold;
color: var(--text-title-h5);
}
.cm-string,
.cm-formatting-task,
.CodeMirror-guttermarker-subtle
{
color: var(--text-link) !important;
}
/* remote secondary scroll bar in editor that comes from adding variable padding */
.CodeMirror-scroll::-webkit-scrollbar {
display: none;
}
/******************/
/* preview section */
/******************/
/* normal text outside of headings and code */
.markdown-preview-view
{
font-family: var(--font-family-preview);
font-size: 15px;
color: var(--text-normal);
padding-left: 10% !important;
padding-right: 10% !important;
}
.mod-single-child .markdown-preview-view
{
font-family: var(--font-family-preview);
font-size: 15px;
color: var(--text-normal);
padding-left: 30% !important;
padding-right: 30% !important;
}
/* headings */
.markdown-preview-view h1
{
font-family: var(--font-family-preview);
font-weight: 600 !important;
font-size: 28px;
font-weight: bold;
color: var(--text-title-h1);
}
.markdown-preview-view h2
{
font-family: var(--font-family-preview);
font-weight: 600 !important;
font-size: 26px;
font-weight: bold;
color: var(--text-title-h2);
}
.markdown-preview-view h3
{
font-family: var(--font-family-preview);
font-weight: 600 !important;
font-size: 22px;
font-weight: bold;
color: var(--text-title-h3);
}
.markdown-preview-view h4
{
font-family: var(--font-family-preview);
font-weight: 600 !important;
font-size: 20px;
font-weight: bold;
color: var(--text-title-h4);
}
.markdown-preview-view h5
{
font-family: var(--font-family-preview);
font-weight: 600 !important;
font-size: 18px;
font-weight: bold;
color: var(--text-title-h5);
}
.markdown-preview-view h6
{
font-family: var(--font-family-preview);
font-weight: 600 !important;
font-size: 16px;
font-weight: bold;
color: var(--text-title-h5);
}
/* add some header prefix in preview */
h1::before
{
content: 'H1 ';
font-size: 12px;
color: var(--text-faint)
}
h2::before
{
content: 'H2 ';
font-size: 12px;
color: var(--text-faint)
}
h3::before
{
content: 'H3 ';
font-size: 12px;
color: var(--text-faint)
}
h4::before
{
content: 'H4 ';
font-size: 12px;
color: var(--text-faint)
}
h5::before
{
content: 'H5 ';
font-size: 12px;
color: var(--text-faint)
}
h6::before
{
content: 'H6 ';
font-size: 12px;
color: var(--text-faint)
}
/* internal embedded link rendering in preview */
.markdown-embed-title
{
font-weight: 600;
}
.markdown-embed
{
padding-left: 10px !important;
padding-right: 10px !important;
margin-left: 10px !important;
margin-right: 10px !important;
}
/* to have andy matuschak mode
.workspace-split.mod-vertical { overflow-x:auto; }
.workspace-leaf, .workspace-split > .workspace-split { min-width: 500px; min-height: 500px; }
.workspace-split.mod-horizontal { overflow-y: auto; }
*/

View File

@ -1,204 +0,0 @@
{
"main": {
"id": "3344354968282675",
"type": "split",
"children": [
{
"id": "8fe2e4b10192c71d",
"type": "tabs",
"children": [
{
"id": "87f7f65c69c98e7c",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "test.md",
"mode": "source",
"source": false
}
}
},
{
"id": "e53851ed0a3d5a30",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "test.md",
"mode": "source",
"source": false
}
}
},
{
"id": "f0dd55a59ef25961",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "private/How to view changes locally.md",
"mode": "source",
"source": false
}
}
},
{
"id": "67c17fe77d7bdae6",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "test.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 3
}
],
"direction": "vertical"
},
"left": {
"id": "7aca2f9b80e1fca7",
"type": "split",
"children": [
{
"id": "c675044b8ac6f3ce",
"type": "tabs",
"children": [
{
"id": "2cef6def095d2929",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "cd902e899907eae6",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "5bb81688f353ceb2",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "faf80be8395136df",
"type": "split",
"children": [
{
"id": "458708f20baa9ad8",
"type": "tabs",
"children": [
{
"id": "ad6b98756ec0aec5",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "test.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "6958a91672bf6dc6",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "test.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "4754d5d1eaa1ac85",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "1b5458d3fbf3d8f8",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "test.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": "67c17fe77d7bdae6",
"lastOpenFiles": [
"test.md",
"templates/Untitled.md",
"private/How to push changes.md",
"private/How to view changes locally.md",
"private",
"templates/Frontmatter.md",
"templates",
"themes/Things/theme.css",
"themes/Things/manifest.json",
"themes/Things",
"themes/Ursa.css",
"themes/Minimal.css",
"themes/Discordian.css",
"themes/California Coast.css",
"themes/Reverie.css"
]
}

View File

@ -1,7 +0,0 @@
---
title: "Example Title"
tags:
- example-tag
---
added something

View File

@ -1,8 +0,0 @@
---
title: "test"
tags:
- example-tag
---
added something
note