Merge branch 'master' of github.com:flancian/garden

This commit is contained in:
2021-07-10 10:48:53 +02:00
103 changed files with 43 additions and 292920 deletions
+2
View File
@@ -1 +1,3 @@
.obsidian
.obsidian-git-data
.obsidian-git-data*
-15
View File
@@ -1,15 +0,0 @@
Sat Jul 10 2021 10:48:33 GMT+0200 (Central European Summer Time)
Sat Jul 10 2021 10:47:34 GMT+0200 (Central European Summer Time)
=======
<<<<<<< HEAD
Sat Jul 10 2021 00:27:17 GMT+0200 (Central European Summer Time)
Sat Jul 10 2021 00:27:17 GMT+0200 (Central European Summer Time)
=======
>>>>>>> e35c053c1e5c3fc8f78046fa2ac58d7fa78a20c6
Sat Jul 10 2021 00:27:33 GMT+0200 (Central European Summer Time)
Sat Jul 10 2021 00:26:33 GMT+0200 (Central European Summer Time)
=======
Sat Jul 10 2021 00:26:17 GMT+0200 (Central European Summer Time)
Sat Jul 10 2021 00:25:17 GMT+0200 (Central European Summer Time)
>>>>>>> b1893220e24f5e449a4d008f1a6d11e5f6049244
>>>>>>> bb2b266a4ad1955da598f2d64adc55d047d768f3
-1
View File
@@ -1 +0,0 @@
{"pluginEnabledStatus":{"file-explorer":true,"global-search":true,"switcher":true,"graph":false,"backlink":false,"command-palette":false,"markdown-importer":false,"word-count":false,"open-with-default-app":false,"file-recovery":false,"daily-notes":true,"templates":false,"random-note":false,"outline":false,"audio-recorder":false,"starred":false,"page-preview":false,"tag-pane":false,"workspaces":false},"vimMode":true,"strictLineBreaks":false,"enabledPlugins":["obsidian-git","obsidian-outliner","sliding-panes-obsidian"],"hotkeys":{"daily-notes":[{"modifiers":["Alt"],"key":"D"}],"daily-notes:goto-prev":[{"modifiers":["Alt"],"key":"Y"}],"daily-notes:goto-next":[{"modifiers":["Alt"],"key":"T"}],"editor:focus-top":[{"modifiers":["Alt","Mod"],"key":"K"}],"editor:focus-bottom":[{"modifiers":["Alt","Mod"],"key":"J"}],"editor:focus-left":[{"modifiers":["Alt","Mod"],"key":"H"}],"editor:focus-right":[{"modifiers":["Alt","Mod"],"key":"L"}],"insert-template":[{"modifiers":["Alt","Mod"],"key":"T"}],"backlink:open-backlinks":[{"modifiers":["Alt","Mod"],"key":"B"}],"random-note":[{"modifiers":["Alt","Mod"],"key":"R"}],"workspace:split-horizontal":[{"modifiers":["Alt","Mod"],"key":"-"}],"workspace:split-vertical":[{"modifiers":["Alt","Mod"],"key":"\\"}],"audio-recorder:start":[{"modifiers":["Alt","Mod"],"key":"A"}],"audio-recorder:stop":[{"modifiers":["Alt","Mod"],"key":"Q"}],"workspace:toggle-pin":[{"modifiers":["Alt","Mod"],"key":"P"}],"editor:open-link-in-new-leaf":[{"modifiers":["Mod"],"key":"]"}],"workspace:close":[{"modifiers":["Alt","Mod"],"key":"W"}],"file-explorer:reveal-active-file":[{"modifiers":["Alt","Mod"],"key":"N"}],"obsidian-git:push":[{"modifiers":["Mod","Shift"],"key":"A"}],"workspaces:save-and-load":[{"modifiers":["Mod","Shift"],"key":"S"}],"workspaces:open-modal":[{"modifiers":["Mod","Shift"],"key":"W"}],"workspaces:load":[{"modifiers":["Mod","Shift"],"key":"L"}],"backlink:open":[{"modifiers":["Mod","Shift"],"key":"B"}],"graph:open-local":[{"modifiers":["Mod","Shift"],"key":"G"}],"app:toggle-default-new-pane-mode":[{"modifiers":["Mod","Shift"],"key":"P"}]},"baseFontSize":15,"defaultViewMode":"source"}
-1
View File
@@ -1 +0,0 @@
{"autorun":true}
-1
View File
@@ -1 +0,0 @@
{"collapse-filter":false,"search":"","showTags":false,"showAttachments":false,"hideUnresolved":true,"showOrphans":true,"collapse-color-groups":false,"colorGroups":[],"collapse-display":false,"showArrow":false,"textFadeMultiplier":0,"nodeSizeMultiplier":1,"lineSizeMultiplier":1,"collapse-forces":false,"centerStrength":0.135294117647059,"repelStrength":16.3529411764706,"linkStrength":0.52247191011236,"linkDistance":416,"scale":0.013369370183441594,"close":false}
-4098
View File
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "buttons",
"name": "Buttons",
"description": "Create Buttons in your Obsidian notes to run commands, open links, and insert templates",
"version": "0.4.11",
"author": "shabegom",
"authorUrl": "https://shbgm.ca",
"isDesktopOnly": false,
"minAppVersion": "0.10.8"
}
-142
View File
@@ -1,142 +0,0 @@
/* @settings
name: Buttons
id: buttons-styles
settings:
-
id: button-background
title: Background
type: variable-themed-color
format: hex
opacity: false
default-light: '#f5f6f8'
default-dark: '#1b1b1b'
-
id: button-text
title: Text
type: variable-themed-color
format: hex
opacity: false
default-light: '#1b1b1b'
default-dark: '#f5f6f8'
-
id: button-border
title: Border
type: variable-themed-color
format: hex
opacity: false
default-light: '#7a9486'
default-dark: '#84a83a'
-
id: button-box-shadow
title: Box Shadow
type: variable-themed-color
format: rgb
opacity: true
default-light: '#1b1b1b'
default-dark: '#f5f6f8'
-
id: button-border-radius
title: Border Radius
type: variable-number
format: px
default: 5
-
id: button-size
title: Font Size
type: variable-number
format: em
default: 1
*/
.block-language-button {
padding: 5px;
}
.button-default {
border: 0.5px solid var(--button-border, #7a9486);
border-radius: var(--button-border-radius, 5px);
background-color: var(--button-background);
padding: 10px 30px;
color: var(--button-text);
text-decoration: none;
font-size: var(--button-size);
margin: 0 5px;
box-shadow: 0 1px 3px var(--button-box-shadow, rgba(0, 0, 0, 0.12)),
0 1px 2px var(--button-box-shadow, rgba(0, 0, 0, 0.24));
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.button-default:hover {
z-index: 100;
box-shadow: 0 4px 4px var(--button-box-shadow, rgba(0, 0, 0, 0.25)),
0 10px 10px var(--button-box-shadow, rgba(0, 0, 0, 0.22));
transform: translate3d(0px, -1.5px, 0px);
background-color: var(--button-background);
}
.theme-dark .button-default {
border: 0.5px solid var(--button-border, #84a83a);
}
.theme-dark .button-default:hover {
z-index: 100;
box-shadow: 0 4px 4px var(--button-box-shadow, rgba(210, 210, 210, 0.25)),
0 10px 10px var(--button-box-shadow, rgba(210, 210, 210, 0.22));
transform: translate3d(0px, -1.5px, 0px);
}
.blue {
background: #76b3fa;
color: black;
}
.red {
background: red;
}
.green {
background: green;
}
.yellow {
background: yellow;
color: black;
}
.purple {
background: #725585;
}
.blue:hover {
background: #76b3fa;
color: black;
}
.red:hover {
background: red;
}
.green:hover {
background: green;
}
.yellow:hover {
background: yellow;
color: black;
}
.purple:hover {
background: #725585;
}
.button-maker {
max-width: 35rem;
width: 35rem;
overflow-y: auto;
max-height: 30rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
overflow-x: hidden;
}
-57
View File
@@ -1,57 +0,0 @@
'use strict';
var obsidian = require('obsidian');
const defSnippetFolder = "css-snippets";
class CssSnippetsPlugin extends obsidian.Plugin {
constructor(app, pluginManifest) {
super(app, pluginManifest);
}
async onload() {
this.addCommand({
id: "refresh-styles",
name: "Reload",
callback: async () => {
this.loadSnippets();
},
});
this.addCommand({
id: "unload-styles",
name: "Unload",
callback: async () => {
this.unloadSnippets();
},
});
this.loadedStyles = Array(0);
this.loadSnippets();
}
onunload() {
this.unloadSnippets();
}
async loadSnippets() {
this.unloadSnippets();
// enumerate the style files
let style_files = await this.app.vault.adapter.list(defSnippetFolder);
style_files.files;
for (let fstyle of style_files.files) {
// console.log( "Found file: ", fstyle );
if (fstyle.indexOf(".css") < 0) ;
let content = await this.app.vault.adapter.read(fstyle);
let css = content;
var style = document.createElement("style");
style.innerHTML = css;
document.head.appendChild(style);
this.loadedStyles.push(style);
}
}
async unloadSnippets() {
for (let tag of this.loadedStyles) {
// console.log( "Removing style tag: ", tag );
document.head.removeChild(tag);
}
this.loadedStyles = Array(0);
}
}
module.exports = CssSnippetsPlugin;
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi5qcyIsInNvdXJjZXMiOlsiLi4vc3JjL2luZGV4LnRzIl0sInNvdXJjZXNDb250ZW50IjpbbnVsbF0sIm5hbWVzIjpbIlBsdWdpbiJdLCJtYXBwaW5ncyI6Ijs7OztBQUVBLE1BQU0sZ0JBQWdCLEdBQVcsY0FBYyxDQUFDO01BRTNCLGlCQUFrQixTQUFRQSxlQUFNO0lBR25ELFlBQVksR0FBUSxFQUFFLGNBQThCO1FBQ2xELEtBQUssQ0FBQyxHQUFHLEVBQUUsY0FBYyxDQUFDLENBQUM7S0FDNUI7SUFFRCxNQUFNLE1BQU07UUFDVixJQUFJLENBQUMsVUFBVSxDQUFDO1lBQ2QsRUFBRSxFQUFFLGdCQUFnQjtZQUNwQixJQUFJLEVBQUUsUUFBUTtZQUNkLFFBQVEsRUFBRTtnQkFDUixJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7YUFDckI7U0FDRixDQUFDLENBQUM7UUFFSCxJQUFJLENBQUMsVUFBVSxDQUFDO1lBQ2QsRUFBRSxFQUFFLGVBQWU7WUFDbkIsSUFBSSxFQUFFLFFBQVE7WUFDZCxRQUFRLEVBQUU7Z0JBQ1IsSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDO2FBQ3ZCO1NBQ0YsQ0FBQyxDQUFDO1FBRUgsSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQW1CLENBQUMsQ0FBQyxDQUFDO1FBQy9DLElBQUksQ0FBQyxZQUFZLEVBQUUsQ0FBQztLQUNyQjtJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7S0FDdkI7SUFFRCxNQUFNLFlBQVk7UUFDaEIsSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDOztRQUd0QixJQUFJLFdBQVcsR0FBRyxNQUFNLElBQUksQ0FBQyxHQUFHLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUN0RSxXQUFXLENBQUMsS0FBSyxDQUFDO1FBQ2xCLEtBQUssSUFBSSxNQUFNLElBQUksV0FBVyxDQUFDLEtBQUssRUFBRTs7WUFFcEMsSUFBSSxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUUvQjtZQUVELElBQUksT0FBTyxHQUFHLE1BQU0sSUFBSSxDQUFDLEdBQUcsQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztZQUN4RCxJQUFJLEdBQUcsR0FBRyxPQUFPLENBQUM7WUFFbEIsSUFBSSxLQUFLLEdBQUcsUUFBUSxDQUFDLGFBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQztZQUM1QyxLQUFLLENBQUMsU0FBUyxHQUFHLEdBQUcsQ0FBQztZQUN0QixRQUFRLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUNqQyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUMvQjtLQUNGO0lBRUQsTUFBTSxjQUFjO1FBQ2xCLEtBQUssSUFBSSxHQUFHLElBQUksSUFBSSxDQUFDLFlBQVksRUFBRTs7WUFFakMsUUFBUSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsR0FBRyxDQUFDLENBQUM7U0FDaEM7UUFDRCxJQUFJLENBQUMsWUFBWSxHQUFHLEtBQUssQ0FBbUIsQ0FBQyxDQUFDLENBQUM7S0FDaEQ7Ozs7OyJ9
-9
View File
@@ -1,9 +0,0 @@
{
"id": "css-snippets",
"name": "css snippets",
"version": "0.1.2",
"description": "Load and manage css snippets",
"author": "dandandan",
"authorUrl": "https://github.com/jdbrice/obsidian-css-snippets",
"isDesktopOnly": "true"
}
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "darlal-switcher-plus",
"name": "Quick Switcher++",
"version": "0.0.11",
"minAppVersion": "0.12.4",
"description": "Enhanced Quick Switcher, search open panels, and symbols.",
"author": "darlal",
"authorUrl": "https://github.com/darlal/obsidian-switcher-plus",
"isDesktopOnly": false
}
-38
View File
@@ -1,38 +0,0 @@
:root {
--symbol-base-padding: 0px;
--symbol-indent-padding: 12px;
}
.qsp-symbol-indicator {
color: var(--text-accent);
width: 2.5em;
text-align: center;
float:left;
font-weight:800;
}
.qsp-symbol-text {}
.qsp-symbol-l0 {
padding-left: var(--symbol-base-padding);
}
.qsp-symbol-l1 {
padding-left: calc(var(--symbol-base-padding) + var(--symbol-indent-padding))
}
.qsp-symbol-l2 {
padding-left: calc(var(--symbol-base-padding) + (2 * var(--symbol-indent-padding)))
}
.qsp-symbol-l3 {
padding-left: calc(var(--symbol-base-padding) + (3 * var(--symbol-indent-padding)))
}
.qsp-symbol-l4 {
padding-left: calc(var(--symbol-base-padding) + (4 * var(--symbol-indent-padding)))
}
.qsp-symbol-l5 {
padding-left: calc(var(--symbol-base-padding) + (5 * var(--symbol-indent-padding)))
}
.qsp-symbol-l6 {
padding-left: calc(var(--symbol-base-padding) + (6 * var(--symbol-indent-padding)))
}
-1
View File
@@ -1 +0,0 @@
{"outputFileName":"unlinked","disableWorkingLinks":false,"directoriesToIgnore":[],"filesToIgnore":[],"fileTypesToIgnore":[],"linksToIgnore":[],"tagsToIgnore":[],"fileTypesToDelete":[],"ignoreFileTypes":true,"ignoreDirectories":true,"unresolvedLinksOutputFileName":"unresolved links output","unresolvedLinksDirectoriesToIgnore":[],"unresolvedLinksFilesToIgnore":[],"unresolvedLinksFileTypesToIgnore":[],"unresolvedLinksLinksToIgnore":[],"unresolvedLinksTagsToIgnore":[]}
File diff suppressed because one or more lines are too long
-9
View File
@@ -1,9 +0,0 @@
{
"id": "find-unlinked-files",
"name": "Find unlinked files and unresolved links",
"version": "1.2.1",
"description": "Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.",
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03",
"isDesktopOnly": false
}
File diff suppressed because one or more lines are too long
-9
View File
@@ -1,9 +0,0 @@
{
"id": "hotkeysplus-obsidian",
"name": "Hotkeys++",
"description": "Additional hotkeys to do common things in Obsidian",
"version": "0.2.5",
"author": "Argentina Ortega Sainz",
"authorUrl": "",
"isDesktopOnly": false
}
-1
View File
@@ -1 +0,0 @@
{"bullet":"-","emphasis":"_","rule":"-","createHeaderIfNotPresent":false,"updateHeader":true,"newHeaderTemplate":"\ndate updated: '{{date:YYYY-MM-DDTHH:mm:ssZ}}' \n","listItemIndent":"one"}
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "markdown-prettifier",
"name": "Markdown prettifier",
"description": "Tries to fix and reformat ugly Markdown and adds things like 'modified date' etc.",
"isDesktopOnly": false,
"author": "Cristian",
"authorUrl": "https://github.com/cristianvasquez",
"js": "main.js",
"version": "0.0.8"
}
-1
View File
@@ -1 +0,0 @@
/*Add css here*/
File diff suppressed because one or more lines are too long
@@ -1,8 +0,0 @@
{
"id": "maximise-active-pane-obsidian",
"name": "Maximise Active Pane",
"author": "death_au",
"description": "Simply fills the workspace with the active pane",
"isDesktopOnly": false,
"version": "0.0.3"
}
@@ -1,7 +0,0 @@
.plugin-maximise-active-pane .workspace-split.maximised .workspace-leaf:not(.mod-active),
.plugin-maximise-active-pane .workspace-split.maximised .workspace-leaf.mod-active ~ .workspace-split {
display: none;
}
.plugin-maximise-active-pane .workspace-split.maximised .workspace-leaf.mod-active {
flex-basis: calc(100% - 4px);
}
-1
View File
@@ -1 +0,0 @@
{"autosuggestToggleLink":true,"autocompleteTriggerPhrase":"@","isAutosuggestEnabled":true,"format":"YYYY-MM-DD","timeFormat":"HH:mm","separator":" ","weekStart":"Sunday","modalToggleTime":false,"modalToggleLink":false,"modalMomentFormat":"YYYY-MM-DD HH:mm"}
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "nldates-obsidian",
"name": "Natural Language Dates",
"description": "Create date-links based on natural language",
"version": "0.5.2",
"author": "Argentina Ortega Sainz",
"authorUrl": "",
"isDesktopOnly": false,
"minAppVersion": "0.11.0"
}
File diff suppressed because one or more lines are too long
@@ -1,9 +0,0 @@
{
"id": "note-refactor-obsidian",
"name": "Note Refactor",
"version": "1.7.1",
"description": "Extract note content into new notes and split notes",
"isDesktopOnly": false,
"js": "main.js",
"css": "style.css"
}
-7
View File
@@ -1,7 +0,0 @@
.note-refactor-filename .setting-item-info {
margin-right: 0;
}
.note-refactor-filename .setting-item-name {
padding-top: 10px;
}
File diff suppressed because one or more lines are too long
@@ -1,10 +0,0 @@
{
"id": "obsidian-advanced-appearance",
"name": "Advanced Appearance",
"version": "1.0.6",
"minAppVersion": "0.10.5",
"description": "Change colors, fonts and other cosmetic settings.",
"author": "@kepano",
"authorUrl": "https://www.twitter.com/kepano",
"isDesktopOnly": false
}
@@ -1,335 +0,0 @@
:root {
--max-width:87%;
--font-preview:var(--default-font);
--font-monospace:'Source Code Pro', monospace;
--font-ui:var(--default-font);
--font-editor:var(--default-font);
--base-d:16%;
--accent-d:60%;
}
body {
--font-stack-preview:var(--font-preview);
--font-stack-editor:var(--font-editor);
--font-stack-monospace:var(--font-monospace);
--font-stack-ui:var(--font-ui);
--mermaid-font:var(--font-preview);
}
.theme-light {
--background-primary:white;
--background-primary-alt:hsl(var(--base-h),var(--base-s),var(--base-l));
--background-secondary:hsl(var(--base-h),var(--base-s),calc(var(--base-l) - 3%));
--background-secondary-alt:hsl(var(--base-h),var(--base-s),calc(var(--base-l) - 7%));
--background-tertiary:hsl(var(--base-h),var(--base-s),calc(var(--base-l) - 9%));
--background-modifier-border:hsl(var(--base-h),var(--base-s),calc(var(--base-l) - 6%));
--background-modifier-border-hover:hsl(var(--base-h),var(--base-s),calc(var(--base-l) - 12%));
--background-modifier-border-focus:hsl(var(--base-h),var(--base-s),calc(var(--base-l) - 20%));
--background-modifier-form-field:hsl(var(--base-h),var(--base-s),calc(var(--base-l) + 6%));
--background-modifier-form-field-highlighted:hsl(var(--base-h),var(--base-s),calc(var(--base-l) + 8%));
--text-normal:hsl(var(--base-h),var(--base-s),calc(var(--base-l) - 80%));
--text-muted:hsl(var(--base-h),calc(var(--base-s) - 5%),calc(var(--base-l) - 45%));
--text-faint:hsl(var(--base-h),calc(var(--base-s) - 5%),calc(var(--base-l) - 25%));
--background-transparent:hsla(var(--base-h),var(--base-s),var(--base-l),0);
--background-translucent:rgba(255,255,255,0.85);
--background-match-highlight:hsla(var(--accent-h), 40%, 62%, 0.2);
--background-modifier-accent:hsl(var(--accent-h),var(--accent-s),calc(var(--accent-l) + 10%));
--text-accent:hsl(var(--accent-h),var(--accent-s),var(--accent-l));
--text-accent-hover:hsl(var(--accent-h),var(--accent-s),calc(var(--accent-l) - 10%));
--text-on-accent:white;
--icon-hex:000;
--interactive-accent:hsl(var(--accent-h),var(--accent-s),var(--accent-l));
--interactive-accent-hover:hsl(var(--accent-h),var(--accent-s),calc(var(--accent-l) - 10%));
--quote-opening-modifier:hsl(var(--base-h),var(--base-s),calc(var(--base-l) - 10%));
--interactive-accent-rgb:220, 220, 220;
--text-selection:hsla(var(--accent-h),50%,calc(var(--base-l) - 20%), 30%);
--text-highlight-bg:rgba(255, 224, 0, 0.5);
--text-highlight-bg-active:rgba(0, 0, 0, 0.1);
}
.theme-light.advanced-light-contrast .workspace-fake-target-overlay.is-in-sidebar,
.theme-light.advanced-light-contrast .titlebar,
.theme-light.advanced-light-contrast .status-bar,
.theme-light.advanced-light-contrast .workspace-ribbon.mod-left,
.theme-light.advanced-light-contrast .mod-left-split,
.theme-light.advanced-light-contrast .modal.mod-settings .vertical-tab-header,
.theme-dark {
--background-primary:hsl(var(--base-h),var(--base-s),var(--base-d));
--background-primary-alt:hsl(var(--base-h),var(--base-s),calc(var(--base-d) - 2%));
--background-secondary:hsl(var(--base-h),var(--base-s),calc(var(--base-d) - 5%));
--background-secondary-alt:hsl(var(--base-h),var(--base-s),calc(var(--base-d) - 10%));
--background-tertiary:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 2%));
--background-modifier-border:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 4%));
--background-modifier-border-hover:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 10%));
--background-modifier-border-focus:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 20%));
--background-modifier-box-shadow:rgba(0, 0, 0, 0.3);
--text-normal:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 67%));
--text-muted:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 45%));
--text-faint:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 20%));
--background-transparent:hsla(var(--base-h),var(--base-s),var(--base-d),0);
--background-translucent:hsla(var(--base-h),var(--base-s),var(--base-d),0.85);
--background-match-highlight:hsla(var(--accent-h), 40%, 62%, 0.2);
--background-modifier-accent:hsl(var(--accent-h),var(--accent-s),calc(var(--accent-d) - 10%));
--text-accent:hsl(var(--accent-h),var(--accent-s),var(--accent-d));
--text-accent-hover:hsl(var(--accent-h),var(--accent-s),calc(var(--accent-d) + 12%));
--text-on-accent:white;
--icon-hex:FFF;
--interactive-accent:hsl(var(--accent-h),var(--accent-s),calc(var(--accent-d) - 20%));
--interactive-accent-hover:hsl(var(--accent-h),var(--accent-s),calc(var(--accent-d) - 15%));
--quote-opening-modifier:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 10%));
--interactive-accent-rgb:66, 66, 66;
--text-selection:hsla(var(--accent-h),70%,40%,30%);
--text-highlight-bg:rgba(255, 177, 80, 0.3);
--text-highlight-bg-active:rgba(255, 255, 255, 0.1);
}
.theme-light.advanced-light-white {
--background-secondary:white;
--background-secondary-alt:hsl(var(--base-h),var(--base-s),calc(var(--base-l) - 2%));
}
.theme-light.advanced-light-tonal {
--background-primary:hsl(var(--base-h),var(--base-s),var(--base-l));
--background-primary-alt:hsl(var(--base-h),var(--base-s),calc(var(--base-l) - 4%));
--background-translucent:hsla(var(--base-h),var(--base-s),var(--base-l),0.85);
}
.theme-dark.advanced-dark-tonal {
--background-secondary:hsl(var(--base-h),var(--base-s),var(--base-d));
--background-tertiary:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 4%));
}
.theme-dark.advanced-dark-black {
--base-d:0%;
--background-primary-alt:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 6%));
--background-tertiary:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 10%));
--background-modifier-border:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 12%));
--background-modifier-border-hover:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 20%));
--background-modifier-border-focus:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 30%));
--background-modifier-cover:hsla(var(--base-h),var(--base-s),calc(var(--base-d) + 8%),0.9);
--text-normal:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 75%));
--text-muted:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 50%));
--text-faint:hsl(var(--base-h),var(--base-s),calc(var(--base-d) + 25%));
--icon-muted:0.5;
--background-modifier-box-shadow:rgba(0, 0, 0, 1);
}
/* --------------- */
/* Font sizes */
body, input, button,
.cm-s-obsidian .cm-formatting-hashtag,
.cm-s-obsidian,
.suggestion-item,
.suggestion-empty,
.cm-s-obsidian span.cm-footref,
#calendar-container .month,
#calendar-container .title {
font-size:var(--font-size-primary);
}
.outline,
.outline .pane-empty,
.outline .collapsible-item-self,
.search-input-container input,
.side-dock-collapsible-section-header,
.search-result-file-title,
.search-empty-state,
.search-input-container input::placeholder,
.is-collapsed .search-result-file-title,
.workspace-leaf-content .search-input,
.footnotes-list,
.frontmatter-container,
.frontmatter-container .frontmatter-container-header,
.markdown-preview-section .frontmatter code,
.graph-controls .setting-item-name,
.vertical-tab-nav-item,
.frontmatter-container .tag,
p .tag,
.cm-s-obsidian .cm-hmd-frontmatter,
.cm-s-obsidian span.cm-hashtag,
.cm-s-obsidian pre.HyperMD-footnote,
.nav-file-title,
.tree-item-self,
.nav-folder-title,
.tag-pane-tag,
.tooltip,
.document-search-button,
.workspace > .workspace-split:not(.mod-root) .CodeMirror,
.workspace > .workspace-split:not(.mod-root) .markdown-preview-view,
.document-search-button,
.cm-s-obsidian pre.HyperMD-footnote {
font-size:var(--font-size-secondary);
}
/* --------------- */
/* Font styles */
.popover,
.vertical-tab-content-container,
.workspace-leaf-content[data-type=markdown] {
font-family:var(--font-stack-preview)
}
.markdown-source-view,
.cm-s-obsidian .cm-formatting-hashtag,
.cm-s-obsidian {
font-family:var(--font-stack-editor);
}
body,
.frontmatter-container .tag,
.cm-s-obsidian span.cm-hashtag,
p .tag,
input,
input[type='text'],
input[type='search'],
input[type='email'],
input[type='password'],
input[type='number'],
button,
.dropdown,
.setting-item-control button {
font-family:var(--font-stack-ui);
}
.CodeMirror pre.HyperMD-table-row,
.cm-s-obsidian .hmd-fold-html-stub,
.cm-s-obsidian .hmd-fold-code-stub,
.cm-s-obsidian.CodeMirror .HyperMD-hover > .HyperMD-hover-content code,
.cm-s-obsidian .cm-formatting-hashtag,
.cm-s-obsidian .cm-inline-code,
.cm-s-obsidian .HyperMD-codeblock,
.cm-s-obsidian .HyperMD-hr,
.cm-s-obsidian .cm-hmd-frontmatter,
.cm-s-obsidian .cm-hmd-orgmode-markup,
.cm-s-obsidian .cm-formatting-code,
.cm-s-obsidian .cm-math,
.cm-s-obsidian span.hmd-fold-math-placeholder,
.cm-s-obsidian .CodeMirror-linewidget kbd,
.cm-s-obsidian .hmd-fold-html kbd
.CodeMirror-code {
font-family:var(--font-stack-monospace);
}
/* --------------- */
/* Fancy cursor */
.fancy-cursor .CodeMirror-cursor {
border:none;
border-right:2px solid var(--text-accent);
}
/* --------------- */
/* Links */
body:not(.links-int-on) a[href*="obsidian://"],
body:not(.links-int-on) .markdown-preview-view .internal-link,
body:not(.links-int-on) .external-link,
body:not(.links-int-on) .frontmatter-container .tag,
body:not(.links-int-on) p .tag,
body:not(.links-int-on) .cm-s-obsidian span.cm-hashtag {
text-decoration:none;
}
.links-int-on .markdown-preview-view .internal-link,
.markdown-preview-view .internal-link {
text-decoration:underline;
}
.links-ext-on .external-link,
.external-link {
text-decoration:underline;
}
/* --------------- */
/* Dark theme adjustments */
.theme-dark.minimal-dark-black .popover {
background:var(--background-primary-alt);
}
.dropdown {
border-color:var(--background-modifier-border);
font-family:var(--font-ui);
background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
}
.theme-dark .dropdown {
background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
}
/* --------------- */
/* Custom line width */
.mod-root #calendar-container,
.markdown-preview-view.is-readable-line-width .markdown-preview-sizer {
max-width:var(--max-width);
width:var(--line-width);
}
.markdown-source-view.is-readable-line-width .CodeMirror,
.CodeMirror,
.markdown-preview-section {
padding-left:0;
padding-right:0;
margin:0 auto 0 auto;
width:var(--line-width);
max-width:var(--max-width);
}
/* --------------- */
/* Relationship lines in Preview */
.rel-lines-preview .markdown-preview-view ul ul {
position:relative;
}
.rel-lines-preview .markdown-preview-view ul ul::before {
content:'';
border-left:1px solid var(--background-modifier-border);
position:absolute;
left:-14px;
top:0;
bottom:0;
}
.rel-lines-preview .markdown-preview-view ul.contains-task-list::before {
top:5px;
}
.rel-lines-preview .markdown-preview-view .task-list-item-checkbox {
margin-left:-21px;
}
/* --------------- */
/* Relationship lines in Edit mode */
.rel-lines-edit .cm-hmd-list-indent > .cm-tab {
display:inline-block;
}
.rel-lines-edit .cm-hmd-list-indent > .cm-tab:after {
content:" ";
display:block;
width:1px;
position:absolute;
top:1px;
border-right:1px solid var(--background-modifier-border);
height:100%;
}
/* --------------- */
/* Turn off file name trimming */
.full-file-names .tree-item-inner,
.full-file-names .nav-file-title-content,
.full-file-names .search-result-file-title {
text-overflow:unset;
white-space:normal;
line-height:1.4;
}
.full-file-names .nav-file-title {
margin-bottom:3px;
}
.nav-file-title {
width:calc(100% - 30px);}
.nav-file-title-content {
width:100%;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.tree-item-inner,
.search-result-file-title {
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
-1
View File
@@ -1 +0,0 @@
{"todoPageName":"","showChecked":false,"groupBy":"page","sortDirection":"old->new","ignoreFiles":"","includeFiles":"","lookAndFeel":"classic","_collapsedSections":[]}
File diff suppressed because it is too large Load Diff
@@ -1,10 +0,0 @@
{
"id": "obsidian-checklist-plugin",
"name": "Checklist",
"version": "1.2.2",
"minAppVersion": "0.9.12",
"description": "Combines checklists across pages into users sidebar",
"author": "delashum",
"authorUrl": "https://www.hivewire.co/about/careers",
"isDesktopOnly": false
}
-44
View File
@@ -1,44 +0,0 @@
/* no content */
.checklist-plugin-main {
--todoList-checkboxSize: 20px;
--todoList-checkboxCheckedSize: 12px;
--todoList-checkboxBorder: 2px solid var(--text-muted);
--todoList-checkboxFill: var(--text-muted);
--todoList-listItemBorderRadius: 8px;
--todoList-listItemMargin: 0 0 12px;
--todoList-listItemBackground: var(--interactive-normal);
--todoList-listItemBackground--hover: var(--interactive-hover);
--todoList-listItemMargin--compact: 0 0 8px;
--todoList-headerMargin: 0 0 8px;
--todoList-headerGap: 4px;
--todoList-headerFontSize: 18px;
--todoList-headerFontWeight: 600;
--todoList-iconSize: 24px;
--todoList-iconFill: var(--text-normal);
--todoList-textColor: var(--text-muted);
--todoList-textChunkColor: var(--text-accent);
--todoList-textChunkColor--hover: var(--text-accent-hover);
--todoList-pageMargin: 0 0 4px;
--todoList-loaderSize: 16px;
--todoList-loaderBorderColor: var(--text-muted) var(--text-muted) var(--text-normal);
--todoList-buttonPadding: 0 5px;
--todoList-countPadding: 0 6px;
--todoList-countBackground: var(--interactive-normal);
--todoList-countFontSize: 13px;
--todoList-togglePadding: 8px 8px 8px 12px;
--todoList-contentPadding: 8px 12px 8px 0;
--todoList-contentPadding--compact: 4px 8px;
--todoList-togglePadding--compact: 4px 8px;
--todoList-countBorderRadius: 4px;
--todoList-tagBaseColor: var(--text-faint);
--todoList-tagSubColor: var(--text-muted);
--todoList-groupMargin: 8px;
}
.checklist-plugin-main button {
margin: initial;
}
.checklist-plugin-main p {
margin: initial;
}
-1
View File
@@ -1 +0,0 @@
{"customFolder":"Day Planners","mode":0,"mermaid":true,"notesToDates":[],"completePastItems":true,"circularProgress":true,"nowAndNextInStatusBar":true,"showTaskNotification":true,"timelineZoomLevel":4}
File diff suppressed because one or more lines are too long
-9
View File
@@ -1,9 +0,0 @@
{
"id": "obsidian-day-planner",
"name": "Day Planner",
"version": "0.5.8",
"description": "A plugin to help you plan your day and setup pomodoro timers",
"isDesktopOnly": false,
"js": "main.js",
"css": "style.css"
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,9 +0,0 @@
{
"id": "obsidian-emoji-toolbar",
"name": "Emoji Toolbar",
"version": "0.2.1",
"description": "Quickly search for and insert emojis into your notes.",
"author": "oliveryh",
"authorUrl": "https://github.com/oliveryh/obsidian-emoji-toolbar",
"isDesktopOnly": false
}
-6
View File
@@ -1,6 +0,0 @@
img.emoji {
height: 1em;
width: 1em;
margin: 0 0.05em 0 0.1em;
vertical-align: -0.1em;
}
File diff suppressed because one or more lines are too long
@@ -1,10 +0,0 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "1.1.9",
"minAppVersion": "0.11.13",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
"authorUrl": "https://zsolt.blog",
"isDesktopOnly": false
}
@@ -1 +0,0 @@
.App{font-family:sans-serif;text-align:center}.excalidraw-wrapper{height:100%;margin:0px;background-color:#fff}.context-menu-option__shortcut{background-color:transparent!important}.block-language-excalidraw{text-align:center}.excalidraw .github-corner{display:none}img.excalidraw-svg-right-wrap{float:right;margin:0px 0px 20px 20px}img.excalidraw-svg-left-wrap{float:left;margin:0px 35px 20px 0px}img.excalidraw-svg-right{float:right}img.excalidraw-svg-left{float:left}div.excalidraw-svg-right,div.excalidraw-svg-left{display:table;width:100%}button.ToolIcon_type_button[title=Export]{display:none}.excalidraw-prompt-div{display:flex}.excalidraw-prompt-form{display:flex;flex-grow:1}.excalidraw-prompt-input{flex-grow:1}
-1
View File
@@ -1 +0,0 @@
{"commitMessage":"[[snapshot]]: {{date}}","commitDateFormat":"YYYY-MM-DD HH:mm:ss","autoSaveInterval":1,"autoPullInterval":1,"autoPullOnBoot":true,"disablePush":false,"pullBeforePush":true,"disablePopups":false,"listChangedFilesInMessageBody":true,"showStatusBar":true,"lastAutoBackUp":"Sat Jul 03 2021 11:50:30 GMT+0200 (Central European Summer Time)","lastAutoPull":"Sat Jul 03 2021 11:50:30 GMT+0200 (Central European Summer Time)"}
File diff suppressed because one or more lines are too long
-8
View File
@@ -1,8 +0,0 @@
{
"id": "obsidian-git",
"name": "Obsidian Git",
"description": "Backup your vault with git.",
"isDesktopOnly": true,
"js": "main.js",
"version": "1.9.2"
}
-1
View File
@@ -1 +0,0 @@
{"useForwardLinks":true,"useBackLinks":true,"useTags":true,"skipMOCs":false,"MOCMaxLinks":30,"enableHighContrast":false,"skipFolders":"","enableLinks":false,"enableTransclusion":false}
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "obsidian-journey-plugin",
"name": "Journey",
"version": "0.0.7",
"minAppVersion": "0.10.10",
"description": "Discover the stories between your notes.",
"author": "Alexis Rondeau",
"authorUrl": "https://publish.obsidian.md/alexisrondeau",
"isDesktopOnly": false
}
-106
View File
@@ -1,106 +0,0 @@
.journey-search-form select, .journey-search-form input[type=text], .journey-input-button {
width: 100%;
height: 50px !important;
font-size: 24px;
padding: 5px;
padding-left: 10px;
margin-bottom: 20px;
}
.show-me {
display: block;
}
.hide-me {
display: none;
}
.journey-search-form .journey-search-autocomplete-results-container {
position: relative;
height: 0px;
top: -20px;
width: 730px;
min-width: 730px;
max-width: 730px;
}
.journey-search-autocomplete-results-container .journey-search-autocomplete-results-content {
background-color: #222;
}
.journey-search-autocomplete-results-content-item {
font-size: 24px;
color: white;
border-bottom: 1px solid #000000;
padding: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.journey-input-button {
background-color: black;
color: white;
}
/** Search Results */
.journey-result-list .journey-result-list-item-note,
.journey-result-list .journey-result-list-item-start,
.journey-result-list .journey-result-list-item-end,
.journey-result-list .journey-result-list-item-tag {
font-size: 24px;
padding: 10px;
margin-bottom: 10px;
background-color: #555;
border: 5px solid #777;
border-radius: 10px 10px 10px 10px;
}
.journey-result-list .journey-result-list-item-start {
background-color: darkgreen;
border: 3px solid forestgreen;
}
.journey-result-list .journey-result-list-item-end {
background-color: darkgreen;
border: 3px solid forestgreen;
}
.journey-result-list .journey-result-list-item-tag {
background-color: darkblue;
border: 3px solid royalblue;
}
.journey-result-list-high-contrast .journey-result-list-item-note,
.journey-result-list-high-contrast .journey-result-list-item-start,
.journey-result-list-high-contrast .journey-result-list-item-end,
.journey-result-list-high-contrast .journey-result-list-item-tag {
font-size: 24px;
padding: 10px;
margin-bottom: 10px;
background-color: #000;
color: white;
border: 5px solid #333;
border-radius: 10px 10px 10px 10px;
}
.journey-result-list-reset-link {
text-align: center;
text-decoration: underline;
}
.discovery-settings {
font-size: 9px;
text-align: center;
}
.journey-search-lucky {
text-align: center;
text-decoration: underline;
}
.moc-max-links-counter {
text-align: right;
}
File diff suppressed because one or more lines are too long
-8
View File
@@ -1,8 +0,0 @@
{
"id": "obsidian-mind-map",
"name": "Mind Map",
"version": "1.1.0",
"description": "A plugin to preview notes as Markmap mind maps",
"isDesktopOnly": false,
"js": "main.js"
}
-1
View File
@@ -1 +0,0 @@
{"styleLists":true,"debug":false,"stickCursor":true,"betterEnter":true,"selectAll":true,"zoomOnClick":true}
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "obsidian-outliner",
"name": "Outliner",
"version": "1.2.5",
"minAppVersion": "0.12.3",
"description": "Work with your lists like in Workflowy or RoamResearch.",
"author": "Viacheslav Slinko",
"authorUrl": "https://github.com/vslinko",
"isDesktopOnly": true
}
-42
View File
@@ -1,42 +0,0 @@
/* lists */
.outliner-plugin-bls .cm-s-obsidian .HyperMD-list-line {
padding-top: 0.4em;
}
/* bullets */
.outliner-plugin-bls .cm-s-obsidian span.cm-formatting-list {
letter-spacing: 3px;
}
.outliner-plugin-bls .cm-s-obsidian span.cm-formatting-list-ul {
color: var(--background-primary);
}
.outliner-plugin-bls .cm-s-obsidian span.cm-formatting-list-ul:before {
content: "•";
position: absolute;
margin-left: -3px;
margin-top: -5px;
font-size: 24px;
color: var(--text-muted);
visibility: visible !important;
}
/* lines */
.outliner-plugin-bls .cm-hmd-list-indent .cm-tab {
position: relative;
}
.outliner-plugin-bls .cm-hmd-list-indent .cm-tab::before {
content: "";
border-left: 1px solid var(--text-faint);
position: absolute;
left: 3px;
top: -9px;
bottom: -9999px;
}
.outliner-plugin-bls .cm-s-obsidian .CodeMirror-line {
position: relative;
overflow: hidden;
}
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "obsidian-plugin-todo",
"name": "Obsidian TODO | Text-based GTD",
"version": "0.1.0",
"minAppVersion": "0.10.13",
"description": "Text-based GTD in Obsidian. Collects all outstanding TODOs from your vault and presents them in lists Today, Scheduled, Inbox and Someday/Maybe.",
"author": "Lars Lockefeer",
"authorUrl": "https://lars.lockefeer.online",
"isDesktopOnly": false
}
-59
View File
@@ -1,59 +0,0 @@
div.todo-item-view-container {
}
div.todo-item-view-toolbar {
display: flex;
justify-content: center;
align-items: center;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
}
div.todo-item-view-toolbar-item {
padding-left: 15px;
padding-right: 15px;
padding-top: 8px;
padding-bottom: 2px;
cursor: pointer;
}
div.todo-item-view-items {
display: flex;
flex-direction: column;
justify-content: flex-start;
}
div.todo-item-view-item {
display: flex;
padding-top: 10px;
padding-bottom: 10px;
}
div.todo-item-view-item p {
margin: 0;
}
div.todo-item-view-item-checkbox {
flex-basis: 25px;
flex-shrink: 0;
}
div.todo-item-view-item-description {
flex-grow: 1;
padding-left: 4px;
}
div.todo-item-view-item-link {
flex-basis: 25px;
flex-shrink: 0;
cursor: pointer;
padding-left: 8px;
}
div.todo-item-view-item-link svg, div.todo-item-view-toolbar-item svg {
fill: #cccccc;
}
div.todo-item-view-toolbar-item.active svg {
fill: #7f6df2;
}
File diff suppressed because one or more lines are too long
@@ -1,10 +0,0 @@
{
"id": "obsidian-pomodoro-plugin",
"name": "Pomodoro Plugin",
"version": "0.0.2",
"minAppVersion": "0.9.12",
"description": "This is a simple pomodoro plugin for Obsidian.",
"author": "Tokuhiro Matsuno",
"authorUrl": "https://github.com/tokuhirom/",
"isDesktopOnly": false
}
-38
View File
@@ -1,38 +0,0 @@
/* Sets all the text color to red! */
.pomodoro-timer {
text-align: center;
}
.pomodoro-timer .mode-switchers-container {
text-align: center;
margin-right: auto;
margin-left: auto;
display: flex;
color: white;
}
.pomodoro-timer .mode-switchers-container div {
background-color: rosybrown;
margin-left: 20px;
padding: 8px;
border-radius: 5px;
border: darkred 1px dashed;
}
.pomodoro-timer .mode-switchers-container div.enabled {
background-color: brown;
}
.pomodoro-timer .mode-switchers-container:after {
content: "";
display: block;
clear: both;
}
.pomodoro-timer .time {
font-size: 180%;
text-align: center;
padding: 10px;
}
.pomodoro-timer .time.over {
color: red;
}
File diff suppressed because one or more lines are too long
@@ -1,10 +0,0 @@
{
"id": "obsidian-rollover-daily-todos",
"name": "Rollover Daily Todos",
"version": "1.0.2",
"minAppVersion": "0.9.20",
"description": "This plugin will rollover any unchecked checkboxes from your last daily note into today's note",
"author": "Matthew Sessions",
"authorUrl": "https://matthewsessions.com",
"isDesktopOnly": false
}
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "obsidian-tabs",
"name": "Obsidian Tabs",
"version": "1.0.5",
"minAppVersion": "0.11.13",
"description": "Opens new leaves in tabs.",
"author": "foreveryone",
"authorUrl": "https://github.com/gitobsidiantutorial/obsidian-tabs",
"isDesktopOnly": false
}
-299
View File
@@ -1,299 +0,0 @@
:root{
--headerheight: 29px;
}
.plugin-tabs .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical,
.plugin-tabs .mod-root.workspace-split.mod-vertical{
overflow-x: hidden;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
align-items: stretch;
overflow-y: hidden;
--jstabs: 0;
--tabs: 10;
--rowsjs: 1;
--rows1 : 1;
--rows : min(var(--rows1),var(--rowsjs));
--numtabs : max(var(--jstabs),var(--tabs));
--w1 : calc(100% * var(--rows) / var(--numtabs));
--w2 : max(20% , 14.5rem/*alter width of tab here*/);
}
.plugin-tabs.rowoverflow .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical,
.plugin-tabs.rowoverflow .mod-root.workspace-split.mod-vertical {
--rows1: 2;
--rows : min(var(--rows1),var(--rowsjs));
--w1 : calc(100% * var(--rows) / var(--numtabs));
}
.plugin-tabs .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf,
.plugin-tabs .mod-root.workspace-split.mod-vertical > div.workspace-leaf {
flex-grow: 1;
flex-shrink: 1;
min-width: var(--w1);
max-width: var(--w2);
height: var(--headerheight);
padding-right: 0px;
border-radius: 10px 10px 0px 0px; /* adds a slight rounding to the top corners of a pane header - NOT ESSENTIAL */
border: 1px solid var(--background-modifier-border); /* adds a slight outline to the tab header - NOT ESSENTIAL */
border-bottom: 0;
}
.plugin-tabs .view-content {
height: 100%;
}
.plugin-tabs .mod-root.workspace-split.mod-vertical > div.workspace-leaf.stayopen .view-header,
.plugin-tabs .mod-root.workspace-split.mod-vertical > .workspace-split.mod-vertical > div.workspace-leaf .view-header,
.plugin-tabs .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active .view-header{border-left: 1px solid var(--background-modifier-border) } /* adds a slight outline to the main window header - NOT ESSENTIAL */
.plugin-tabs .mod-root.workspace-split.mod-vertical div .view-header{
border-top: 0;
}
.plugin-tabs .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.stayopen,
.plugin-tabs .mod-root.workspace-split.mod-vertical > div.workspace-leaf.stayopen,
.plugin-tabs .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.mod-active,
.plugin-tabs .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active {
align-self: stretch;
position: absolute;
bottom: 0px;
order: 99;
min-width: 100%;
max-width: 100%;
min-height: calc(100% - var(--headerheight) * var(--rows));
overflow-y: hidden;
padding-right: 1px;
border-radius: 0;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.plugin-tabs .mod-root.workspace-split.mod-vertical.maximised .workspace-split.mod-vertical > div.workspace-leaf.mod-active, .mod-root.workspace-split.mod-vertical.maximised > div.workspace-leaf.mod-active {
height: 100%!important;
top: 0px;
border-radius: 10px 0px 0px 0px;
border-top: 1px solid var(--background-modifier-border);
}
.plugin-tabs .maximised .view-header {height: var(--headerheight); border-left: 1px solid var(--background-modifier-border)}
.plugin-tabs .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf:only-of-type,
.plugin-tabs .mod-root.workspace-split.mod-vertical > div.workspace-leaf:only-of-type { /*if only one pane open, maximise*/
top: 0px;
bottom: 0px;
height: 100%!important;
}
.plugin-tabs .mod-root.workspace-split.mod-vertical .workspace-leaf .view-header {
height: calc(var(--headerheight) + 3px);
}
.plugin-tabs .mod-root.workspace-split.mod-vertical > div.workspace-leaf:only-of-type .view-header {
height: var(--headerheight);
}
.plugin-tabs .view-header-title-container::after { /* remove pane header shadows */
display:none;
}
/* OPTIONAL */
/* non pane relief options */
/* optional feature vertical side-by-side view */
.plugin-tabs:not(.horizontal-to-vertical) .mod-root.workspace-split.mod-vertical > .workspace-split.mod-horizontal{
flex-direction: row;
}
.plugin-tabs:not(.horizontal-to-vertical) .mod-root.workspace-split.mod-vertical > .workspace-split.mod-horizontal > * {
width: 100%;
flex: 1 0 0;
height: 100%;
}
.plugin-tabs:not(.horizontal-to-vertical) .mod-root.workspace-split.mod-vertical > .workspace-split.mod-horizontal > .workspace-leaf:nth-of-type(n+1){
border-radius: 10px 10px 0px 0px; /* adds a slight rounding to the top corners of a pane header - NOT ESSENTIAL */
border: 1px solid var(--background-modifier-border); /* adds a slight outline to the tab header - NOT ESSENTIAL */
border-bottom: 0;
border-left: 0;
}
.plugin-tabs:not(.horizontal-to-vertical) .mod-root.workspace-split.mod-vertical > .workspace-split.mod-horizontal .workspace-leaf:nth-of-type(n+1) .view-header {height: var(--headerheight); }
.plugin-tabs:not(.horizontal-to-vertical) .mod-root.workspace-split.mod-vertical > .workspace-split.mod-horizontal hr.workspace-leaf-resize-handle{
display: none
}
/* optional feature increase room for tab title */
.plugin-tabs:not(.compact-title) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf:not(.mod-active) .view-actions, /*decrease horizontal padding for tab actions to zero*/
.mod-root.workspace-split.mod-vertical > div.workspace-leaf:not(.mod-active) .view-actions{
padding: 4px 0px;
}
.plugin-tabs:not(.compact-title) .workspace .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.stayopen .view-actions, /*decrease horizontal padding for tab actions to zero*/
.workspace .mod-root.workspace-split.mod-vertical > div.workspace-leaf.stayopen .view-actions{
padding: 4px 10px;
}
.plugin-tabs:not(.compact-title) .workspace .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.stayopen .view-action.mod-close-leaf, /*decrease margin for close button*/
.workspace .mod-root.workspace-split.mod-vertical > div.workspace-leaf.stayopen .view-action.mod-close-leaf{
margin-left: 10px;
}
.plugin-tabs:not(.compact-title) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf:not(.mod-active) .view-action.mod-close-leaf, /*decrease margin for close button*/
.mod-root.workspace-split.mod-vertical > div.workspace-leaf:not(.mod-active) .view-action.mod-close-leaf{
margin-left: 0px;
}
.workspace-leaf .view-header-title{cursor: context-menu}
div.workspace-leaf.stayopen .view-header-title,
div.workspace-leaf.mod-active .view-header-title{cursor: text}
/* optional feature smaller tab titles */
.plugin-tabs:not(.small-title) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf:not(.stayopen) .view-header-title,
.plugin-tabs:not(.small-title) .mod-root > div.workspace-leaf:not(.stayopen) .view-header-title,
.plugin-tabs:not(.small-title) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf:not(.mod-active) .view-header-title,
.plugin-tabs:not(.small-title) .mod-root > div.workspace-leaf:not(.stayopen) .view-header-title{
font-size: 14px;
}
.plugin-tabs:not(.small-title) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.stayopen .view-header-title,
.plugin-tabs:not(.small-title) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.stayopen .view-header-title,
.plugin-tabs:not(.small-title) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.mod-active .view-header-title,
.plugin-tabs:not(.small-title) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active .view-header-title{
font-size: 16px;
}
/* optional feature hide header button, more options, and edit button on tabs */
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf a[aria-label="Edit (Ctrl/Cmd+Click to edit in new pane)"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf .view-header-icon,
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf a[aria-label="Preview (Ctrl/Cmd+Click to open in new pane)"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf a[aria-label="More options"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical > div.workspace-leaf a[aria-label="Edit (Ctrl/Cmd+Click to edit in new pane)"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical > div.workspace-leaf .view-header-icon,
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical > div.workspace-leaf a[aria-label="Preview (Ctrl/Cmd+Click to open in new pane)"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical > div.workspace-leaf a[aria-label="More options"]{
display: none;
}
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.stayopen a[aria-label="Edit (Ctrl/Cmd+Click to edit in new pane)"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.stayopen .view-header-icon,
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.stayopen a[aria-label="Preview (Ctrl/Cmd+Click to open in new pane)"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.stayopen a[aria-label="More options"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.stayopen a[aria-label="Edit (Ctrl/Cmd+Click to edit in new pane)"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.stayopen a[aria-label="Preview (Ctrl/Cmd+Click to open in new pane)"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.stayopen .view-header-icon,
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.stayopen a[aria-label="More options"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.mod-active a[aria-label="Edit (Ctrl/Cmd+Click to edit in new pane)"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.mod-active .view-header-icon,
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.mod-active a[aria-label="Preview (Ctrl/Cmd+Click to open in new pane)"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.mod-active a[aria-label="More options"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active a[aria-label="Edit (Ctrl/Cmd+Click to edit in new pane)"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active a[aria-label="Preview (Ctrl/Cmd+Click to open in new pane)"],
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active .view-header-icon,
.plugin-tabs:not(.hide-buttons) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active a[aria-label="More options"]{
display: block;
}
/* Pane relief specific options */
/* optional feature underline next tab [pane relief cycle to next pane hotkey] */
.plugin-tabs:not(.tab-underline) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical > div.workspace-leaf.mod-active + div.workspace-leaf .view-header-title ,
.plugin-tabs:not(.tab-underline) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active + div.workspace-leaf .view-header-title {
text-decoration: underline;
}
/* optional feature tab numbers (useful for pane relief shortcuts) */
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical:first-of-type > div.workspace-leaf .view-header-title-container, /* first tab container gets numbered from 1-8 */
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical:first-of-type > div.workspace-leaf:last-of-type .view-header-title-container,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical:only-of-type > div.workspace-leaf .view-header-title, /* alt+9 jumps to the LAST pane open, rather than the 9th, so only number if this is the only vertical split*/
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical:only-of-type > div.workspace-leaf:last-of-type .view-header-title,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf .view-header-title,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf:last-of-type .view-header-title,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf .view-header-title-container,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf:last-of-type .view-header-title-container {padding-left: 0px}
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical:first-of-type > .workspace-leaf:nth-of-type(n+9) .view-header-title,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > .workspace-leaf:nth-of-type(n+9) .view-header-title {padding-left: 5px} /* intentionally less specific, so it gets overridden */
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical { counter-reset: tab; }
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical:first-of-type > div.workspace-leaf > .workspace-leaf-content > .view-header .view-header-title::before,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf > .workspace-leaf-content > .view-header .view-header-title::before{
counter-increment: tab;
content: counter(tab);
padding-top: 2px;
display: inline-block;
height: calc(var(--headerheight) + 6px);
margin-right: 5px;
padding: 0 0.4em;
width: auto; /* compatibility with mininal */
vertical-align: baseline; /* compatibility with mininal */
position: static; /* compatibility with mininal */
background-color: var(--background-secondary-alt); /* change to appealing colours in your theme */
}
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical div.workspace-split.mod-vertical:first-of-type > div.workspace-leaf:nth-of-type(n+9) > .workspace-leaf-content > .view-header .view-header-title::before,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf:nth-of-type(n+9) > .workspace-leaf-content > .view-header .view-header-title::before {
display: none;
}
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-split.mod-vertical:first-of-type > div.workspace-leaf:nth-of-type(n+9):last-of-type > .workspace-leaf-content > .view-header .view-header-title::before,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf:nth-of-type(n+9):last-of-type > .workspace-leaf-content > .view-header .view-header-title::before {
display: inline-block;
content: "9";
}
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical:first-of-type > div.workspace-leaf.stayopen .view-header-title::before,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.stayopen .view-header-title::before,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical:first-of-type > div.workspace-leaf.mod-active .view-header-title::before,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active .view-header-title::before {
color: var(--text-muted); /* change to appealing colour in your theme */
background-color: var(--background-secondary-alt);
margin-left: -0.3em;
}
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical:first-of-type > div.workspace-leaf.stayopen .view-header-icon,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.stayopen .view-header-icon,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical:first-of-type > div.workspace-leaf.mod-active .view-header-icon,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active .view-header-icon {
top: 0;
padding-top: 6px;
padding-right: 5px;
background-color: var(--background-secondary-alt); /* make background of icon the same as the tab numbering */
}
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > .workspace-split.mod-horizontal div.workspace-leaf.stayopen:nth-child(n+10) .view-header-icon,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical:first-of-type > div.workspace-leaf.stayopen:nth-child(n+10):not(:last-child) .view-header-icon,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.stayopen:nth-child(n+10):not(:last-child) .view-header-icon,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > .workspace-split.mod-horizontal div.workspace-leaf.mod-active:nth-child(n+10) .view-header-icon,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-vertical:first-of-type > div.workspace-leaf.mod-active:nth-child(n+10):not(:last-child) .view-header-icon,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active:nth-child(n+10):not(:last-child) .view-header-icon {
padding-right: 10px;
}
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-horizontal > div.workspace-leaf:first-of-type,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active:only-of-type { border-radius: 10px 10px 0px 0px; } /* don't display tab number if only one tab is open */
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-horizontal > div.workspace-leaf:first-of-type .view-header-icon,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active:only-of-type .view-header-icon{background-color: transparent; margin-right:0.5em;}
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-horizontal > div.workspace-leaf:first-of-type .view-header-title::before,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical > div.workspace-leaf.mod-active:only-of-type .view-header-title::before { display: none!important; }
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical .workspace-split.mod-horizontal div.workspace-leaf.mod-active .view-header,
.plugin-tabs:not(.tab-numbering) .mod-root.workspace-split.mod-vertical.maximised > div.workspace-leaf.mod-active .view-header{
border-left-width: 2px;
border-top-width: 2px
}
File diff suppressed because one or more lines are too long
@@ -1,9 +0,0 @@
{
"id": "open-note-to-window-title",
"name": "Show the current open note in the window title",
"version": "0.1.2",
"description": "This plugin shows the current open note in the window title",
"author": "Joost Plattel",
"authorUrl": "https://jplattel.nl",
"isDesktopOnly": false
}
-1
View File
@@ -1 +0,0 @@
{"createNewFile":true,"copyToClipboard":true}
File diff suppressed because one or more lines are too long
@@ -1,9 +0,0 @@
{
"id": "pdf-to-markdown-plugin",
"name": "PDF to Markdown",
"version": "0.0.7",
"description": "Save a PDF's text (headings, paragraphs, lists, etc.) to a Markdown file.",
"author": "Alexis Rondeau",
"authorUrl": "https://publish.obsidian.md/alexisrondeau",
"js": "main.js"
}
-1
View File
@@ -1 +0,0 @@
/* */
File diff suppressed because it is too large Load Diff
-10
View File
@@ -1,10 +0,0 @@
{
"id": "periodic-notes",
"name": "Periodic Notes",
"description": "Create/manage your daily, weekly, and monthly notes",
"version": "0.0.16",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
"minAppVersion": "0.10.11"
}
-30
View File
@@ -1,30 +0,0 @@
.periodic-modal {
min-width: 40vw;
}
.settings-banner {
background-color: var(--background-primary-alt);
border-radius: 8px;
border: 1px solid var(--background-modifier-border);
margin-bottom: 1em;
margin-top: 1em;
padding: 1.5em;
text-align: left;
}
.settings-banner h3 {
margin-top: 0;
}
.settings-banner h4 {
margin-bottom: 0.25em;
}
.has-error {
color: var(--text-error);
}
input.has-error {
color: var(--text-error);
border-color: var(--text-error);
}
-1
View File
@@ -1 +0,0 @@
{"recentFiles":[{"basename":"logseq","path":"logseq.md"},{"basename":"Untitled 4","path":"Untitled 4.md"},{"basename":"tienson qin","path":"tienson qin.md"},{"basename":"inside","path":"inside.md"},{"basename":"twitter api","path":"twitter api.md"},{"basename":"paradox of tolerance","path":"paradox of tolerance.md"},{"basename":"do","path":"do.md"},{"basename":"2021-06-13","path":"2021-06-13.md"},{"basename":"2021-06-12","path":"2021-06-12.md"},{"basename":"aaaaarg","path":"aaaaarg.md"},{"basename":"gyuri lajos","path":"gyuri lajos.md"},{"basename":"hyperknowledge","path":"hyperknowledge.md"},{"basename":"weaving a decentralized semantic web of personal knowledge","path":"weaving a decentralized semantic web of personal knowledge.md"},{"basename":"agora fediverse integration","path":"agora fediverse integration.md"},{"basename":"wikinizer","path":"wikinizer.md"},{"basename":"2021-06-09","path":"2021-06-09.md"},{"basename":"building augmented knowledge architectures","path":"building augmented knowledge architectures.md"},{"basename":"building autmented knowledge architectures","path":"building autmented knowledge architectures.md"},{"basename":"agora talks","path":"agora talks.md"},{"basename":"twitter bridge","path":"twitter bridge.md"},{"basename":"obsidian embeds","path":"obsidian embeds.md"},{"basename":"agora talk","path":"agora talk.md"},{"basename":"agora talk 2021-06-04","path":"agora talk 2021-06-04.md"},{"basename":"2021-06-11","path":"2021-06-11.md"},{"basename":"pattern theory","path":"pattern theory.md"},{"basename":"2021-06-07","path":"2021-06-07.md"},{"basename":"agora mastodon integration","path":"agora mastodon integration.md"},{"basename":"argdown","path":"argdown.md"},{"basename":"web ext","path":"web ext.md"},{"basename":"action code","path":"action code.md"},{"basename":"reading protopoi","path":"reading protopoi.md"},{"basename":"break glass","path":"break glass.md"},{"basename":"hack firefox","path":"hack firefox.md"},{"basename":"emergent property","path":"emergent property.md"},{"basename":"love","path":"love.md"},{"basename":"2021-02-20","path":"2021-02-20.md"},{"basename":"edn","path":"edn.md"},{"basename":"janastu","path":"janastu.md"},{"basename":"social coop","path":"social coop.md"},{"basename":"2021-06-06","path":"2021-06-06.md"},{"basename":"protopoi reading club","path":"protopoi reading club.md"},{"basename":"why is everyone in such a rush?","path":"why is everyone in such a rush?.md"},{"basename":"plesmasquerade","path":"plesmasquerade.md"},{"basename":"beginning of infinity","path":"beginning of infinity.md"},{"basename":"extensible data notation","path":"extensible data notation.md"},{"basename":"digital gardens","path":"digital gardens.md"},{"basename":"protopoi","path":"protopoi.md"},{"basename":"ellis","path":"ellis.md"},{"basename":"ikea förhöja","path":"ikea förhöja.md"},{"basename":"manifold with self attention","path":"manifold with self attention.md"}],"omittedPaths":[],"maxLength":null}
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "recent-files-obsidian",
"name": "Recent Files",
"version": "1.3.1",
"minAppVersion": "0.11.6",
"description": "List files by most recently opened",
"author": "Tony Grosinger",
"authorUrl": "https://grosinger.net",
"isDesktopOnly": false
}
-9
View File
@@ -1,9 +0,0 @@
.recent-files-donation {
width: 70%;
margin: 0 auto;
text-align: center;
}
.recent-files-donate-button {
margin: 10px;
}
File diff suppressed because one or more lines are too long
-9
View File
@@ -1,9 +0,0 @@
{
"id": "review-obsidian",
"name": "Review",
"version": "1.6.3",
"description": "Add a link to the current note to a daily note on a future date (or a past date, you time traveller).",
"author": "ryanjamurphy",
"authorUrl": "https://axle.design",
"isDesktopOnly": false
}
-1
View File
@@ -1 +0,0 @@
{"tasksHeader":"## Tasks","blankLineAfterHeader":true,"preserveMovedTasks":false,"displayedRemoveLinksNotice":true,"localeOverride":"system-default","weekStart":"locale"}
File diff suppressed because one or more lines are too long
-11
View File
@@ -1,11 +0,0 @@
{
"id": "slated-obsidian",
"name": "Slated",
"author": "Tony Grosinger",
"authorUrl": "https://grosinger.net",
"description": "Task Management - schedule, move, and repeat tasks",
"isDesktopOnly": false,
"version": "0.5.1",
"minAppVersion": "0.12.1",
"js": "main.js"
}
-99
View File
@@ -1,99 +0,0 @@
/*
* Custom preview-mode rendering
*/
.slated-task-icon {
height: 17px;
width: 17px;
margin-left: 5px;
margin-right: 6px;
position: relative;
top: 3px;
fill: var(--text-muted);
stroke: var(--text-muted);
}
/*
* Slated Task View
*/
.slated-task-view-filter-icon {
height: 20px;
width: 20px;
margin-left: 5px;
margin-right: 6px;
position: relative;
top: 3px;
fill: var(--text-on-accent);
stroke: var(--text-on-accent);
}
.slated-task-view-filter-button {
padding: 8px 5px;
}
/*
* Task Repetition Modal
*/
.slated-modal input {
border-radius: 0.5em;
padding: 19px 14px;
}
#slated-interval-selector {
width: 60px;
}
#slated-frequency-selector {
width: 103px;
}
#slated-onthe-selector {
width: 60px;
}
.slated-months-btn-group button {
padding: 6px 8px;
margin: 3px 6px 3px 0;
}
.slated-days-btn-group button {
padding: 6px 8px;
margin: 3px 6px 3px 0;
}
#slated-selected-weeks ul {
list-style: none;
}
#slated-repetition-preview {
width: 100%;
}
#slated-save-repetition-config {
margin-top: 3px;
}
/*
* Task Move Modal
*/
.slated-move-option label {
color: var(--text-muted);
font-size: small;
}
/*
* Donate - in Settings
*/
.slated-donation {
width: 70%;
margin: 0 auto;
text-align: center;
}
.slated-donate-button {
margin: 10px;
}
-1
View File
@@ -1 +0,0 @@
{"headerWidth":32,"leafWidth":700,"leafAutoWidth":false,"disabled":false,"rotateHeaders":true,"headerAlt":false,"orienation":"mixed","stackingEnabled":true,"smoothAnimation":false}
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "sliding-panes-obsidian",
"name": "Sliding Panes (Andy's Mode)",
"author": "death_au",
"authorUrl": "https://github.com/deathau",
"description": "Sliding Panes! Based on the style of [Andy Matuschak's Notes](https://notes.andymatuschak.org/)",
"isDesktopOnly": false,
"version": "3.2.3",
"minAppVersion": "0.10.3"
}
-115
View File
@@ -1,115 +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;
}
body.plugin-sliding-panes-rotate-header.plugin-sliding-select-orientation-sideway .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header {
text-orientation: sideways !important;
}
body.plugin-sliding-panes-rotate-header.plugin-sliding-select-orientation-mixed .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header {
text-orientation: mixed !important;
}
body.plugin-sliding-panes-rotate-header.plugin-sliding-select-orientation-upright .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header {
text-orientation: upright !important;
}
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "1.8.1",
"description": "Create and use templates",
"minAppVersion": "0.11.13",
"author": "SilentVoid",
"authorUrl": "https://github.com/SilentVoid13",
"isDesktopOnly": false
}
-256
View File
@@ -1,256 +0,0 @@
.templater_div {
border-top: 1px solid var(--background-modifier-border);
}
.templater_div > .setting-item {
border-top: none !important;
align-self: center;
}
.templater_div > .setting-item > .setting-item-control {
justify-content: space-around;
padding: 0;
width: 100%;
}
.templater_div > .setting-item > .setting-item-control > .setting-editor-extra-setting-button {
align-self: center;
}
.templater_title {
margin: 0;
padding: 0;
margin-top: 5px;
text-align: center;
}
.templater_template {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 70%;
}
.templater_cmd {
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
width: 100%;
}
.templater_div2 > .setting-item {
align-content: center;
justify-content: center;
}
.templater_button:hover {
background-color: #00496A !important;
}
.templater-prompt-div {
display: flex;
}
.templater-prompt-form {
display: flex;
flex-grow: 1;
}
.templater-prompt-input {
flex-grow: 1;
}
.cm-s-obsidian .templater-command-bg {
left: 0px;
right: 0px;
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command{
color: #d4d4d4;
font-size: 0.85em;
font-family: var(--font-monospace);
line-height: 1.3;
}
.cm-s-obsidian .templater-inline .cm-templater-command {
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
color: #008BFF;
}
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
color: #C0D700;
}
.cm-s-obsidian .cm-templater-command.cm-templater-raw-tag {
color: green;
}
.cm-s-obsidian .cm-templater-command.cm-keyword {
color: #00A7AA;
font-weight: normal;
}
.cm-s-obsidian .cm-templater-command.cm-atom {
color: #F39B35;
}
.cm-s-obsidian .cm-templater-command.cm-number {
color: #A06FCA;
}
.cm-s-obsidian .cm-templater-command.cm-type {
color: #A06FCA;
}
.cm-s-obsidian .cm-templater-command.cm-def {
color: #98E342;
}
.cm-s-obsidian .cm-templater-command.cm-property {
color: #D4D4D4;
}
.cm-s-obsidian .cm-templater-command.cm-variable {
color: #D4D4D4;
}
.cm-s-obsidian .cm-templater-command.cm-variable-2 {
color: #da7dae;
}
.cm-s-obsidian .cm-templater-command.cm-variable-3 {
color: #A06FCA;
}
.cm-s-obsidian .cm-templater-command.cm-type.cm-def {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-property.cm-def {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-callee {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-operator {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-qualifier {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-tag {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket {
color: #D4D4D4;
}
.cm-s-obsidian .cm-templater-command.cm-attribute {
color: #A06FCA;
}
.cm-s-obsidian .cm-templater-command.cm-comment {
color: #696d70;
}
.cm-s-obsidian .cm-templater-command.cm-comment.cm-tag {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: #D4D4D4;
}
.cm-s-obsidian .cm-templater-command.cm-string {
color: #E6DB74;
}
.cm-s-obsidian .cm-templater-command.cm-string-2 {
color: #F39B35;
}
.cm-s-obsidian .cm-templater-command.cm-meta {
color: #D4D4D4;
background: inherit;
}
.cm-s-obsidian .cm-templater-command.cm-builtin {
color: #FC4384;
}
.cm-s-obsidian .cm-templater-command.cm-header {
color: #da7dae;
}
.cm-s-obsidian .cm-templater-command.cm-hr {
color: #98E342;
}
.cm-s-obsidian .cm-templater-command.cm-link {
color: #696d70;
}
.cm-s-obsidian .cm-templater-command.cm-error {
border-bottom: 1px solid #C42412;
}
.cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
font-weight: normal;
}
.cm-s-obsidian .cm-templater-command.CodeMirror-activeline-background {
background: #272727;
}
.cm-s-obsidian .cm-templater-command.CodeMirror-matchingbracket {
outline: 1px solid grey;
color: #D4D4D4 !important;
}
-1
View File
@@ -1 +0,0 @@
{"items":[{"type":"file","title":"flancia collective","path":"flancia collective.md"}]}
-434
View File
@@ -1,434 +0,0 @@
{
"main": {
"id": "dfd308004f3fc7b5",
"type": "split",
"children": [
{
<<<<<<< HEAD
"id": "dfca63b6438bb043",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "book.md",
"mode": "source"
}
}
},
{
"id": "daf2cbd4f904097f",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2021-07-04.md",
"mode": "source"
}
}
},
{
"id": "8f8a26d73243fcd4",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "agora social media integration.md",
"mode": "source"
}
}
},
{
"id": "a9652862b141b584",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2021-07-04.md",
"mode": "source"
}
}
},
{
"id": "e35c7985c4116762",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "deta.md",
"mode": "source"
}
}
},
{
"id": "bd5278bb18646798",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "web native.md",
"mode": "source"
}
}
},
{
"id": "54b3b17b599c494f",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "cloud computer.md",
"mode": "source"
}
}
},
{
"id": "253742e9df381de2",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2021-07-04.md",
"mode": "source"
}
}
},
{
"id": "e37fe7256c0fa8db",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "wikipedia.md",
"mode": "source"
}
}
},
{
"id": "ffee18e4b059aea4",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2021-07-07.md",
"mode": "source"
}
}
},
{
"id": "dc48b62f3dfe1e38",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2021-07-06.md",
"mode": "source"
}
}
},
{
"id": "339f9c924bf4e2fb",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2021-07-08.md",
"mode": "source"
}
}
},
{
"id": "c74f05c0266decce",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2021-07-10.md",
"mode": "source"
}
}
},
{
"id": "9b68ae9b83a078cc",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "flancian.md",
"mode": "source"
}
}
},
{
"id": "e91d03c32f5dc547",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "agora bot.md",
"mode": "source"
=======
"id": "11cbe105accfc77d",
"type": "split",
"children": [
{
"id": "63f809452cff7c43",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2021-07-05.md",
"mode": "source"
}
}
},
{
"id": "7050f5d245741dcd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "chelsea hotel.md",
"mode": "source"
}
}
},
{
"id": "6bf5733da4a61bdc",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "conflict-files-obsidian-git.md",
"mode": "source"
}
}
>>>>>>> 2502de31c7b1b954aedee99b8de4a6511c3f0220
}
],
"direction": "horizontal"
},
{
"id": "102fe6accb268a77",
"type": "split",
"children": [
{
"id": "ac5f7b266c2a5153",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2021-07-09.md",
"mode": "source"
}
}
},
{
"id": "490263fbb1804ee5",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "sundar pichai.md",
"mode": "source"
}
}
},
{
"id": "26c9647cf3a2b0e4",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "pyinstrument.md",
"mode": "source"
}
}
}
],
"direction": "horizontal"
},
{
"id": "55e7708b4a1b5ace",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "2021-07-09.md",
"mode": "source"
}
}
},
{
"id": "d797072e4f60237e",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "enough about human rights.md",
"mode": "source"
}
}
},
{
"id": "4c6ff7bb411b67a6",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "what about human rights.md",
"mode": "source"
}
}
},
{
"id": "80fe0d9f20ae4908",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "mondegreens.md",
"mode": "source"
}
}
},
{
"id": "c9cab91c10439f0b",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "human rights.md",
"mode": "source"
}
}
}
],
"direction": "vertical"
},
"left": {
"id": "2faba265b9292c7f",
"type": "split",
"children": [
{
"id": "f510565592a031af",
"type": "tabs",
"children": [
{
"id": "961d680309b2af56",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {}
}
},
{
"id": "4c9c5d93a7ed714f",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "hyperbee",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "byModifiedTime"
}
}
},
{
"id": "8af6596dc98ffa6b",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
},
{
"id": "aa0f3e910050164c",
"type": "leaf",
"state": {
"type": "empty",
"state": {}
}
}
],
"currentTab": 1
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"right": {
"id": "afe2921ea1b550bb",
"type": "split",
"children": [
{
"id": "769f8c6855cce1d4",
"type": "tabs",
"children": [
{
"id": "30e969c9166f9896",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "sundar pichai.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
},
{
"id": "a62fc60423ac06f4",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "sundar pichai.md"
}
}
}
],
"currentTab": 1
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
<<<<<<< HEAD
"active": "9b68ae9b83a078cc",
"lastOpenFiles": [
"flancian.md",
"2021-07-10.md",
"brian mock.md",
"opening design.md",
"bmock.md",
"2021-07-08.md",
"2021-07-06.md",
"2021-07-07.md",
"agora bot.md",
"would you agree.md"
=======
"active": "490263fbb1804ee5",
"lastOpenFiles": [
"sundar pichai.md",
"mondegreens.md",
"what about human rights.md",
"enough about human rights.md",
"2021-07-09.md",
"moondog.md",
"conflict-files-obsidian-git.md",
"pyinstrument.md",
"luciana.md",
"human rights.md"
>>>>>>> 2502de31c7b1b954aedee99b8de4a6511c3f0220
]
}

Some files were not shown because too many files have changed in this diff Show More