macbook-pro-de-oscar-1.home 2025-8-26:23:3:19
This commit is contained in:
2
.obsidian/appearance.json
vendored
2
.obsidian/appearance.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"theme": "system",
|
"theme": "system",
|
||||||
"cssTheme": "Minimal",
|
"cssTheme": "Minimal",
|
||||||
"baseFontSize": 22.5,
|
"baseFontSize": 23.5,
|
||||||
"enabledCssSnippets": [
|
"enabledCssSnippets": [
|
||||||
"pdf_darkmode",
|
"pdf_darkmode",
|
||||||
"query_header_title",
|
"query_header_title",
|
||||||
|
@@ -40,6 +40,31 @@
|
|||||||
"value": "moment(Date.now()).format('YYYY/MM/DD')"
|
"value": "moment(Date.now()).format('YYYY/MM/DD')"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Jamais vu",
|
||||||
|
"icon": "",
|
||||||
|
"style": "destructive",
|
||||||
|
"class": "",
|
||||||
|
"cssStyle": "",
|
||||||
|
"backgroundImage": "",
|
||||||
|
"tooltip": "mettre à jour la date de dernier visionage du film",
|
||||||
|
"id": "film_jamais_vu",
|
||||||
|
"hidden": false,
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"type": "updateMetadata",
|
||||||
|
"bindTarget": "nb_times_seen",
|
||||||
|
"evaluate": false,
|
||||||
|
"value": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "updateMetadata",
|
||||||
|
"bindTarget": "date_last_seen",
|
||||||
|
"evaluate": true,
|
||||||
|
"value": "null"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"excludedFolders": [
|
"excludedFolders": [
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
"lineWidth": 40,
|
"lineWidth": 40,
|
||||||
"lineWidthWide": 50,
|
"lineWidthWide": 50,
|
||||||
"maxWidth": 98,
|
"maxWidth": 98,
|
||||||
"textNormal": 22.5,
|
"textNormal": 23.5,
|
||||||
"textSmall": 18,
|
"textSmall": 18,
|
||||||
"imgGrid": false,
|
"imgGrid": false,
|
||||||
"imgWidth": "img-default-width",
|
"imgWidth": "img-default-width",
|
||||||
|
@@ -18,9 +18,12 @@ created: 2025-08-26
|
|||||||
tags:
|
tags:
|
||||||
- t/source/film
|
- t/source/film
|
||||||
- s/art/cinema
|
- s/art/cinema
|
||||||
nb_times_seen: 0
|
nb_times_seen: "0"
|
||||||
|
date_last_seen:
|
||||||
---
|
---
|
||||||
|
|
||||||
```meta-bind
|
`VIEW[Vu {nb_times_seen} fois (le {date_last_seen})][text]`
|
||||||
BUTTON[film_update_date_last_seen]
|
`BUTTON[film_update_date_last_seen]` `BUTTON[film_jamais_vu]`
|
||||||
```
|
|
||||||
|
`VIEW[IMDB : {scoreImdb}/10][text]`
|
||||||
|
Note personnelle : `INPUT[slider(addLabels, minValue(0), maxValue(10), defaultValue(5)):rating]` `VIEW[{rating}/10][text]`
|
||||||
|
@@ -6,6 +6,7 @@ tags:
|
|||||||
|
|
||||||
# Films
|
# Films
|
||||||
|
|
||||||
|
- les fugitifs
|
||||||
- The elephant man
|
- The elephant man
|
||||||
- the fly (la mouche)
|
- the fly (la mouche)
|
||||||
- platoon
|
- platoon
|
||||||
|
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
tags:
|
|
||||||
- t/source/film
|
|
||||||
- s/art/cinema
|
|
||||||
author:
|
|
||||||
date-sortie:
|
|
||||||
genre:
|
|
||||||
---
|
|
Reference in New Issue
Block a user