Compare commits
2 commits
97fd418044
...
64918f6bcc
Author | SHA1 | Date | |
---|---|---|---|
64918f6bcc | |||
5024fda08c |
5 changed files with 120 additions and 3 deletions
2
.obsidian/themes/Encore/manifest.json
vendored
2
.obsidian/themes/Encore/manifest.json
vendored
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Encore",
|
"name": "Encore",
|
||||||
"version": "2.2.1",
|
"version": "2.3.2",
|
||||||
"minAppVersion": "1.1.9",
|
"minAppVersion": "1.1.9",
|
||||||
"author": "Lucas Champagne",
|
"author": "Lucas Champagne",
|
||||||
"authorUrl": "https://lucaschampagne.dev/"
|
"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
|
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
|
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
|
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";
|
@charset "UTF-8";
|
||||||
|
@ -943,7 +948,9 @@ body:not(.encore-no-excalidraw) .workspace-leaf-content .excalidraw-view {
|
||||||
padding-bottom: 4px;
|
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);
|
margin-top: var(--header-height);
|
||||||
}
|
}
|
||||||
body:not(.encore-disable-fancy-headers) .excalidraw .layer-ui__wrapper .layer-ui__wrapper__footer-left,
|
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));
|
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 {
|
body.theme-dark {
|
||||||
--grey-900-rgb: 17, 24, 39;
|
--grey-900-rgb: 17, 24, 39;
|
||||||
--grey-800-rgb: 31, 41, 55;
|
--grey-800-rgb: 31, 41, 55;
|
||||||
|
@ -1084,6 +1110,9 @@ body.theme-light .cm-line.hr hr::after {
|
||||||
background-repeat: no-repeat;
|
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");
|
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 {
|
body {
|
||||||
--italic-color: var(--color-orange);
|
--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 {
|
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));
|
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 {
|
body.encore-theme-dark-blackout.theme-dark:not(.encore-disable-fancy-headers) .workspace-tab-container .workspace-leaf-content > .view-header {
|
||||||
--en-opacity: 0.66;
|
--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 {
|
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));
|
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 {
|
body.encore-theme-dark-obsidian.theme-dark:not(.encore-disable-fancy-headers) .workspace-tab-container .workspace-leaf-content > .view-header {
|
||||||
--en-opacity: 0.66;
|
--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":128,"characters":820,"sentences":7,"files":131,"totalWords":31352,"totalCharacters":245878,"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}},"Le Chaudron.md":{"words":{"initial":113,"current":120},"characters":{"initial":922,"current":980},"sentences":{"initial":1,"current":1}},"Grand Temple de l'Étoile.md":{"words":{"initial":112,"current":117},"characters":{"initial":923,"current":952},"sentences":{"initial":1,"current":1}}}}
|
41
Grand Temple de l'Étoile.md
Normal file
41
Grand Temple de l'Étoile.md
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
---
|
||||||
|
alias: ["Temple de l'étoile"]
|
||||||
|
tags: []
|
||||||
|
banner:
|
||||||
|
encoutered: false
|
||||||
|
|
||||||
|
type:
|
||||||
|
found_in: Le Chaudron
|
||||||
|
short_desc: "petite présentation du lieu"
|
||||||
|
image: "../Illustrations/somewhere.png"
|
||||||
|
source:
|
||||||
|
map:
|
||||||
|
|
||||||
|
status: TODO
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
> [!infobox]+ `= this.file.name`
|
||||||
|
>`$= "<a class='internal-link' data-href='" + dv.current().image.replace(/'/g, "%27") + "' ><img src='app://local/" + this.app.vault.adapter.basePath + "/" + this.app.vault.config.attachmentFolderPath + "/" + encodeURIComponent(dv.current().image).replace(/'/g, "%27") + "' > </a>"`
|
||||||
|
> *source: `= this.source`*
|
||||||
|
>
|
||||||
|
> | | |
|
||||||
|
> | --- | --- |
|
||||||
|
> |**Description** | `= this.short_desc` |
|
||||||
|
> |**Type** | `=this.type` |
|
||||||
|
> ## Infos
|
||||||
|
> | | |
|
||||||
|
> | --- | --- |
|
||||||
|
> |**Situé dans** | `=link(this.found_in)` |
|
||||||
|
> | **Contient**| `$= dv.list(dv.pages().where(page => page.found_in == dv.current().file.name).file.link)` |
|
||||||
|
> | **Appartient à**| `todo` |
|
||||||
|
> | **Personnes présentes**| `todo` |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
## Histoire
|
||||||
|
|
41
Le Chaudron.md
Normal file
41
Le Chaudron.md
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
---
|
||||||
|
alias: []
|
||||||
|
tags: []
|
||||||
|
banner:
|
||||||
|
encoutered: false
|
||||||
|
|
||||||
|
type:
|
||||||
|
found_in: Kratéïra
|
||||||
|
short_desc: "Quartier portuaire de [Kratéïra](Locations/Kratéïra.md), situé dans un cratère"
|
||||||
|
image: "../Illustrations/somewhere.png"
|
||||||
|
source:
|
||||||
|
map:
|
||||||
|
|
||||||
|
status: TODO
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
> [!infobox]+ `= this.file.name`
|
||||||
|
>`$= "<a class='internal-link' data-href='" + dv.current().image.replace(/'/g, "%27") + "' ><img src='app://local/" + this.app.vault.adapter.basePath + "/" + this.app.vault.config.attachmentFolderPath + "/" + encodeURIComponent(dv.current().image).replace(/'/g, "%27") + "' > </a>"`
|
||||||
|
> *source: `= this.source`*
|
||||||
|
>
|
||||||
|
> | | |
|
||||||
|
> | --- | --- |
|
||||||
|
> |**Description** | `= this.short_desc` |
|
||||||
|
> |**Type** | `=this.type` |
|
||||||
|
> ## Infos
|
||||||
|
> | | |
|
||||||
|
> | --- | --- |
|
||||||
|
> |**Situé dans** | `=link(this.found_in)` |
|
||||||
|
> | **Contient**| `$= dv.list(dv.pages().where(page => page.found_in == dv.current().file.name).file.link)` |
|
||||||
|
> | **Appartient à**| `todo` |
|
||||||
|
> | **Personnes présentes**| `todo` |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
## Histoire
|
||||||
|
|
Loading…
Reference in a new issue