diff --git a/.obsidian/plugins/obsidian-meta-bind-plugin/data.json b/.obsidian/plugins/obsidian-meta-bind-plugin/data.json index c49335d5..ba6e6c2e 100644 --- a/.obsidian/plugins/obsidian-meta-bind-plugin/data.json +++ b/.obsidian/plugins/obsidian-meta-bind-plugin/data.json @@ -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 + ] } \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-pandoc-reference-list/data.json b/.obsidian/plugins/obsidian-pandoc-reference-list/data.json index 05e572f4..af76501f 100644 --- a/.obsidian/plugins/obsidian-pandoc-reference-list/data.json +++ b/.obsidian/plugins/obsidian-pandoc-reference-list/data.json @@ -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, diff --git a/References/The Elephant Man.md b/References/The Elephant Man.md index d68faa08..4ae369e6 100644 --- a/References/The Elephant Man.md +++ b/References/The Elephant Man.md @@ -17,9 +17,23 @@ created: 2025-08-26 tags: - t/source/film - s/art/cinema -date-visionage: false --- -```meta-bind -INPUT[date:date_test] -``` \ No newline at end of file + +```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') + +``` diff --git a/daily/2025-08-26.md b/daily/2025-08-26.md new file mode 100644 index 00000000..18855968 --- /dev/null +++ b/daily/2025-08-26.md @@ -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 + diff --git a/templates/film.md b/templates/film.md index 5fc2bba0..83751bac 100644 --- a/templates/film.md +++ b/templates/film.md @@ -7,3 +7,7 @@ date-sortie: date-seen: genre: --- + +```meta-bind +INPUT[date(defaultValue(value:"jamais vu")):date_test] +```