YuJian920
2 years ago
23 changed files with 1930 additions and 38852 deletions
@ -1,7 +1,3 @@
@@ -1,7 +1,3 @@
|
||||
[ |
||||
"obsidian-git", |
||||
"obsidian-minimal-settings", |
||||
"obsidian-kanban", |
||||
"calendar", |
||||
"sliding-panes-obsidian" |
||||
"obsidian-git" |
||||
] |
@ -1,10 +0,0 @@
@@ -1,10 +0,0 @@
|
||||
{ |
||||
"shouldConfirmBeforeCreate": true, |
||||
"weekStart": "locale", |
||||
"wordsPerDot": 250, |
||||
"showWeeklyNote": false, |
||||
"weeklyNoteFormat": "", |
||||
"weeklyNoteTemplate": "", |
||||
"weeklyNoteFolder": "", |
||||
"localeOverride": "system-default" |
||||
} |
File diff suppressed because it is too large
Load Diff
@ -1,10 +0,0 @@
@@ -1,10 +0,0 @@
|
||||
{ |
||||
"id": "calendar", |
||||
"name": "Calendar", |
||||
"description": "Calendar view of your daily notes", |
||||
"version": "1.5.10", |
||||
"author": "Liam Cain", |
||||
"authorUrl": "https://github.com/liamcain/", |
||||
"isDesktopOnly": false, |
||||
"minAppVersion": "0.9.11" |
||||
} |
File diff suppressed because one or more lines are too long
@ -1,10 +0,0 @@
@@ -1,10 +0,0 @@
|
||||
{ |
||||
"id": "cm-editor-syntax-highlight-obsidian", |
||||
"name": "Editor Syntax Highlight", |
||||
"author": "death_au", |
||||
"authorUrl": "https://github.com/deathau", |
||||
"description": "Show syntax highlighing in code blocks the editor", |
||||
"isDesktopOnly": false, |
||||
"version": "0.1.3", |
||||
"minAppVersion": "0.10.0" |
||||
} |
@ -1,177 +0,0 @@
@@ -1,177 +0,0 @@
|
||||
@charset "UTF-8"; |
||||
.cm-s-obsidian pre.HyperMD-codeblock span.cm-formatting-code-block { |
||||
color: var(--text-muted); |
||||
} |
||||
|
||||
.cm-s-obsidian pre.HyperMD-codeblock .cm-keyword { |
||||
font-weight: normal; |
||||
} |
||||
|
||||
.theme-dark .cm-s-obsidian { |
||||
/* |
||||
|
||||
Name: yoncé |
||||
Author: Thomas MacLean (http://github.com/thomasmaclean) |
||||
|
||||
Original yoncé color scheme by Mina Markham (https://github.com/minamarkham) |
||||
|
||||
*/ |
||||
/**/ |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock { |
||||
color: #d4d4d4; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-keyword, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-keyword, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword { |
||||
color: #00A7AA; |
||||
font-weight: normal; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-atom, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-atom, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-atom { |
||||
color: #F39B35; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-number, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-number, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-number { |
||||
color: #A06FCA; |
||||
} |
||||
.theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-type, |
||||
.theme-dark .cm-s-obsidian span.cm-math.cm-type, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-type { |
||||
color: #A06FCA; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-def, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-def, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-def { |
||||
color: #98E342; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-property, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-property, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-property { |
||||
color: #D4D4D4; |
||||
} |
||||
.theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable, |
||||
.theme-dark .cm-s-obsidian span.cm-math.cm-variable, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable { |
||||
color: #D4D4D4; |
||||
} |
||||
.theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable-2, |
||||
.theme-dark .cm-s-obsidian span.cm-math.cm-variable-2, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-2 { |
||||
color: #da7dae; |
||||
} |
||||
.theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable-3, |
||||
.theme-dark .cm-s-obsidian span.cm-math.cm-variable-3, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-3 { |
||||
color: #A06FCA; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-type.cm-def, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-type.cm-def, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-type.cm-def { |
||||
color: #FC4384; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-property.cm-def, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-property.cm-def, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-property.cm-def { |
||||
color: #FC4384; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-callee, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-callee, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-callee { |
||||
color: #FC4384; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-operator, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-operator, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-operator { |
||||
color: #FC4384; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-qualifier, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-qualifier, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-qualifier { |
||||
color: #FC4384; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-tag, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-tag, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-tag { |
||||
color: #FC4384; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-tag.cm-bracket, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-tag.cm-bracket, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-tag.cm-bracket { |
||||
color: #D4D4D4; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-attribute, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-attribute, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-attribute { |
||||
color: #A06FCA; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-comment, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment { |
||||
color: #696d70; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment.cm-tag, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-comment.cm-tag, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment.cm-tag { |
||||
color: #FC4384; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment.cm-attribute, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-comment.cm-attribute, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment.cm-attribute { |
||||
color: #D4D4D4; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-string, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-string, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-string { |
||||
color: #E6DB74; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-string-2, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-string-2, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-string-2 { |
||||
color: #F39B35; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-meta, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-meta, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-meta { |
||||
color: #D4D4D4; |
||||
background: inherit; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-builtin, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-builtin, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-builtin { |
||||
color: #FC4384; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-header, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-header, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-header { |
||||
color: #da7dae; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-hr, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-hr, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-hr { |
||||
color: #98E342; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-link, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-link, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-link { |
||||
color: #696d70; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-error, |
||||
.theme-dark .cm-s-obsidian .cm-math.cm-error, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-error { |
||||
border-bottom: 1px solid #C42412; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.CodeMirror-activeline-background, |
||||
.theme-dark .cm-s-obsidian .cm-math.CodeMirror-activeline-background, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .CodeMirror-activeline-background { |
||||
background: #272727; |
||||
} |
||||
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.CodeMirror-matchingbracket, |
||||
.theme-dark .cm-s-obsidian .cm-math.CodeMirror-matchingbracket, |
||||
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .CodeMirror-matchingbracket { |
||||
outline: 1px solid grey; |
||||
color: #D4D4D4 !important; |
||||
} |
File diff suppressed because one or more lines are too long
@ -1,10 +0,0 @@
@@ -1,10 +0,0 @@
|
||||
{ |
||||
"id": "obsidian-kanban", |
||||
"name": "Kanban", |
||||
"version": "1.2.39", |
||||
"minAppVersion": "0.12.3", |
||||
"description": "Create markdown-backed Kanban boards in Obsidian.", |
||||
"author": "mgmeyers", |
||||
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban", |
||||
"isDesktopOnly": false |
||||
} |
File diff suppressed because one or more lines are too long
@ -1,41 +0,0 @@
@@ -1,41 +0,0 @@
|
||||
{ |
||||
"theme": "moonstone", |
||||
"accentHue": 201, |
||||
"accentSat": 17, |
||||
"lightStyle": "minimal-light", |
||||
"darkStyle": "minimal-dark", |
||||
"lightScheme": "minimal-notion-light", |
||||
"darkScheme": "minimal-default-dark", |
||||
"uiFont": "-apple-system,BlinkMacSystemFont,\"Segoe UI Emoji\",\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif", |
||||
"textFont": "-apple-system,BlinkMacSystemFont,\"Segoe UI Emoji\",\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif", |
||||
"editorFont": "-apple-system,BlinkMacSystemFont,\"Segoe UI Emoji\",\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif", |
||||
"monoFont": "Menlo,SFMono-Regular,Consolas,Roboto Mono,monospace", |
||||
"lineHeight": 1.5, |
||||
"lineWidth": 40, |
||||
"lineWidthWide": 50, |
||||
"maxWidth": 88, |
||||
"trimCols": true, |
||||
"maxColWidth": "18em", |
||||
"textNormal": 16, |
||||
"textSmall": 13, |
||||
"imgGrid": false, |
||||
"imgWidth": "img-default-width", |
||||
"tableWidth": "table-default-width", |
||||
"iframeWidth": "iframe-default-width", |
||||
"colorfulHeadings": false, |
||||
"minimalIcons": true, |
||||
"colorfulActiveStates": false, |
||||
"fancyCursor": true, |
||||
"frostedSidebar": true, |
||||
"trimNames": true, |
||||
"labeledNav": false, |
||||
"fullWidthMedia": true, |
||||
"bordersToggle": true, |
||||
"bordersTitle": false, |
||||
"minimalStatus": true, |
||||
"focusMode": false, |
||||
"underlineInternal": true, |
||||
"underlineExternal": true, |
||||
"useSystemTheme": false, |
||||
"folding": true |
||||
} |
File diff suppressed because one or more lines are too long
@ -1,10 +0,0 @@
@@ -1,10 +0,0 @@
|
||||
{ |
||||
"id": "obsidian-minimal-settings", |
||||
"name": "Minimal Theme Settings", |
||||
"version": "5.1.5", |
||||
"minAppVersion": "0.10.1", |
||||
"description": "Change the colors, fonts and features of Minimal Theme.", |
||||
"author": "@kepano", |
||||
"authorUrl": "https://www.twitter.com/kepano", |
||||
"isDesktopOnly": false |
||||
} |
@ -1 +0,0 @@
@@ -1 +0,0 @@
|
||||
/* Empty */ |
File diff suppressed because one or more lines are too long
@ -1,9 +0,0 @@
@@ -1,9 +0,0 @@
|
||||
{ |
||||
"id": "sliding-panes-obsidian", |
||||
"name": "Sliding Panes (Andy's Mode)", |
||||
"description": "Sliding Panes! Based on the style of [Andy Matuschak's Notes](https://notes.andymatuschak.org/)", |
||||
"isDesktopOnly": false, |
||||
"js": "main.js", |
||||
"css": "styles.css", |
||||
"version": "3.2.1" |
||||
} |
@ -1,105 +0,0 @@
@@ -1,105 +0,0 @@
|
||||
body.plugin-sliding-panes .workspace > .mod-root { |
||||
overflow-x: auto; |
||||
overflow-y: hidden; |
||||
} |
||||
body.plugin-sliding-panes .workspace > .mod-root > .workspace-leaf { |
||||
display: block; |
||||
flex: none; |
||||
} |
||||
body.plugin-sliding-panes .workspace > .mod-root > .workspace-leaf .workspace-leaf-content { |
||||
position: relative; |
||||
} |
||||
body.plugin-sliding-panes .workspace > .mod-root .mod-am-right-of-active .cm-s-obsidian > div:not([class]) { |
||||
left: -50% !important; |
||||
} |
||||
body.plugin-sliding-panes .workspace > .mod-root .mod-am-left-of-active .cm-s-obsidian > div:not([class]) { |
||||
left: 150% !important; |
||||
} |
||||
|
||||
body.plugin-sliding-panes-stacking .workspace > .mod-root > .workspace-leaf { |
||||
box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.25); |
||||
position: sticky; |
||||
} |
||||
|
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf { |
||||
/* first we'll add a bit of gap for the spines */ |
||||
/* active titles have different border colours */ |
||||
} |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content { |
||||
padding-left: var(--header-width); |
||||
/* this is where the magic happens */ |
||||
/* get rid of the gap left by the now-missing horizontal title */ |
||||
} |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header { |
||||
writing-mode: vertical-lr; |
||||
text-orientation: sideways; |
||||
border-right: 1px solid var(--background-secondary-alt); |
||||
border-left: 2px solid var(--background-secondary-alt); |
||||
border-top: none; |
||||
border-bottom: none; |
||||
width: var(--header-width); |
||||
height: auto; |
||||
position: absolute; |
||||
left: 0; |
||||
top: 0; |
||||
bottom: 0; |
||||
/* unset the title container height and swap padding */ |
||||
/* swap the padding/margin around for the header and actions icons */ |
||||
} |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header > .view-header-title-container { |
||||
height: unset; |
||||
padding-left: unset; |
||||
padding-top: 0; |
||||
/* get rid of unnecessary padding */ |
||||
/* fix the long-title-obscuring shadows */ |
||||
} |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header > .view-header-title-container > .view-header-title { |
||||
padding-right: 0; |
||||
padding-top: 15px; |
||||
padding-bottom: 15px; |
||||
} |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header > .view-header-title-container:after { |
||||
width: 100%; |
||||
height: 15px; |
||||
top: unset; |
||||
bottom: 0; |
||||
background: linear-gradient(to bottom, transparent, var(--background-secondary)); |
||||
} |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header > .view-header-title-container:before { |
||||
content: ""; |
||||
position: absolute; |
||||
width: 100%; |
||||
height: 15px; |
||||
top: 0; |
||||
bottom: unset; |
||||
background: linear-gradient(to top, transparent, var(--background-secondary)); |
||||
} |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header .view-header-icon, |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header .view-actions { |
||||
padding: 0; |
||||
} |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header .view-header-icon { |
||||
margin: 8px 0 3px 0; |
||||
} |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header .view-action { |
||||
margin: 8px 0; |
||||
} |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-content { |
||||
height: 100%; |
||||
} |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf.mod-active > .workspace-leaf-content > .view-header { |
||||
border-right: 2px solid var(--interactive-accent); |
||||
border-bottom: none; |
||||
} |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf.mod-active > .workspace-leaf-content > .view-header > .view-header-title-container:after { |
||||
background: linear-gradient(to bottom, transparent, var(--background-primary-alt)); |
||||
} |
||||
body.plugin-sliding-panes-rotate-header .workspace > .mod-root > .workspace-leaf.mod-active > .workspace-leaf-content > .view-header > .view-header-title-container:before { |
||||
background: linear-gradient(to top, transparent, var(--background-primary-alt)); |
||||
} |
||||
|
||||
body.plugin-sliding-panes-rotate-header.plugin-sliding-panes-header-alt .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header .view-header-title-container { |
||||
transform: rotate(180deg); |
||||
text-align: right; |
||||
margin-top: 10px; |
||||
} |
File diff suppressed because one or more lines are too long
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
{ |
||||
"name": "Minimal", |
||||
"version": "6.2.2", |
||||
"minAppVersion": "1.1.0", |
||||
"author": "@kepano", |
||||
"authorUrl": "https://twitter.com/kepano", |
||||
"fundingUrl": "https://www.buymeacoffee.com/kepano" |
||||
} |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue