vault backup: 2022-01-17 11:29:41

This commit is contained in:
Daniel Bulant 2022-01-17 11:29:41 +01:00
parent b980407bfd
commit 5ca81da9d6
26 changed files with 135806 additions and 165601 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,8 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.4.21",
"minAppVersion": "0.12.0",
"version": "0.4.22",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",
"authorUrl": "https://github.com/blacksmithgu",

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,8 @@
{
"id": "hotkey-helper",
"name": "Hotkey Helper",
"version": "0.3.8",
"minAppVersion": "0.12.3",
"version": "0.3.9",
"minAppVersion": "0.13.19",
"description": "Easily see and access any plugin's settings or hotkey assignments (and conflicts) from the Community Plugins tab",
"author": "PJ Eby",
"authorUrl": "https://github.com/pjeby"

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "juggl",
"name": "Juggl",
"version": "1.1.1",
"version": "1.2.5",
"minAppVersion": "0.11.5",
"description": "Adds a completely interactive, stylable and expandable graph view to Obsidian.",
"author": "Emile",

View file

@ -110,7 +110,7 @@ button.juggl-button {
height: 27px;
text-align: center;
background-color: var(--background-secondary);
padding: 0;
padding: 0 !important;
margin: 1px;
}

View file

@ -13,7 +13,7 @@
{
"path": "/",
"date": "2022-01-17",
"size": 734998
"size": 735468
}
],
"activityHistory": [
@ -322,7 +322,7 @@
},
{
"date": "2022-01-17",
"value": 3540
"value": 4056
}
]
}

View file

@ -2,12 +2,13 @@
"userAdmonitions": {},
"syntaxHighlight": false,
"copyButton": false,
"version": "6.8.0",
"version": "6.9.5",
"autoCollapse": false,
"defaultCollapseType": "open",
"syncLinks": true,
"enableMarkdownProcessor": false,
"injectColor": true,
"parseTitles": true,
"allowMSSyntax": true
"allowMSSyntax": true,
"livePreviewMS": true
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-admonition",
"name": "Admonition",
"version": "6.8.0",
"version": "6.9.5",
"minAppVersion": "0.11.0",
"description": "Admonition block-styled content for Obsidian.md",
"author": "Jeremy Valentine",

File diff suppressed because one or more lines are too long

View file

@ -1,9 +1,9 @@
{
"id": "obsidian-chartsview-plugin",
"name": "Charts View",
"version": "1.1.2",
"version": "1.1.3",
"minAppVersion": "0.9.12",
"description": "This is a charts view plugin for Obsidian.",
"description": "Data visualization solution in Obsidian based on Ant Design Charts.",
"author": "caronchen",
"authorUrl": "https://github.com/caronchen/obsidian-chartsview-plugin",
"isDesktopOnly": false

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.5.15",
"version": "1.5.19",
"minAppVersion": "0.12.16",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "1.2.27",
"version": "1.2.28",
"minAppVersion": "0.12.3",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-outliner",
"name": "Outliner",
"version": "2.0.5",
"version": "2.0.6",
"minAppVersion": "0.13.14",
"description": "Work with your lists like in Workflowy or RoamResearch.",
"author": "Viacheslav Slinko",

File diff suppressed because one or more lines are too long

View file

@ -5,5 +5,5 @@
"id": "open-note-to-window-title",
"isDesktopOnly": false,
"name": "Custom window title",
"version": "0.3.2"
"version": "0.3.3"
}

File diff suppressed because one or more lines are too long

View file

@ -6,6 +6,6 @@
"description": "Improved table navigation, formatting, manipulation, and formulas",
"isDesktopOnly": false,
"minAppVersion": "0.13.8",
"version": "0.15.0",
"version": "0.16.0",
"js": "main.js"
}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "1.9.9",
"version": "1.9.11",
"description": "Create and use templates",
"minAppVersion": "0.11.13",
"author": "SilentVoid",

View file

@ -133,29 +133,29 @@ $$
### Úkol 17.1.
---
$$
x-y-\frac{x}{x+y}
x-y-\frac{x}{x+y} = \frac{(x-y)(x+y)-x}{x+y} = \frac{x^2-y^2-x}{x+y}
$$
$$
[x\neq-y]
$$
---
$$
1-\frac{4xy}{(x+y)^2}
1-\frac{4xy}{(x+y)(x+y)} = \frac{(x+y)(x+y)-4xy}{(x+y)(x+y)} = \frac{x^2-2xy+y^2}{(x+y)(x+y)} = \frac{(x-y)(x-y)}{(x+y)(x+y)}
$$
$$
[x\neq-y]
$$
---
$$
\frac{x-2}x - \frac{4x+1}{x-3}
\frac{x-2}x - \frac{4x+1}{x-3} = \frac{(x-2)(x-3) - x(4x+1)}{x(x-3)} = \frac{-3x(x - 2)}{x(x-3)}
$$
$$
[x\neq0] [x\neq3]
$$
---
$$
\frac{3x+8}{x-2} * \frac{x^2 - 4x + 4}{x^2 - 2x + 4}
\frac{3x+8}{x-2} * \frac{x^2 - 4x + 4}{x^2 - 2x + 4} = \frac{(3x+8)(x-2)(x-2)}{(x-2)(x^2 - 2x + 4)} = \frac{3x^3 - 6x^2 - 6x^2 + 12x + 8x^2 - 16x - 16x + 32}{x^3 - 2x^2 + 4x - 2x^2 + 4x + 8} = \frac{3x^3 - 4x^2 - 12x + 32}{x^3 - 4x^2 + 8x + 8} = \frac{x(x(3x-4)-12)+32}{x(x(x-4)+8)+8}
$$
$$
[x\neq2]
$$
$$