From b8665859bcef577a6656e0ee71aedcaf2cdd586f Mon Sep 17 00:00:00 2001 From: oskar Date: Wed, 27 Aug 2025 00:23:21 +0200 Subject: [PATCH] macbook-pro-de-oscar-1.home 2025-8-27:0:23:21 --- .obsidian/appearance.json | 2 +- .obsidian/graph.json | 4 +- .obsidian/plugins/extended-graph/data.json | 134 ++++++++++++++++-- .../obsidian-minimal-settings/data.json | 2 +- application linéaire continue.md | 6 +- application réciproque.md | 4 +- daily/2025-08-27.md | 17 +++ films.base | 26 ++-- nicolas.md | 0 sources/films/The Butterfly Effect.md | 30 ++++ 10 files changed, 191 insertions(+), 34 deletions(-) create mode 100644 daily/2025-08-27.md create mode 100644 nicolas.md diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 44c457a2..7041c274 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,7 +1,7 @@ { "theme": "system", "cssTheme": "Minimal", - "baseFontSize": 23.5, + "baseFontSize": 25, "enabledCssSnippets": [ "pdf_darkmode", "query_header_title", diff --git a/.obsidian/graph.json b/.obsidian/graph.json index 8a78e6b4..ad95168e 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -130,6 +130,6 @@ "repelStrength": 5.263671875, "linkStrength": 1, "linkDistance": 30, - "scale": 1.3372548018367394, - "close": false + "scale": 0.2673818051183827, + "close": true } \ No newline at end of file diff --git a/.obsidian/plugins/extended-graph/data.json b/.obsidian/plugins/extended-graph/data.json index d9e08eff..c4c63e33 100644 --- a/.obsidian/plugins/extended-graph/data.json +++ b/.obsidian/plugins/extended-graph/data.json @@ -66,27 +66,137 @@ "additionalProperties": {}, "backupGraphOptions": { "collapse-filter": false, - "localJumps": 1, - "localBacklinks": true, - "localForelinks": true, - "localInterlinks": false, "showTags": false, "showAttachments": false, "hideUnresolved": false, + "showOrphans": false, "collapse-color-groups": true, - "colorGroups": [], + "colorGroups": [ + { + "query": "tag:#not-done", + "color": { + "a": 1, + "rgb": 8882055 + } + }, + { + "query": "tag:#MOC", + "color": { + "a": 1, + "rgb": 10354945 + } + }, + { + "query": "tag:#s/PKM OR tag:#s/obsidian", + "color": { + "a": 1, + "rgb": 4863904 + } + }, + { + "query": "tag:#flashcards", + "color": { + "a": 1, + "rgb": 4863904 + } + }, + { + "query": "tag:#gists", + "color": { + "a": 1, + "rgb": 6827411 + } + }, + { + "query": "tag:#CV", + "color": { + "a": 1, + "rgb": 11010185 + } + }, + { + "query": "tag:#s/maths", + "color": { + "a": 1, + "rgb": 2792960 + } + }, + { + "query": "tag:#s/logique", + "color": { + "a": 1, + "rgb": 13050 + } + }, + { + "query": "tag:#s/informatique", + "color": { + "a": 1, + "rgb": 14772500 + } + }, + { + "query": "tag:#t/personne", + "color": { + "a": 1, + "rgb": 6655149 + } + }, + { + "query": "path:sources", + "color": { + "a": 1, + "rgb": 3770873 + } + }, + { + "query": "tag:#s/politique OR tag:#s/science/sociologie", + "color": { + "a": 1, + "rgb": 35464 + } + }, + { + "query": "tag:#s/science OR tag:#s/art OR tag:#s/autres OR tag:#s/cuisine", + "color": { + "a": 1, + "rgb": 15646813 + } + }, + { + "query": "tag:#t/exercice OR tag:#t/cours OR tag:#s/fac", + "color": { + "a": 1, + "rgb": 16759552 + } + }, + { + "query": "tag:#t/devoir OR tag:#t/devoir-fait", + "color": { + "a": 1, + "rgb": 16711914 + } + }, + { + "query": "tag:#excalidraw", + "color": { + "a": 1, + "rgb": 8019199 + } + } + ], "collapse-display": true, "showArrow": false, "textFadeMultiplier": 0, - "nodeSizeMultiplier": 1, - "lineSizeMultiplier": 1, - "collapse-forces": true, - "centerStrength": 0.591389973958333, - "repelStrength": 10, + "nodeSizeMultiplier": 1.29210205078125, + "lineSizeMultiplier": 1.23408203125, + "collapse-forces": false, + "centerStrength": 0.212239583333333, + "repelStrength": 5.263671875, "linkStrength": 1, "linkDistance": 30, - "scale": 0.6757381672622811, - "close": true + "scale": 1.3372548018367394, + "close": false }, "states": [ { diff --git a/.obsidian/plugins/obsidian-minimal-settings/data.json b/.obsidian/plugins/obsidian-minimal-settings/data.json index 6da15c19..6a7f34b5 100644 --- a/.obsidian/plugins/obsidian-minimal-settings/data.json +++ b/.obsidian/plugins/obsidian-minimal-settings/data.json @@ -8,7 +8,7 @@ "lineWidth": 40, "lineWidthWide": 50, "maxWidth": 98, - "textNormal": 23.5, + "textNormal": 25, "textSmall": 18, "imgGrid": false, "imgWidth": "img-default-width", diff --git a/application linéaire continue.md b/application linéaire continue.md index ec980870..68c587c3 100644 --- a/application linéaire continue.md +++ b/application linéaire continue.md @@ -1,5 +1,7 @@ -up:: [[application continue]], [[application linéaire]] -#s/maths/algèbre #s/maths/topologie +--- +up: ["[[application continue]]", "[[application linéaire]]"] +tags: ["#s/maths/algèbre", "#s/maths/topologie"] +--- > [!definition] [[application linéaire continue]] > Une [[application linéaire]] qui est aussi [[application continue|continue]]. diff --git a/application réciproque.md b/application réciproque.md index f7f9d03e..22058c9b 100644 --- a/application réciproque.md +++ b/application réciproque.md @@ -1,8 +1,8 @@ --- alias: [ "réciproque" ] +up: "[[application]]" +tags: "#s/maths/analyse" --- -up::[[application]] -#s/maths/analyse > [!definition] Définition > Soit $f : E \to F$ une [[bijection]] diff --git a/daily/2025-08-27.md b/daily/2025-08-27.md new file mode 100644 index 00000000..2027fe5a --- /dev/null +++ b/daily/2025-08-27.md @@ -0,0 +1,17 @@ +# Todo +- [x] #task contacter nicolas ✅ 2025-08-27 +- [ ] #task faire la soupe + +# I did +> [!smallquery]- Modified files +> ```dataview +> LIST file.mtime +> where file.mtime > date(this.file.name) and file.mtime < (date(this.file.name) + dur(1 day)) sort file.mtime asc +> ``` +```tasks +done 2025-08-27 +short mode +``` + +# I am gratefull to + diff --git a/films.base b/films.base index 48b02f88..6438a785 100644 --- a/films.base +++ b/films.base @@ -31,11 +31,12 @@ views: order: - file.name - year - - director - rating - scoreImdb - - plot - genre + - director + - cast + - plot - date_last_seen sort: - property: last @@ -45,12 +46,14 @@ views: - property: plot direction: ASC columnSize: - file.name: 193 + file.name: 371 note.year: 68 - note.director: 205 + note.rating: 44 note.scoreImdb: 89 - note.plot: 233 - note.genre: 261 + note.genre: 304 + note.director: 205 + note.cast: 440 + note.plot: 554 image: note.cover - type: table name: A voir @@ -107,10 +110,10 @@ views: - rating >= 6 order: - file.name - - director - - year - - genre - rating + - year + - director + - genre - ratingImdb - last sort: @@ -152,8 +155,3 @@ views: imageFit: "" imageAspectRatio: 1.45 cardSize: 190 - - type: table - name: Genres - filters: - and: - - list(Director).contains(this) diff --git a/nicolas.md b/nicolas.md new file mode 100644 index 00000000..e69de29b diff --git a/sources/films/The Butterfly Effect.md b/sources/films/The Butterfly Effect.md index e69de29b..7e2c24fa 100644 --- a/sources/films/The Butterfly Effect.md +++ b/sources/films/The Butterfly Effect.md @@ -0,0 +1,30 @@ +--- +genre: + - "[[Drame]]" + - "[[Science-fiction]]" + - "[[Thriller]]" +director: + - "[[Eric Bress]]" + - "[[J. Mackye Gruber]]" +rating: +scoreImdb: 7.6 +cast: + - "[[Ashton Kutcher]]" + - "[[Amy Smart]]" + - "[[Melora Walters]]" +cover: "https://m.media-amazon.com/images/M/MV5BZjdiOWUyOWQtNmFmNS00MTRmLWFkMzctOTkzODdiMjY1ZWQzXkEyXkFqcGc@._V1_.jpg" +plot: "Evan Treborn perd conscience et n'a pas de souvenirs lors d'événements marquants de sa vie. En grandissant, il trouve un moyen de se rappeler de ces souvenirs perdus et un moyen surnaturel de changer sa vie en lisant son journal." +year: 2004 +created: 2025-08-27 +tags: + - "t/source/film" + - "s/art/cinema" +nb_times_seen: "0" +date_last_seen: +--- + +`VIEW[Vu {nb_times_seen} fois (le {date_last_seen})][text]` +`BUTTON[film_update_date_last_seen]` `BUTTON[film_jamais_vu]` + +- score`VIEW[IMDB : {scoreImdb}/10][text]` +- Note personnelle : `INPUT[slider(addLabels, minValue(0), maxValue(10), defaultValue(5)):rating]` `VIEW[{rating}/10][text]`