mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-07 00:48:01 +00:00
Remove outdated images and metadata from notes; add new styles and plugin configuration
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
"obsidian-linter",
|
||||
"table-editor-obsidian",
|
||||
"obsidian-languagetool-plugin",
|
||||
"homepage"
|
||||
"obsidian-link-converter"
|
||||
]
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"version": 4,
|
||||
"homepages": {
|
||||
"Main Homepage": {
|
||||
"value": "index/index",
|
||||
"kind": "File",
|
||||
"openOnStartup": true,
|
||||
"openMode": "Replace all open notes",
|
||||
"manualOpenMode": "Keep open notes",
|
||||
"view": "Default view",
|
||||
"revertView": true,
|
||||
"openWhenEmpty": true,
|
||||
"refreshDataview": false,
|
||||
"autoCreate": false,
|
||||
"autoScroll": false,
|
||||
"pin": false,
|
||||
"commands": [],
|
||||
"alwaysApply": false,
|
||||
"hideReleaseNotes": false
|
||||
}
|
||||
},
|
||||
"separateMobile": false
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"id": "homepage",
|
||||
"name": "Homepage",
|
||||
"version": "4.1",
|
||||
"minAppVersion": "1.4.10",
|
||||
"description": "Open a specified note, canvas, or workspace on startup, or set it for quick access later.",
|
||||
"author": "novov",
|
||||
"authorUrl": "https://novov.me",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": {
|
||||
"Ko-fi": "https://ko-fi.com/novov"
|
||||
}
|
||||
}
|
||||
238
content/notes/.obsidian/plugins/homepage/styles.css
vendored
238
content/notes/.obsidian/plugins/homepage/styles.css
vendored
@@ -1,238 +0,0 @@
|
||||
.nv-homepage-interstitial {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background: var(--background-primary);
|
||||
z-index: 9999;
|
||||
animation: 0.02s ease-in 0.5s forwards nv-interstitial-destroy;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@keyframes nv-interstitial-destroy {
|
||||
from { opacity: 1; }
|
||||
to { opacity: 0; }
|
||||
}
|
||||
|
||||
.setting-item[nv-greyed] {
|
||||
opacity: .5;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
#nv-main-setting {
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
#nv-main-setting .setting-item-control {
|
||||
padding-top: var(--size-4-2);
|
||||
flex-basis: 100%;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
#nv-main-setting .setting-item-control input, #nv-main-setting .setting-item-control select {
|
||||
font-size: var(--font-ui-medium);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#nv-main-setting .setting-item-control select {
|
||||
padding: var(--size-4-3) var(--size-4-4);
|
||||
padding-right: var(--size-4-8);
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#nv-main-setting .setting-item-control input {
|
||||
flex-grow: 1;
|
||||
padding: var(--size-4-5) var(--size-4-4);
|
||||
}
|
||||
|
||||
#nv-main-setting .setting-item-control input[disabled] {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
#nv-main-setting #nv-desc, #nv-main-setting #nv-info {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
#nv-main-setting #nv-desc {
|
||||
font-weight: 500;
|
||||
color: var(--text-normal);
|
||||
font-size: var(--font-ui-small);
|
||||
padding: 10px 0 0;
|
||||
}
|
||||
|
||||
#nv-main-setting #nv-desc.mod-warning {
|
||||
color: var(--text-error);
|
||||
}
|
||||
|
||||
#nv-main-setting #nv-desc code {
|
||||
font-family: var(--font-monospace);
|
||||
font-size: var(--font-smaller);
|
||||
border-radius: var(--radius-s);
|
||||
}
|
||||
|
||||
#nv-main-setting #nv-desc small {
|
||||
display: block;
|
||||
font-weight: 400;
|
||||
color: var(--text-muted);
|
||||
font-size: calc(var(--font-ui-smaller) * 0.9);
|
||||
padding: 5px 0 0;
|
||||
}
|
||||
|
||||
.nv-mobile-setting {
|
||||
flex-wrap: wrap;
|
||||
row-gap: var(--size-2-2);
|
||||
}
|
||||
|
||||
.nv-mobile-setting .nv-mobile-info {
|
||||
font-size: var(--font-ui-smaller);
|
||||
width: 100%;
|
||||
margin-right: var(--size-4-18);
|
||||
}
|
||||
|
||||
.nv-command-desc {
|
||||
padding: 1.2em 0 0;
|
||||
border-top: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
|
||||
.nv-command-box {
|
||||
margin: 1em 0 1.75em;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 12px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.nv-command-pill {
|
||||
background-color: var(--background-secondary);
|
||||
border: 1px solid var(--background-modifier-border-hover);
|
||||
border-radius: var(--radius-s);
|
||||
font-size: var(--font-ui-small);
|
||||
padding: var(--size-2-1) var(--size-2-2) var(--size-2-1) var(--size-2-3) ;
|
||||
}
|
||||
|
||||
.nv-command-pill.nv-command-invalid {
|
||||
color: var(--text-faint);
|
||||
}
|
||||
|
||||
.nv-command-pill button {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
margin: 0 0 0 3px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.nv-command-pill button:first-of-type {
|
||||
margin-left: var(--size-4-2);
|
||||
}
|
||||
|
||||
.nv-command-pill button.nv-command-selected {
|
||||
margin-left: var(--size-2-2);
|
||||
padding: 0 var(--size-2-1);
|
||||
}
|
||||
|
||||
.nv-command-pill button.nv-command-selected span {
|
||||
color: var(--text-accent);
|
||||
display: inline-block;
|
||||
font-size: 0.9em;
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.nv-command-pill > .svg-icon, .nv-command-pill button .svg-icon {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
.nv-command-pill > .svg-icon {
|
||||
vertical-align: text-bottom;
|
||||
position: relative;
|
||||
margin: 0 var(--size-2-1) 0 0;
|
||||
}
|
||||
|
||||
.nv-command-pill.nv-dragging {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.nv-command-add-button {
|
||||
font-size: var(--font-ui-small);
|
||||
padding: var(--size-2-2) var(--size-4-2);
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#nv-main-setting + .setting-item, .nv-command-desc + .setting-item {
|
||||
padding-top: 20px;
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
.nv-debug-button {
|
||||
margin: 3em 0 -0.2em;
|
||||
font-size: var(--font-ui-smaller);
|
||||
padding: 0;
|
||||
height: auto;
|
||||
float: right;
|
||||
box-shadow: none !important;
|
||||
background: none !important;
|
||||
color: var(--text-accent);
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.nv-debug-button:hover, .nv-debug-button:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.is-phone #nv-main-setting .setting-item-control {
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.is-phone #nv-main-setting .setting-item-control select {
|
||||
width: auto;
|
||||
max-width: auto;
|
||||
}
|
||||
|
||||
.is-phone .nv-mobile-setting {
|
||||
row-gap: var(--size-4-2);
|
||||
}
|
||||
|
||||
.is-phone .nv-mobile-setting .setting-item-info {
|
||||
max-width: calc(100% - 100px);
|
||||
}
|
||||
|
||||
.is-phone .nv-mobile-setting {
|
||||
row-gap: var(--size-4-2);
|
||||
}
|
||||
|
||||
.is-phone .nv-mobile-setting .setting-item-info {
|
||||
max-width: calc(100% - 100px);
|
||||
}
|
||||
|
||||
.is-phone .nv-command-pill {
|
||||
width: 100%;
|
||||
border: none;
|
||||
background: none;
|
||||
padding: 0 0 var(--size-4-2);
|
||||
display: flex;
|
||||
gap: var(--size-4-4);
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.is-phone .nv-command-pill .nv-command-text {
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.is-phone .nv-command-pill, .is-phone .nv-command-add-button {
|
||||
font-size: var(--font-ui-medium);
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.is-phone .nv-command-pill button {
|
||||
line-height: var(--font-ui-medium);
|
||||
height: 100%;
|
||||
margin: 0 !important;
|
||||
}
|
||||
6
content/notes/.obsidian/plugins/obsidian-link-converter/data.json
vendored
Normal file
6
content/notes/.obsidian/plugins/obsidian-link-converter/data.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"mySetting": "default",
|
||||
"contextMenu": true,
|
||||
"finalLinkFormat": "relative-path",
|
||||
"keepMtime": false
|
||||
}
|
||||
4
content/notes/.obsidian/plugins/obsidian-link-converter/main.js
vendored
Normal file
4
content/notes/.obsidian/plugins/obsidian-link-converter/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/notes/.obsidian/plugins/obsidian-link-converter/manifest.json
vendored
Normal file
10
content/notes/.obsidian/plugins/obsidian-link-converter/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-link-converter",
|
||||
"name": "Link Converter",
|
||||
"version": "0.1.6",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "Scan all your links in the vault and convert them to your desired format.",
|
||||
"author": "Ozan Tellioglu",
|
||||
"authorUrl": "https://ozan.pl",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
4
content/notes/.obsidian/plugins/obsidian-link-converter/styles.css
vendored
Normal file
4
content/notes/.obsidian/plugins/obsidian-link-converter/styles.css
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
.oz-coffee-div {
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
140
content/notes/.obsidian/workspace.json
vendored
140
content/notes/.obsidian/workspace.json
vendored
@@ -1,24 +1,24 @@
|
||||
{
|
||||
"main": {
|
||||
"id": "707cdff055641daf",
|
||||
"id": "5324373015726ba8",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "4ff646379bdc32f1",
|
||||
"id": "4509724f8bf84da7",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "41d42d82984d27da",
|
||||
"id": "e7a7b303c61786dc",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "drafts/lua.md",
|
||||
"file": "ready/algorithms_and_data/index.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "lua"
|
||||
"title": "index"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -27,16 +27,15 @@
|
||||
"direction": "vertical"
|
||||
},
|
||||
"left": {
|
||||
"id": "8554fcd8146aea7c",
|
||||
"id": "eb9752450aad8905",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "65145a8fc625fc73",
|
||||
"id": "4162aa8f7241215d",
|
||||
"type": "tabs",
|
||||
"dimension": 66.13756613756614,
|
||||
"children": [
|
||||
{
|
||||
"id": "3e60316ef665bcea",
|
||||
"id": "b73f137a8a755c19",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "file-explorer",
|
||||
@@ -49,7 +48,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "66bab8cc98ffff03",
|
||||
"id": "9326f66eb4ea3558",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "search",
|
||||
@@ -66,7 +65,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "9febdd5b0820c714",
|
||||
"id": "22ea3aa7ebecbacb",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "bookmarks",
|
||||
@@ -76,44 +75,26 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "e6a895c667054857",
|
||||
"type": "tabs",
|
||||
"dimension": 33.86243386243386,
|
||||
"children": [
|
||||
{
|
||||
"id": "f7c232306fce05bc",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "graph",
|
||||
"state": {},
|
||||
"icon": "lucide-git-fork",
|
||||
"title": "Graph view"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 284.5110321044922
|
||||
"width": 300
|
||||
},
|
||||
"right": {
|
||||
"id": "65640e3e4a22a762",
|
||||
"id": "f049c1d8215eafd9",
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "c2a2b4ff04865342",
|
||||
"id": "0455a82f86b09797",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "5a238d79ee59fbda",
|
||||
"id": "3a41ad6c5fed23f5",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "binary-operations/index.md",
|
||||
"collapseAll": true,
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
"showSearch": false,
|
||||
@@ -122,11 +103,11 @@
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-coming-in",
|
||||
"title": "Backlinks for index"
|
||||
"title": "Backlinks"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "0bf5145fd219badf",
|
||||
"id": "4a36bf58b19c0cce",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
@@ -139,7 +120,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "f07e471ad3a546d5",
|
||||
"id": "adbc09def111b239",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "tag",
|
||||
@@ -154,7 +135,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "6e617d9f3ccf8c06",
|
||||
"id": "91a2b2f8427bd50b",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "outline",
|
||||
@@ -166,23 +147,13 @@
|
||||
"icon": "lucide-list",
|
||||
"title": "Outline"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "30cd499d012a4255",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "advanced-tables-toolbar",
|
||||
"state": {},
|
||||
"icon": "spreadsheet",
|
||||
"title": "Advanced Tables"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 3
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 218.5
|
||||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
@@ -194,56 +165,33 @@
|
||||
"command-palette:Open command palette": false,
|
||||
"obsidian-importer:Open Importer": false,
|
||||
"table-editor-obsidian:Advanced Tables Toolbar": false,
|
||||
"obsidian-local-images-plus:Local Images Plus 0.16.3\r\nLocalize attachments (plugin folder)": false
|
||||
"homepage:Open homepage": false
|
||||
}
|
||||
},
|
||||
"active": "f7c232306fce05bc",
|
||||
"active": "e7a7b303c61786dc",
|
||||
"lastOpenFiles": [
|
||||
"drafts/lua.md",
|
||||
"drafts/linux_architecture/index.md",
|
||||
"index/index.md",
|
||||
"Untitled",
|
||||
"TODO.md",
|
||||
"temp/pngwing.com.png",
|
||||
"temp/nix.svg",
|
||||
"temp/image93.png",
|
||||
"temp/windows-11-icon-logo-png_seeklogo-406208.png",
|
||||
"temp/js.png",
|
||||
"ready/python.md",
|
||||
"ready/http.md",
|
||||
"ready/ssh.md",
|
||||
"ready/pass.md",
|
||||
"ready/wsl2.md",
|
||||
"ready/https-ssl-certs.md",
|
||||
"drafts/macOS.md",
|
||||
"ready/html.md",
|
||||
"ready/irc.md",
|
||||
"ready/binary_operations/index.md",
|
||||
"ready/cpu_architecture/index.md",
|
||||
"ready/databases/index.md",
|
||||
"ready/logic_gates/index.md",
|
||||
"ready/memory/index.md",
|
||||
"ready/tmux/index.md",
|
||||
"ready/transistors/index.md",
|
||||
"ready/c-language.md",
|
||||
"ready/c-snippets.md",
|
||||
"ready/compiling.md",
|
||||
"ready/diodes.md",
|
||||
"ready/encryption.md",
|
||||
"ready/flask.md",
|
||||
"ready/compiling.md",
|
||||
"ready/git.md",
|
||||
"ready/diodes.md",
|
||||
"ready/gdb.md",
|
||||
"ready/c-snippets.md",
|
||||
"ready/c-language.md",
|
||||
"drafts/assembly.md",
|
||||
"ready/algorithms-and-data/index.md",
|
||||
"temp/freebsd.png",
|
||||
"temp/py.webp",
|
||||
"ready/binary-operations/index.md",
|
||||
"ready/binary-operations/image75.png",
|
||||
"ready/binary-operations/image74.png",
|
||||
"ready/binary-operations/image68.png",
|
||||
"drafts/linux/index.md",
|
||||
"ready/tmux/index.md",
|
||||
"drafts",
|
||||
"ready/databases",
|
||||
"ready/logic_gates",
|
||||
"ready/memory",
|
||||
"ready",
|
||||
"ready/cpu_architecture",
|
||||
"index",
|
||||
"drafts/_Templates",
|
||||
"ready/tmux"
|
||||
"ready/git.md",
|
||||
"ready/html.md",
|
||||
"ready/http.md",
|
||||
"ready/https-ssl-certs.md",
|
||||
"ready/irc.md",
|
||||
"ready/pass.md",
|
||||
"ready/python.md",
|
||||
"ready/ssh.md",
|
||||
"ready/wsl2.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user