Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lupickup/updates2206 #12

Merged
merged 2 commits into from
Jun 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@
"editor:toggle-strikethrough",
"editor:toggle-highlight",
"editor:toggle-code",
"editor:toggle-blockquote",
"editor:insert-link",
"editor:toggle-numbered-list",
"editor:toggle-keyboard",
"editor:configure-toolbar"
"editor:configure-toolbar",
"switcher:open",
"editor:insert-link",
"editor:toggle-blockquote"
],
"fileSortOrder": "alphabeticalReverse",
"fileSortOrder": "byModifiedTime",
"showUnsupportedFiles": true,
"lineWrap": true
"lineWrap": true,
"attachmentFolderPath": "700 Vaults/Resources"
}
8 changes: 6 additions & 2 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"baseFontSize": 20,
"baseFontSize": 22,
"translucency": false,
"cssTheme": "Minimal",
"enabledCssSnippets": []
"enabledCssSnippets": [
"CommandCenter",
"obsidian.css.live-preview.list-rainbow-indents",
"dashboard"
]
}
26 changes: 22 additions & 4 deletions .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[
"obsidian-toggl-integration",
"readwise-official",
"buttons",
"url-into-selection",
Expand All @@ -13,12 +12,31 @@
"obsidian-minimal-settings",
"customjs",
"obsidian-copy-block-link",
"dataview",
"obsidian-advanced-appearance",
"calendar",
"nldates-obsidian",
"obsidian-sortable",
"cm-editor-syntax-highlight-obsidian",
"sliding-panes-obsidian",
"folder-note-plugin"
"folder-note-plugin",
"obsidian-linter",
"obsidian-full-calendar",
"cm-editor-syntax-highlight-obsidian",
"dataview",
"obsidian-jupyter",
"obsidian-toggl-integration",
"obsidian-contextual-typography",
"obsidian-style-settings",
"customizable-sidebar",
"customizable-page-header-buttons",
"juggl",
"obsidian-banners",
"periodic-notes",
"obsidian-tasks-plugin",
"open-vscode",
"obsidian-advanced-uri",
"obsidian-drag-n-drop-plugin",
"obsidian42-brat",
"dbfolder",
"obsidian-custom-frames",
"file-explorer-markdown-titles"
]
1 change: 0 additions & 1 deletion .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"graph",
"backlink",
"page-preview",
"daily-notes",
"note-composer",
"command-palette",
"slash-command",
Expand Down
9 changes: 9 additions & 0 deletions .obsidian/hotkeys.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,14 @@
],
"key": "R"
}
],
"app:toggle-left-sidebar": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "A"
}
]
}
3 changes: 3 additions & 0 deletions .obsidian/plugins/advanced-toolbar/data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"rowHeight": 48,
"rowCount": 2,
"spacing": 0,
"buttonWidth": 48,
"columnLayout": false,
"alwaysShowToolbar": true,
"mappedIcons": [],
"debugging": false,
Expand Down
74 changes: 39 additions & 35 deletions .obsidian/plugins/advanced-toolbar/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .obsidian/plugins/advanced-toolbar/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "advanced-toolbar",
"name": "Advanced Mobile Toolbar",
"version": "1.7.3",
"version": "1.7.6",
"minAppVersion": "0.12.0",
"description": "Enhances the Toolbar for Obsidian Mobile.",
"author": "phibr0",
Expand Down
11 changes: 10 additions & 1 deletion .obsidian/plugins/advanced-toolbar/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
flex-flow: column wrap;
}

.is-mobile .mobile-toolbar {
position: absolute;
z-index: 5;
}

.AT-always-shown .is-pinned .workspace-drawer-inner {
margin-bottom: calc(var(--at-button-height) * var(--at-row-count) + var(--at-spacing));
}

.AT-multirow.AT-column .mobile-toolbar-options-container {
flex-flow: row wrap;
overflow-y: auto;
Expand Down Expand Up @@ -65,4 +74,4 @@ a[href="https://www.buymeacoffee.com/phibr0"] > img {

a[href="https://www.buymeacoffee.com/phibr0"]{
transform: translate(0, 5%);
}
}
58 changes: 58 additions & 0 deletions .obsidian/plugins/customizable-page-header-buttons/main.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions .obsidian/plugins/customizable-page-header-buttons/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "customizable-page-header-buttons",
"name": "Customizable Page Header and Title Bar",
"version": "4.2.0",
"minAppVersion": "0.12.19",
"description": "This plugin lets you add buttons for executing commands to the page header and on desktop to the title bar.",
"author": "kometenstaub",
"authorUrl": "https://github.com/kometenstaub",
"isDesktopOnly": false
}
50 changes: 50 additions & 0 deletions .obsidian/plugins/customizable-page-header-buttons/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/*
MIT License

Copyright (c) 2021-2022 kometenstaub

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/

/* @settings

name: Customizable Page Header and Title Bar
id: customizable-page-header-buttons
settings:
-
id: page-header-spacing-mobile
title: Page Header Button Spacing (mobile)
type: variable-number-slider
default: 12
min: 0
max: 30
step: 1
format: px
-
id: page-header-spacing-desktop
title: Page Header Button Spacing (desktop)
type: variable-number-slider
default: 8
min: 0
max: 30
step: 1
format: px
*/

.page-header-button.titlebar-center{flex-grow:1;font-size:12px;height:100%;left:0;letter-spacing:.05em;opacity:.8;position:absolute;text-align:center;top:0;width:100%}:not(.is-mobile) .view-actions{align-items:center}:not(.is-mobile) .view-action.pane-relief{display:flex;position:unset}:not(.is-mobile) .view-action.pane-relief.app\:go-back:before,:not(.is-mobile) .view-action.pane-relief.app\:go-forward:after{display:inline;font-size:1em;line-height:1;vertical-align:text-top}:not(.is-mobile) .view-action.pane-relief.app\:go-forward:after{content:var(--pane-relief-forward-count);padding-left:.4em}:not(.is-mobile) .view-action.pane-relief.app\:go-back:before{content:var(--pane-relief-backward-count);padding-right:.4em}:not(.is-mobile) .view-action:not(:last-child){margin-right:var(--page-header-spacing-desktop)}:not(.is-mobile) .pane-relief body:not(.no-svg-replace) svg{vertical-align:top}.is-mobile .view-action:not(:last-child){margin-right:var(--page-header-spacing-mobile)}
8 changes: 8 additions & 0 deletions .obsidian/plugins/customizable-sidebar/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"sidebarCommands": [],
"hiddenCommands": [
"BRAT",
"Templater",
"Open Markdown importer"
]
}
2,895 changes: 2,895 additions & 0 deletions .obsidian/plugins/customizable-sidebar/main.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions .obsidian/plugins/customizable-sidebar/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "customizable-sidebar",
"name": "Customizable Sidebar",
"version": "2.2.1",
"minAppVersion": "0.12.11",
"description": "This Plugin allows to add any Command to Obsidian's Sidebar Ribbon.",
"author": "phibr0",
"authorUrl": "https://github.com/phibr0/",
"isDesktopOnly": false
}
57 changes: 57 additions & 0 deletions .obsidian/plugins/customizable-sidebar/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
/*Icon Picker*/
.CS-icon {
transform: translateY(3px);
margin-right: 8px;
}

.CS-icon-container{
display: flex;
}

.CS-settings-icon {
height: 20px;
margin-right: 0.5rem;
transform: translateY(2px);
}

.CS-flex {
display: flex;
}

a[href="https://www.buymeacoffee.com/phibr0"] > img {
height: 2.2em;
}

a[href="https://www.buymeacoffee.com/phibr0"]{
transform: translate(0, 5%);
}

/* .CS-ribbon-visible .workspace-drawer.mod-left {
display: flex !important;
min-width: auto;
width: var(--workspace-drawer-ribbon-width) !important;
margin-top: 50px;
} */

body.is-mobile .pin-sidebar {
display: none;
}
body:not(.is-mobile) .pin-sidebar {
padding: 8px 6px;
cursor: pointer;
}
body:not(.is-mobile) .pin-sidebar.is-pinned {
color: var(--interactive-accent);
}
body:not(.is-mobile) .mod-left-split.is-floating,
body:not(.is-mobile) .mod-right-split.is-floating {
position: absolute;
z-index: var(--layer-sidedock);
}
/** Based on ribbon width of default theme */
body:not(.is-mobile) .mod-left-split.is-floating {
left: 30px;
}
body:not(.is-mobile) .mod-right-split.is-floating {
right: 30px;
}
Loading