Skip to content

Commit 9dafcfb

Browse files
committed
feat: ✨ Add obsidian vault to this repository
1 parent aee5b26 commit 9dafcfb

File tree

20 files changed

+10280
-0
lines changed

20 files changed

+10280
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"useMarkdownLinks": true,
3+
"newLinkFormat": "absolute",
4+
"attachmentFolderPath": "attachments",
5+
"showInlineTitle": false,
6+
"spellcheck": false,
7+
"livePreview": false,
8+
"promptDelete": false
9+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"monospaceFontFamily": "Consolas,Cascadia Code",
3+
"showViewHeader": true,
4+
"showRibbon": true,
5+
"interfaceFontFamily": "Cascadia Mono",
6+
"textFontFamily": "Cascadia Mono",
7+
"baseFontSizeAction": true,
8+
"cssTheme": "AnuPpuccin",
9+
"enabledCssSnippets": [
10+
"prismjs-latte"
11+
]
12+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
"templater-obsidian",
3+
"obsidian-style-settings"
4+
]
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"file-explorer": true,
3+
"global-search": true,
4+
"switcher": true,
5+
"graph": true,
6+
"backlink": true,
7+
"canvas": true,
8+
"outgoing-link": true,
9+
"tag-pane": true,
10+
"footnotes": false,
11+
"properties": true,
12+
"page-preview": true,
13+
"daily-notes": true,
14+
"templates": true,
15+
"note-composer": true,
16+
"command-palette": true,
17+
"slash-command": false,
18+
"editor-status": true,
19+
"bookmarks": true,
20+
"markdown-importer": false,
21+
"zk-prefixer": false,
22+
"random-note": false,
23+
"outline": true,
24+
"word-count": true,
25+
"slides": false,
26+
"audio-recorder": false,
27+
"workspaces": false,
28+
"file-recovery": true,
29+
"publish": false,
30+
"sync": false,
31+
"bases": true,
32+
"webviewer": true
33+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"collapse-filter": true,
3+
"search": "",
4+
"showTags": false,
5+
"showAttachments": false,
6+
"hideUnresolved": false,
7+
"showOrphans": true,
8+
"collapse-color-groups": true,
9+
"colorGroups": [],
10+
"collapse-display": true,
11+
"showArrow": false,
12+
"textFadeMultiplier": 0,
13+
"nodeSizeMultiplier": 1,
14+
"lineSizeMultiplier": 1,
15+
"collapse-forces": true,
16+
"centerStrength": 0.518713248970312,
17+
"repelStrength": 10,
18+
"linkStrength": 1,
19+
"linkDistance": 250,
20+
"scale": 1,
21+
"close": true
22+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"anuppuccin-theme-settings@@anuppuccin-light-theme-accents": "ctp-accent-light-lavender",
3+
"anuppuccin-theme-settings@@anp-active-line": "anp-current-line",
4+
"anuppuccin-theme-settings@@anp-editor-font-source": "\"\"",
5+
"anuppuccin-theme-settings@@anp-editor-font-lp": "\"\"",
6+
"anuppuccin-theme-settings@@anp-editor-font-rv": "\"\"",
7+
"anuppuccin-theme-settings@@anp-file-icons": true,
8+
"anuppuccin-theme-settings@@anp-collapse-folders": true
9+
}

hugo-obsidian-vault/.obsidian/plugins/obsidian-style-settings/main.js

Lines changed: 165 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"id": "obsidian-style-settings",
3+
"name": "Style Settings",
4+
"version": "1.0.9",
5+
"minAppVersion": "0.11.5",
6+
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
7+
"author": "mgmeyers",
8+
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
9+
"isDesktopOnly": false
10+
}
Lines changed: 243 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,243 @@
1+
.style-settings-heading {
2+
cursor: pointer;
3+
margin-bottom: 18px;
4+
padding-bottom: 6px;
5+
border-bottom: 1px solid var(--background-modifier-border);
6+
}
7+
8+
.style-settings-heading[data-level="0"] {
9+
margin-bottom: 26px;
10+
}
11+
12+
.style-settings-container {
13+
padding-bottom: 16px;
14+
}
15+
16+
.style-settings-heading[data-level="0"] + .style-settings-container {
17+
padding-left: 34px;
18+
}
19+
20+
.style-settings-heading.is-collapsed {
21+
margin-bottom: 0;
22+
}
23+
24+
.style-settings-heading.is-collapsed + .style-settings-container {
25+
display: none;
26+
}
27+
28+
.style-settings-collapse-indicator {
29+
color: var(--text-faint);
30+
display: inline-block;
31+
margin-right: 8px;
32+
position: relative;
33+
top: -1px;
34+
}
35+
36+
.style-settings-heading[data-level="0"]
37+
+ .style-settings-container
38+
.style-settings-collapse-indicator {
39+
margin-left: -17px;
40+
}
41+
42+
.style-settings-collapse-indicator > svg {
43+
height: 9px;
44+
width: 9px;
45+
}
46+
47+
.style-settings-heading.is-collapsed .style-settings-collapse-indicator > svg {
48+
transform: rotate(-90deg);
49+
}
50+
51+
.style-settings-filter-result-count {
52+
color: var(--text-faint);
53+
line-height: var(--line-height-tight);
54+
margin-inline: var(--size-4-2);
55+
}
56+
57+
.style-settings-error {
58+
font-size: 14px;
59+
border-radius: 6px;
60+
background: rgba(var(--background-modifier-error-rgb), 0.2);
61+
color: var(--text-error);
62+
padding: 10px;
63+
margin-bottom: 1rem;
64+
}
65+
66+
.style-settings-error-name {
67+
font-weight: bold;
68+
margin-bottom: 5px;
69+
}
70+
71+
.style-settings-error-desc {
72+
white-space: pre;
73+
}
74+
75+
.style-settings-empty {
76+
font-size: 14px;
77+
background: var(--background-secondary);
78+
padding: 10px;
79+
}
80+
81+
.style-settings-empty-name {
82+
font-weight: bold;
83+
margin-bottom: 5px;
84+
}
85+
86+
.style-settings-import-input {
87+
width: 0.1px;
88+
height: 0.1px;
89+
opacity: 0;
90+
overflow: hidden;
91+
position: absolute;
92+
z-index: -1;
93+
}
94+
95+
.style-settings-import-label {
96+
cursor: pointer;
97+
color: var(--text-accent);
98+
text-decoration: underline;
99+
}
100+
101+
.style-settings-import-label:hover {
102+
color: var(--text-accent-hover);
103+
}
104+
105+
.style-settings-export,
106+
.style-settings-import {
107+
display: inline-block;
108+
margin-right: 10px;
109+
}
110+
111+
.style-settings-copy,
112+
.style-settings-download {
113+
position: relative;
114+
display: inline-block;
115+
margin-left: 10px;
116+
}
117+
118+
.style-settings-copy:before {
119+
color: var(--interactive-success);
120+
content: "✓";
121+
position: absolute;
122+
left: -18px;
123+
font-weight: bold;
124+
opacity: 0;
125+
transition: 150ms opacity ease-in-out;
126+
}
127+
128+
.style-settings-copy.success:before {
129+
opacity: 1;
130+
}
131+
132+
.modal-style-settings {
133+
height: 70vh;
134+
display: flex;
135+
flex-direction: column;
136+
}
137+
138+
.modal-style-settings .modal-content {
139+
flex-grow: 1;
140+
margin: 0;
141+
display: flex;
142+
flex-direction: column;
143+
}
144+
145+
.modal-style-settings textarea {
146+
display: block;
147+
width: 100%;
148+
height: 100%;
149+
font-family: var(--font-monospace) !important;
150+
font-size: 12px;
151+
white-space: pre;
152+
overflow-wrap: normal;
153+
overflow-x: scroll;
154+
margin-bottom: 5px;
155+
}
156+
157+
.modal-style-settings .setting-item {
158+
align-items: flex-start;
159+
}
160+
161+
.modal-style-settings button {
162+
margin: 10px 0 0;
163+
}
164+
165+
.style-settings-import-error {
166+
display: none;
167+
color: var(--text-error);
168+
}
169+
170+
.style-settings-import-error.active {
171+
display: block;
172+
}
173+
174+
.view-content .style-settings-container .setting-item:not(.setting-item-heading) {
175+
flex-direction: column;
176+
align-items: flex-start;
177+
}
178+
179+
.view-content .style-settings-container .setting-item:not(.setting-item-heading) .setting-item-control {
180+
padding-top: 0.5em;
181+
}
182+
183+
.view-content .style-settings-container .setting-item:not(.setting-item-heading) .themed-color-wrapper {
184+
display: flex;
185+
}
186+
187+
.style-settings-ref {
188+
position: absolute;
189+
width: 0 !important;
190+
height: 0 !important;
191+
pointer-events: none;
192+
}
193+
194+
.style-settings-info-text .style-settings-markdown :first-child {
195+
margin-top: 0;
196+
}
197+
198+
.style-settings-info-text .style-settings-markdown :last-child {
199+
margin-bottom: 0;
200+
}.style-settings-container .pcr-app {
201+
display: none;
202+
}
203+
204+
.style-settings-container .pcr-app.visible {
205+
display: flex;
206+
}
207+
208+
.pcr-app .pcr-swatches > button {
209+
padding: 0;
210+
}
211+
212+
.pickr .pcr-button {
213+
margin-right: 0;
214+
}
215+
216+
.themed-color-wrapper > div {
217+
background: var(--background-primary);
218+
padding: 10px;
219+
display: flex;
220+
align-items: center;
221+
border-radius: 4px;
222+
}
223+
224+
.themed-color-wrapper > div + div {
225+
margin-top: 6px;
226+
}
227+
228+
.themed-color-wrapper button {
229+
display: block;
230+
}
231+
232+
.themed-color-wrapper .pickr-reset > button {
233+
margin: 0 0 0 10px;
234+
padding: 9px;
235+
line-height: 1;
236+
}
237+
238+
.themed-color-wrapper .pickr-reset > button > svg {
239+
display: block;
240+
}
241+
/*! Pickr 1.8.4 MIT | https://github.com/Simonwep/pickr */
242+
.pickr{position:relative;overflow:visible;transform:translateY(0)}.pickr *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr .pcr-button{position:relative;height:2em;width:2em;padding:0.5em;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;border-radius:.15em;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;background-size:0;transition:all 0.3s}.pickr .pcr-button::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pickr .pcr-button::before{z-index:initial}.pickr .pcr-button::after{position:absolute;content:'';top:0;left:0;height:100%;width:100%;transition:background 0.3s;background:var(--pcr-color);border-radius:.15em}.pickr .pcr-button.clear{background-size:70%}.pickr .pcr-button.clear::before{opacity:0}.pickr .pcr-button.clear:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-button.disabled{cursor:not-allowed}.pickr *,.pcr-app *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr input:focus,.pickr input.pcr-active,.pickr button:focus,.pickr button.pcr-active,.pcr-app input:focus,.pcr-app input.pcr-active,.pcr-app button:focus,.pcr-app button.pcr-active{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-palette,.pickr .pcr-slider,.pcr-app .pcr-palette,.pcr-app .pcr-slider{transition:box-shadow 0.3s}.pickr .pcr-palette:focus,.pickr .pcr-slider:focus,.pcr-app .pcr-palette:focus,.pcr-app .pcr-slider:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(0,0,0,0.25)}.pcr-app{position:fixed;display:flex;flex-direction:column;z-index:10000;border-radius:0.1em;background:#fff;opacity:0;visibility:hidden;transition:opacity 0.3s, visibility 0s 0.3s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;box-shadow:0 0.15em 1.5em 0 rgba(0,0,0,0.1),0 0 1em 0 rgba(0,0,0,0.03);left:0;top:0}.pcr-app.visible{transition:opacity 0.3s;visibility:visible;opacity:1}.pcr-app .pcr-swatches{display:flex;flex-wrap:wrap;margin-top:0.75em}.pcr-app .pcr-swatches.pcr-last{margin:0}@supports (display: grid){.pcr-app .pcr-swatches{display:grid;align-items:center;grid-template-columns:repeat(auto-fit, 1.75em)}}.pcr-app .pcr-swatches>button{font-size:1em;position:relative;width:calc(1.75em - 5px);height:calc(1.75em - 5px);border-radius:0.15em;cursor:pointer;margin:2.5px;flex-shrink:0;justify-self:center;transition:all 0.15s;overflow:hidden;background:transparent;z-index:1}.pcr-app .pcr-swatches>button::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:6px;border-radius:.15em;z-index:-1}.pcr-app .pcr-swatches>button::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--pcr-color);border:1px solid rgba(0,0,0,0.05);border-radius:0.15em;box-sizing:border-box}.pcr-app .pcr-swatches>button:hover{filter:brightness(1.05)}.pcr-app .pcr-swatches>button:not(.pcr-active){box-shadow:none}.pcr-app .pcr-interaction{display:flex;flex-wrap:wrap;align-items:center;margin:0 -0.2em 0 -0.2em}.pcr-app .pcr-interaction>*{margin:0 0.2em}.pcr-app .pcr-interaction input{letter-spacing:0.07em;font-size:0.75em;text-align:center;cursor:pointer;color:#75797e;background:#f1f3f4;border-radius:.15em;transition:all 0.15s;padding:0.45em 0.5em;margin-top:0.75em}.pcr-app .pcr-interaction input:hover{filter:brightness(0.975)}.pcr-app .pcr-interaction input:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(66,133,244,0.75)}.pcr-app .pcr-interaction .pcr-result{color:#75797e;text-align:left;flex:1 1 8em;min-width:8em;transition:all 0.2s;border-radius:.15em;background:#f1f3f4;cursor:text}.pcr-app .pcr-interaction .pcr-result::-moz-selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-result::selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-type.active{color:#fff;background:#4285f4}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff;width:auto}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff}.pcr-app .pcr-interaction .pcr-save:hover,.pcr-app .pcr-interaction .pcr-cancel:hover,.pcr-app .pcr-interaction .pcr-clear:hover{filter:brightness(0.925)}.pcr-app .pcr-interaction .pcr-save{background:#4285f4}.pcr-app .pcr-interaction .pcr-clear,.pcr-app .pcr-interaction .pcr-cancel{background:#f44250}.pcr-app .pcr-interaction .pcr-clear:focus,.pcr-app .pcr-interaction .pcr-cancel:focus{box-shadow:0 0 0 1px rgba(255,255,255,0.85),0 0 0 3px rgba(244,66,80,0.75)}.pcr-app .pcr-selection .pcr-picker{position:absolute;height:18px;width:18px;border:2px solid #fff;border-radius:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pcr-app .pcr-selection .pcr-color-palette,.pcr-app .pcr-selection .pcr-color-chooser,.pcr-app .pcr-selection .pcr-color-opacity{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:column;cursor:grab;cursor:-webkit-grab}.pcr-app .pcr-selection .pcr-color-palette:active,.pcr-app .pcr-selection .pcr-color-chooser:active,.pcr-app .pcr-selection .pcr-color-opacity:active{cursor:grabbing;cursor:-webkit-grabbing}.pcr-app[data-theme='nano']{width:14.25em;max-width:95vw}.pcr-app[data-theme='nano'] .pcr-swatches{margin-top:.6em;padding:0 .6em}.pcr-app[data-theme='nano'] .pcr-interaction{padding:0 .6em .6em .6em}.pcr-app[data-theme='nano'] .pcr-selection{display:grid;grid-gap:.6em;grid-template-columns:1fr 4fr;grid-template-rows:5fr auto auto;align-items:center;height:10.5em;width:100%;align-self:flex-start}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview{grid-area:2 / 1 / 4 / 1;height:100%;width:100%;display:flex;flex-direction:row;justify-content:center;margin-left:.6em}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview .pcr-last-color{display:none}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview .pcr-current-color{position:relative;background:var(--pcr-color);width:2em;height:2em;border-radius:50em;overflow:hidden}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-preview .pcr-current-color::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-palette{grid-area:1 / 1 / 2 / 3;width:100%;height:100%;z-index:1}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-palette .pcr-palette{border-radius:.15em;width:100%;height:100%}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-palette .pcr-palette::before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser{grid-area:2 / 2 / 2 / 2}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity{grid-area:3 / 2 / 3 / 2}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser,.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity{height:0.5em;margin:0 .6em}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser .pcr-picker,.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity .pcr-picker{top:50%;transform:translateY(-50%)}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser .pcr-slider,.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity .pcr-slider{flex-grow:1;border-radius:50em}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-chooser .pcr-slider{background:linear-gradient(to right, red, #ff0, lime, cyan, blue, #f0f, red)}.pcr-app[data-theme='nano'] .pcr-selection .pcr-color-opacity .pcr-slider{background:linear-gradient(to right, transparent, black),url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:100%, 0.25em}
243+
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"command_timeout": 5,
3+
"templates_folder": "⚓-templates",
4+
"templates_pairs": [
5+
[
6+
"",
7+
""
8+
]
9+
],
10+
"trigger_on_file_creation": true,
11+
"auto_jump_to_cursor": true,
12+
"enable_system_commands": false,
13+
"shell_path": "",
14+
"user_scripts_folder": "",
15+
"enable_folder_templates": false,
16+
"folder_templates": [
17+
{
18+
"folder": "20-🦊-hugo-blog/posts",
19+
"template": "99-⚓-templates/00-new-hugo-post.md"
20+
}
21+
],
22+
"enable_file_templates": false,
23+
"file_templates": [
24+
{
25+
"regex": ".*",
26+
"template": ""
27+
}
28+
],
29+
"syntax_highlighting": true,
30+
"syntax_highlighting_mobile": false,
31+
"enabled_templates_hotkeys": [
32+
""
33+
],
34+
"startup_templates": [
35+
""
36+
],
37+
"intellisense_render": 1
38+
}

0 commit comments

Comments
 (0)