vault backup: 2023-07-28 15:51:08

This commit is contained in:
baalajimaestro 2023-07-28 15:51:08 +05:30
parent 4d99c6a327
commit 9d0b0540e6
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
15 changed files with 5212 additions and 101 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "1.9.8",
"version": "1.9.12",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",

View file

@ -346,11 +346,11 @@ div.excalidraw-draginfo {
position: absolute !important;
}
.excalidraw__iframe-container .view-header {
.excalidraw__embeddable-container .view-header {
display: none !important;
}
.excalidraw__iframe-container input {
.excalidraw__embeddable-container input {
background: initial;
}
@ -358,10 +358,22 @@ div.excalidraw-draginfo {
background-color: var(--color-gray-80) !important;
}
.excalidraw .iframe-menu {
.excalidraw .embeddable-menu {
width: fit-content;
height: fit-content;
position: absolute;
display: block;
z-index: var(--zIndex-layerUI);
}
.excalidraw .welcome-screen-center__logo svg {
width: 5rem !important;
}
.excalidraw-image-wrapper {
text-align: center;
}
.excalidraw-image-wrapper img {
margin: auto;
}

View file

@ -29954,21 +29954,21 @@ var SimpleGit = class extends GitManager {
(err) => this.onError(err)
);
return res.all.map((e) => {
var _a2, _b;
var _a2, _b, _c, _d;
return {
...e,
refs: e.refs.split(", "),
diff: {
...e.diff,
files: e.diff.files.map((f) => ({
files: (_b = (_a2 = e.diff) == null ? void 0 : _a2.files.map((f) => ({
...f,
status: f.status,
path: f.file,
hash: e.hash,
vault_path: this.getVaultPath(f.file)
}))
}))) != null ? _b : []
},
fileName: (_b = (_a2 = e.diff) == null ? void 0 : _a2.files.first()) == null ? void 0 : _b.file
fileName: (_d = (_c = e.diff) == null ? void 0 : _c.files.first()) == null ? void 0 : _d.file
};
});
}

View file

@ -5,5 +5,5 @@
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.20.5"
"version": "2.20.6"
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-view-mode-by-frontmatter",
"name": "Force note view mode",
"version": "1.1.2",
"version": "1.2.0",
"minAppVersion": "0.9.12",
"description": "This plugin allows to force the view mode and editing mode for a note by using front matter",
"author": "Benny Wydooghe",

View file

@ -0,0 +1,13 @@
.force-view-mode-div > .setting-item > .setting-item-control {
justify-content: space-around;
padding: 0;
width: 100%;
}
.force-view-mode-folder > .setting-item > .setting-item-control > *:first-child {
flex: 2 1 0;
}
.force-view-mode-folder > .setting-item > .setting-item-control > *:nth-child(2) {
flex: 1 1 0;
}

View file

@ -5,6 +5,7 @@
"indexedFileTypes": [],
"PDFIndexing": false,
"imagesIndexing": false,
"unsupportedFilesIndexing": "no",
"splitCamelCase": false,
"openInNewPane": false,
"ribbonIcon": true,
@ -14,11 +15,13 @@
"highlight": true,
"showPreviousQueryResults": true,
"simpleSearch": false,
"fuzziness": "1",
"weightBasename": 3,
"weightDirectory": 2,
"weightH1": 1.5,
"weightH2": 1.3,
"weightH3": 1.1,
"weightUnmarkedTags": 1.1,
"welcomeMessage": "1.10.1",
"verboseLogging": false
}

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,8 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.14.2",
"minAppVersion": "1.0.0",
"version": "1.15.2",
"minAppVersion": "1.3.0",
"description": "A search engine that just works",
"author": "Simon Cambier",
"authorUrl": "https://github.com/scambier/obsidian-omnisearch",

View file

@ -1,7 +1,7 @@
{
"id": "settings-search",
"name": "Settings Search",
"version": "1.3.7",
"version": "1.3.8",
"minAppVersion": "0.12.17",
"author": "Jeremy Valentine",
"description": "Globally search settings in Obsidian.md",

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,12 @@
"description": "Improved table navigation, formatting, manipulation, and formulas",
"isDesktopOnly": false,
"minAppVersion": "1.0.0",
"version": "0.18.1",
"version": "0.19.1",
"js": "main.js",
"fundingUrl": {
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
"Paypal": "https://paypal.me/tgrosinger"
},
"donation": "https://buymeacoffee.com/tgrosinger"
}

View file

@ -161,9 +161,9 @@
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"omnisearch:Omnisearch": false,
"obsidian-excalidraw-plugin:Create new drawing": false
"obsidian-excalidraw-plugin:Create new drawing": false,
"table-editor-obsidian:Advanced Tables Toolbar": false
}
},
"active": "d3ce90df51bd874b",