mirror of
https://github.com/danbulant/notes
synced 2026-07-12 14:30:57 +00:00
vault backup: 2022-01-17 11:29:41
This commit is contained in:
parent
b980407bfd
commit
5ca81da9d6
26 changed files with 135806 additions and 165601 deletions
3979
notes/.obsidian/plugins/dataview/main.js
vendored
3979
notes/.obsidian/plugins/dataview/main.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"id": "dataview",
|
"id": "dataview",
|
||||||
"name": "Dataview",
|
"name": "Dataview",
|
||||||
"version": "0.4.21",
|
"version": "0.4.22",
|
||||||
"minAppVersion": "0.12.0",
|
"minAppVersion": "0.13.11",
|
||||||
"description": "Complex data views for the data-obsessed.",
|
"description": "Complex data views for the data-obsessed.",
|
||||||
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
||||||
"authorUrl": "https://github.com/blacksmithgu",
|
"authorUrl": "https://github.com/blacksmithgu",
|
||||||
|
|
|
||||||
20
notes/.obsidian/plugins/hotkey-helper/main.js
vendored
20
notes/.obsidian/plugins/hotkey-helper/main.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"id": "hotkey-helper",
|
"id": "hotkey-helper",
|
||||||
"name": "Hotkey Helper",
|
"name": "Hotkey Helper",
|
||||||
"version": "0.3.8",
|
"version": "0.3.9",
|
||||||
"minAppVersion": "0.12.3",
|
"minAppVersion": "0.13.19",
|
||||||
"description": "Easily see and access any plugin's settings or hotkey assignments (and conflicts) from the Community Plugins tab",
|
"description": "Easily see and access any plugin's settings or hotkey assignments (and conflicts) from the Community Plugins tab",
|
||||||
"author": "PJ Eby",
|
"author": "PJ Eby",
|
||||||
"authorUrl": "https://github.com/pjeby"
|
"authorUrl": "https://github.com/pjeby"
|
||||||
|
|
|
||||||
3800
notes/.obsidian/plugins/juggl/main.js
vendored
3800
notes/.obsidian/plugins/juggl/main.js
vendored
File diff suppressed because one or more lines are too long
2
notes/.obsidian/plugins/juggl/manifest.json
vendored
2
notes/.obsidian/plugins/juggl/manifest.json
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "juggl",
|
"id": "juggl",
|
||||||
"name": "Juggl",
|
"name": "Juggl",
|
||||||
"version": "1.1.1",
|
"version": "1.2.5",
|
||||||
"minAppVersion": "0.11.5",
|
"minAppVersion": "0.11.5",
|
||||||
"description": "Adds a completely interactive, stylable and expandable graph view to Obsidian.",
|
"description": "Adds a completely interactive, stylable and expandable graph view to Obsidian.",
|
||||||
"author": "Emile",
|
"author": "Emile",
|
||||||
|
|
|
||||||
2
notes/.obsidian/plugins/juggl/styles.css
vendored
2
notes/.obsidian/plugins/juggl/styles.css
vendored
|
|
@ -110,7 +110,7 @@ button.juggl-button {
|
||||||
height: 27px;
|
height: 27px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: var(--background-secondary);
|
background-color: var(--background-secondary);
|
||||||
padding: 0;
|
padding: 0 !important;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
{
|
{
|
||||||
"path": "/",
|
"path": "/",
|
||||||
"date": "2022-01-17",
|
"date": "2022-01-17",
|
||||||
"size": 734998
|
"size": 735468
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"activityHistory": [
|
"activityHistory": [
|
||||||
|
|
@ -322,7 +322,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"date": "2022-01-17",
|
"date": "2022-01-17",
|
||||||
"value": 3540
|
"value": 4056
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,13 @@
|
||||||
"userAdmonitions": {},
|
"userAdmonitions": {},
|
||||||
"syntaxHighlight": false,
|
"syntaxHighlight": false,
|
||||||
"copyButton": false,
|
"copyButton": false,
|
||||||
"version": "6.8.0",
|
"version": "6.9.5",
|
||||||
"autoCollapse": false,
|
"autoCollapse": false,
|
||||||
"defaultCollapseType": "open",
|
"defaultCollapseType": "open",
|
||||||
"syncLinks": true,
|
"syncLinks": true,
|
||||||
"enableMarkdownProcessor": false,
|
"enableMarkdownProcessor": false,
|
||||||
"injectColor": true,
|
"injectColor": true,
|
||||||
"parseTitles": true,
|
"parseTitles": true,
|
||||||
"allowMSSyntax": true
|
"allowMSSyntax": true,
|
||||||
|
"livePreviewMS": true
|
||||||
}
|
}
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-admonition",
|
"id": "obsidian-admonition",
|
||||||
"name": "Admonition",
|
"name": "Admonition",
|
||||||
"version": "6.8.0",
|
"version": "6.9.5",
|
||||||
"minAppVersion": "0.11.0",
|
"minAppVersion": "0.11.0",
|
||||||
"description": "Admonition block-styled content for Obsidian.md",
|
"description": "Admonition block-styled content for Obsidian.md",
|
||||||
"author": "Jeremy Valentine",
|
"author": "Jeremy Valentine",
|
||||||
|
|
|
||||||
283108
notes/.obsidian/plugins/obsidian-chartsview-plugin/main.js
vendored
283108
notes/.obsidian/plugins/obsidian-chartsview-plugin/main.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-chartsview-plugin",
|
"id": "obsidian-chartsview-plugin",
|
||||||
"name": "Charts View",
|
"name": "Charts View",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"minAppVersion": "0.9.12",
|
"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",
|
"author": "caronchen",
|
||||||
"authorUrl": "https://github.com/caronchen/obsidian-chartsview-plugin",
|
"authorUrl": "https://github.com/caronchen/obsidian-chartsview-plugin",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-excalidraw-plugin",
|
"id": "obsidian-excalidraw-plugin",
|
||||||
"name": "Excalidraw",
|
"name": "Excalidraw",
|
||||||
"version": "1.5.15",
|
"version": "1.5.19",
|
||||||
"minAppVersion": "0.12.16",
|
"minAppVersion": "0.12.16",
|
||||||
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||||
"author": "Zsolt Viczian",
|
"author": "Zsolt Viczian",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-kanban",
|
"id": "obsidian-kanban",
|
||||||
"name": "Kanban",
|
"name": "Kanban",
|
||||||
"version": "1.2.27",
|
"version": "1.2.28",
|
||||||
"minAppVersion": "0.12.3",
|
"minAppVersion": "0.12.3",
|
||||||
"description": "Create markdown-backed Kanban boards in Obsidian.",
|
"description": "Create markdown-backed Kanban boards in Obsidian.",
|
||||||
"author": "mgmeyers",
|
"author": "mgmeyers",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-outliner",
|
"id": "obsidian-outliner",
|
||||||
"name": "Outliner",
|
"name": "Outliner",
|
||||||
"version": "2.0.5",
|
"version": "2.0.6",
|
||||||
"minAppVersion": "0.13.14",
|
"minAppVersion": "0.13.14",
|
||||||
"description": "Work with your lists like in Workflowy or RoamResearch.",
|
"description": "Work with your lists like in Workflowy or RoamResearch.",
|
||||||
"author": "Viacheslav Slinko",
|
"author": "Viacheslav Slinko",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -5,5 +5,5 @@
|
||||||
"id": "open-note-to-window-title",
|
"id": "open-note-to-window-title",
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"name": "Custom window title",
|
"name": "Custom window title",
|
||||||
"version": "0.3.2"
|
"version": "0.3.3"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -6,6 +6,6 @@
|
||||||
"description": "Improved table navigation, formatting, manipulation, and formulas",
|
"description": "Improved table navigation, formatting, manipulation, and formulas",
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"minAppVersion": "0.13.8",
|
"minAppVersion": "0.13.8",
|
||||||
"version": "0.15.0",
|
"version": "0.16.0",
|
||||||
"js": "main.js"
|
"js": "main.js"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
674
notes/.obsidian/plugins/templater-obsidian/main.js
vendored
674
notes/.obsidian/plugins/templater-obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "templater-obsidian",
|
"id": "templater-obsidian",
|
||||||
"name": "Templater",
|
"name": "Templater",
|
||||||
"version": "1.9.9",
|
"version": "1.9.11",
|
||||||
"description": "Create and use templates",
|
"description": "Create and use templates",
|
||||||
"minAppVersion": "0.11.13",
|
"minAppVersion": "0.11.13",
|
||||||
"author": "SilentVoid",
|
"author": "SilentVoid",
|
||||||
|
|
|
||||||
|
|
@ -133,28 +133,28 @@ $$
|
||||||
### Úkol 17.1.
|
### Ú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]
|
[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]
|
[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]
|
[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]
|
[x\neq2]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue