2025-08-26 22:23:36 update from obsidian (5 file·s changed)

Affected files:
.obsidian/plugins/obsidian-meta-bind-plugin/data.json
.obsidian/plugins/obsidian-pandoc-reference-list/data.json
References/The Elephant Man.md
daily/2025-08-26.md
templates/film.md
This commit is contained in:
oskar
2025-08-26 22:23:36 +02:00
parent 69f550af6e
commit cf8af4094b
5 changed files with 41 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
"syncInterval": 200,
"minSyncInterval": 50,
"maxSyncInterval": 1000,
"enableJs": false,
"enableJs": true,
"viewFieldDisplayNullAsEmpty": false,
"enableSyntaxHighlighting": true,
"enableEditorRightClickMenu": true,
@@ -18,6 +18,5 @@
"buttonTemplates": [],
"excludedFolders": [
"templates"
],
"useUsDateInputOrder": false
]
}

View File

@@ -5,12 +5,12 @@
{
"id": 2,
"name": "memoire-L3",
"lastUpdate": 1756208827954
"lastUpdate": 1756239802534
},
{
"id": 1,
"name": "Ma bibliothèque",
"lastUpdate": 1756208828106
"lastUpdate": 1756239802817
}
],
"renderCitations": true,

View File

@@ -17,9 +17,23 @@ created: 2025-08-26
tags:
- t/source/film
- s/art/cinema
date-visionage: false
---
```meta-bind
INPUT[date:date_test]
```meta-bind-button
label: Vu aujourd'hui
icon: ""
style: default
class: ""
cssStyle: ""
backgroundImage: ""
tooltip: mettre à jour la date de dernier visionage du film
id: ""
hidden: false
actions:
- type: updateMetadata
bindTarget: date_last_seen
evaluate: true
value: moment(Date.now()).format('YYYY/MM/DD')
```

15
daily/2025-08-26.md Normal file
View File

@@ -0,0 +1,15 @@
# Todo
# 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-26
short mode
```
# I am gratefull to

View File

@@ -7,3 +7,7 @@ date-sortie:
date-seen:
genre:
---
```meta-bind
INPUT[date(defaultValue(value:"jamais vu")):date_test]
```