Skip to content

Commit

Permalink
vault backup: 2025-02-13 12:37:53
Browse files Browse the repository at this point in the history
  • Loading branch information
AglaiaNorza committed Feb 13, 2025
1 parent f732770 commit d45c419
Show file tree
Hide file tree
Showing 9 changed files with 100 additions and 130 deletions.
3 changes: 2 additions & 1 deletion .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"obsidian-relative-line-numbers",
"abbreviations",
"folder-note-plugin",
"nuke-orphans"
"nuke-orphans",
"obsidian-hider"
]
13 changes: 13 additions & 0 deletions .obsidian/plugins/obsidian-hider/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"hideStatus": false,
"hideTabs": true,
"hideScroll": true,
"hideSidebarButtons": false,
"hideTooltips": false,
"hideFileNavButtons": false,
"hideSearchSuggestions": false,
"hideSearchCounts": false,
"hideInstructions": false,
"hidePropertiesReading": false,
"hideVault": false
}
8 changes: 8 additions & 0 deletions .obsidian/plugins/obsidian-hider/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .obsidian/plugins/obsidian-hider/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"id": "obsidian-hider",
"name": "Hider",
"version": "1.5.1",
"minAppVersion": "1.6.0",
"description": "Hide UI elements such as tooltips, status, titlebar and more",
"author": "@kepano",
"authorUrl": "https://www.twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano",
"isDesktopOnly": false
}
66 changes: 66 additions & 0 deletions .obsidian/plugins/obsidian-hider/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
/* Hides vault name */
.hider-vault .workspace-sidedock-vault-profile,
body.hider-vault:not(.is-mobile) .workspace-split.mod-left-split .workspace-sidedock-vault-profile {
display:none;
}

/* Hide tabs */
.hider-tabs .mod-root .workspace-tabs .workspace-tab-header-container {
display: none;
}

.hider-tabs .mod-top-left-space .view-header {
padding-left: var(--frame-left-space);
}

/* Hide sidebar buttons */
.hider-sidebar-buttons .sidebar-toggle-button.mod-right,
.hider-sidebar-buttons .sidebar-toggle-button.mod-left {
display: none;
}
.hider-sidebar-buttons.mod-macos.is-hidden-frameless:not(.is-popout-window) .workspace .workspace-tabs.mod-top-right-space .workspace-tab-header-container {
padding-right: 4px;
}
.hider-sidebar-buttons.mod-macos {
--frame-left-space: 60px;
}

/* Hide meta */
.hider-meta .markdown-reading-view .metadata-container {
display:none;
}

/* Hide scrollbars */
.hider-scroll ::-webkit-scrollbar {
display:none;
}

/* Hide status */
.hider-status .status-bar {
display:none;
}

/* Hide tooltips */
.hider-tooltips .tooltip {
display:none;
}

/* Hide search suggestions */
.hider-search-suggestions .suggestion-container.mod-search-suggestion {
display: none;
}

/* Hide search count flair */
.hider-search-counts .tree-item-flair:not(.tag-pane-tag-count) {
display:none;
}

/* Hide instructions */
.hider-instructions .prompt-instructions {
display:none;
}

/* Hide file nav header */
.hider-file-nav-header .workspace-leaf-content[data-type=file-explorer] .nav-header {
display: none;
}
Binary file removed misc (non-uni)/cs50/.space/context.mdb
Binary file not shown.
3 changes: 0 additions & 3 deletions misc (non-uni)/cs50/cs50.md

This file was deleted.

94 changes: 0 additions & 94 deletions misc (non-uni)/cs50/lecture 1.md

This file was deleted.

32 changes: 0 additions & 32 deletions misc (non-uni)/cs50/lecture 2.md

This file was deleted.

0 comments on commit d45c419

Please sign in to comment.