vault backup: 2023-03-16 21:56:14
This commit is contained in:
parent
97fd418044
commit
5024fda08c
5 changed files with 66 additions and 3 deletions
13
.obsidian/plugins/fantasy-calendar/data.json
vendored
13
.obsidian/plugins/fantasy-calendar/data.json
vendored
|
@ -308,6 +308,19 @@
|
|||
"month": 5,
|
||||
"year": 330
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "ID_685938bab938",
|
||||
"name": "Drawing 2023-03-16 21.55.44.excalidraw",
|
||||
"note": "Excalidraw/Drawing 2023-03-16 21.55.44.excalidraw.md",
|
||||
"date": {
|
||||
"year": 2023,
|
||||
"month": 2,
|
||||
"day": 16
|
||||
},
|
||||
"end": null,
|
||||
"description": "",
|
||||
"auto": true
|
||||
}
|
||||
],
|
||||
"id": "ID_1acbe8f9ba59",
|
||||
|
|
2
.obsidian/themes/Encore/manifest.json
vendored
2
.obsidian/themes/Encore/manifest.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Encore",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.2",
|
||||
"minAppVersion": "1.1.9",
|
||||
"author": "Lucas Champagne",
|
||||
"authorUrl": "https://lucaschampagne.dev/"
|
||||
|
|
37
.obsidian/themes/Encore/theme.css
vendored
37
.obsidian/themes/Encore/theme.css
vendored
|
@ -402,6 +402,11 @@ settings:
|
|||
title: Disable Excalidraw Integration
|
||||
description: Encore makes some changes to Excalidraw to integrate it better with Obsidian. Turn this on to revert to Excalidraw's default theme
|
||||
type: class-toggle
|
||||
-
|
||||
id: encore-no-makemd
|
||||
title: Disable MAKE.md Integration
|
||||
description: Encore makes some changes to MAKE.md to enhance its look and feel. Turn this on to disable
|
||||
type: class-toggle
|
||||
*/
|
||||
|
||||
@charset "UTF-8";
|
||||
|
@ -943,7 +948,9 @@ body:not(.encore-no-excalidraw) .workspace-leaf-content .excalidraw-view {
|
|||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
body:not(.encore-disable-fancy-headers) .workspace-leaf-content[data-type=excalidraw] .layer-ui__wrapper {
|
||||
body:not(.encore-disable-fancy-headers) .workspace-leaf-content[data-type=excalidraw] .layer-ui__wrapper,
|
||||
body:not(.encore-disable-fancy-headers) .workspace-leaf-content[data-type=excalidraw] .App-top-bar,
|
||||
body:not(.encore-disable-fancy-headers) .workspace-leaf-content[data-type=excalidraw] .layer-ui__sidebar {
|
||||
margin-top: var(--header-height);
|
||||
}
|
||||
body:not(.encore-disable-fancy-headers) .excalidraw .layer-ui__wrapper .layer-ui__wrapper__footer-left,
|
||||
|
@ -998,6 +1005,25 @@ body:not(.encore-disable-fancy-headers) .excalidraw .layer-ui__wrapper .layer-ui
|
|||
border-bottom: 1px solid rgba(var(--grey-700-rgb), var(--en-opacity));
|
||||
}
|
||||
|
||||
body:not(.encore-no-makemd) .mk-note-header > img {
|
||||
height: 380px;
|
||||
display: block;
|
||||
}
|
||||
body:not(.encore-no-makemd) .mk-note-header:after {
|
||||
content: "";
|
||||
--gradient-color: var(--color-base-20);
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background-image: linear-gradient(transparent 40%, var(--gradient-color));
|
||||
}
|
||||
body:not(.encore-no-makemd) .mk-file-context-file {
|
||||
text-shadow: 0 0 5px var(--color-base-00);
|
||||
}
|
||||
|
||||
.cm-active.mk-placeholder:before {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
body.theme-dark {
|
||||
--grey-900-rgb: 17, 24, 39;
|
||||
--grey-800-rgb: 31, 41, 55;
|
||||
|
@ -1084,6 +1110,9 @@ body.theme-light .cm-line.hr hr::after {
|
|||
background-repeat: no-repeat;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='8' height='8' fill='none' stroke='%2300000090' stroke-width='3px' stroke-linecap='round' stroke-linejoin='round' class='logo-wireframe'%3E%3Cpath d='M 30.91 17.52 L 34.43 35.7 M 61.44 14.41 L 62.61 0 M 34.43 35.7 L 37.57 90.47 M 81 26.39 L 61.44 14.41 L 34.43 35.7 L 65.35 100 M 62.61 0 L 30.91 17.52 L 18 45.45 L 37.57 90.47 L 65.35 100 L 70.44 89.8 L 81 26.39 L 62.61 0 Z'%3E%3C/path%3E%3C/svg%3E");
|
||||
}
|
||||
body.theme-light .mk-note-header:after {
|
||||
--gradient-color: var(--color-base-10);
|
||||
}
|
||||
|
||||
body {
|
||||
--italic-color: var(--color-orange);
|
||||
|
@ -1335,6 +1364,9 @@ body.encore-theme-dark-blackout.theme-dark .mod-root .workspace-tab-container .w
|
|||
body.encore-theme-dark-blackout.theme-dark .mod-root .workspace-tab-container .workspace-leaf-content .canvas-wrapper .canvas-background {
|
||||
background-color: rgba(var(--grey-900-rgb), var(--en-opacity));
|
||||
}
|
||||
body.encore-theme-dark-blackout.theme-dark .mk-note-header:after {
|
||||
--gradient-color: var(--color-base-10);
|
||||
}
|
||||
|
||||
body.encore-theme-dark-blackout.theme-dark:not(.encore-disable-fancy-headers) .workspace-tab-container .workspace-leaf-content > .view-header {
|
||||
--en-opacity: 0.66;
|
||||
|
@ -1449,6 +1481,9 @@ body.encore-theme-dark-obsidian.theme-dark .mod-root .workspace-tab-container .w
|
|||
body.encore-theme-dark-obsidian.theme-dark .mod-root .workspace-tab-container .workspace-leaf-content .canvas-wrapper .canvas-background {
|
||||
background-color: rgba(var(--grey-900-rgb), var(--en-opacity));
|
||||
}
|
||||
body.encore-theme-dark-obsidian.theme-dark .mk-note-header:after {
|
||||
--gradient-color: var(--color-base-10);
|
||||
}
|
||||
|
||||
body.encore-theme-dark-obsidian.theme-dark:not(.encore-disable-fancy-headers) .workspace-tab-container .workspace-leaf-content > .view-header {
|
||||
--en-opacity: 0.66;
|
||||
|
|
2
.obsidian/vault-stats.json
vendored
2
.obsidian/vault-stats.json
vendored
|
@ -1 +1 @@
|
|||
{"history":{"2023-03-01":{"words":845,"characters":1255,"sentences":0,"files":123,"totalWords":29296,"totalCharacters":231518,"totalSentences":821},"2023-03-02":{"words":39,"characters":281,"sentences":0,"files":123,"totalWords":29296,"totalCharacters":231518,"totalSentences":821},"2023-03-03":{"words":644,"characters":3897,"sentences":23,"files":123,"totalWords":29940,"totalCharacters":233149,"totalSentences":844},"2023-03-05":{"words":0,"characters":0,"sentences":0,"files":0,"totalWords":29940,"totalCharacters":233149,"totalSentences":844},"2023-03-06":{"words":0,"characters":0,"sentences":0,"files":0,"totalWords":29940,"totalCharacters":233149,"totalSentences":844},"2023-03-07":{"words":16,"characters":103,"sentences":0,"files":123,"totalWords":29956,"totalCharacters":233253,"totalSentences":844},"2023-03-08":{"words":6,"characters":47,"sentences":1,"files":123,"totalWords":29964,"totalCharacters":233304,"totalSentences":845},"2023-03-10":{"words":15,"characters":102,"sentences":0,"files":124,"totalWords":30010,"totalCharacters":233650,"totalSentences":846},"2023-03-14":{"words":68,"characters":445,"sentences":4,"files":126,"totalWords":30274,"totalCharacters":235667,"totalSentences":857},"2023-03-15":{"words":585,"characters":3851,"sentences":9,"files":129,"totalWords":30998,"totalCharacters":240608,"totalSentences":868},"2023-03-16":{"words":116,"characters":733,"sentences":7,"files":129,"totalWords":31115,"totalCharacters":241340,"totalSentences":875}},"modifiedFiles":{"Scénario/Absolue Nécessitée.md":{"words":{"initial":1746,"current":1789},"characters":{"initial":11459,"current":11739},"sentences":{"initial":68,"current":73}},"Locations/Kratéïra.md":{"words":{"initial":110,"current":183},"characters":{"initial":889,"current":1342},"sentences":{"initial":1,"current":3}}}}
|
||||
{"history":{"2023-03-01":{"words":845,"characters":1255,"sentences":0,"files":123,"totalWords":29296,"totalCharacters":231518,"totalSentences":821},"2023-03-02":{"words":39,"characters":281,"sentences":0,"files":123,"totalWords":29296,"totalCharacters":231518,"totalSentences":821},"2023-03-03":{"words":644,"characters":3897,"sentences":23,"files":123,"totalWords":29940,"totalCharacters":233149,"totalSentences":844},"2023-03-05":{"words":0,"characters":0,"sentences":0,"files":0,"totalWords":29940,"totalCharacters":233149,"totalSentences":844},"2023-03-06":{"words":0,"characters":0,"sentences":0,"files":0,"totalWords":29940,"totalCharacters":233149,"totalSentences":844},"2023-03-07":{"words":16,"characters":103,"sentences":0,"files":123,"totalWords":29956,"totalCharacters":233253,"totalSentences":844},"2023-03-08":{"words":6,"characters":47,"sentences":1,"files":123,"totalWords":29964,"totalCharacters":233304,"totalSentences":845},"2023-03-10":{"words":15,"characters":102,"sentences":0,"files":124,"totalWords":30010,"totalCharacters":233650,"totalSentences":846},"2023-03-14":{"words":68,"characters":445,"sentences":4,"files":126,"totalWords":30274,"totalCharacters":235667,"totalSentences":857},"2023-03-15":{"words":585,"characters":3851,"sentences":9,"files":129,"totalWords":30998,"totalCharacters":240608,"totalSentences":868},"2023-03-16":{"words":116,"characters":733,"sentences":7,"files":129,"totalWords":31154,"totalCharacters":244347,"totalSentences":877}},"modifiedFiles":{"Scénario/Absolue Nécessitée.md":{"words":{"initial":1746,"current":1789},"characters":{"initial":11459,"current":11739},"sentences":{"initial":68,"current":73}},"Locations/Kratéïra.md":{"words":{"initial":110,"current":183},"characters":{"initial":889,"current":1342},"sentences":{"initial":1,"current":3}}}}
|
15
Excalidraw/Drawing 2023-03-16 21.55.44.excalidraw.md
Normal file
15
Excalidraw/Drawing 2023-03-16 21.55.44.excalidraw.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
|
||||
excalidraw-plugin: parsed
|
||||
tags: [excalidraw]
|
||||
|
||||
---
|
||||
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠==
|
||||
|
||||
|
||||
%%
|
||||
# Drawing
|
||||
```json
|
||||
{"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.8.19","elements":[],"appState":{"gridSize":null,"viewBackgroundColor":"#ffffff"}}
|
||||
```
|
||||
%%
|
Loading…
Reference in a new issue