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:
@@ -10,7 +10,7 @@
|
|||||||
"syncInterval": 200,
|
"syncInterval": 200,
|
||||||
"minSyncInterval": 50,
|
"minSyncInterval": 50,
|
||||||
"maxSyncInterval": 1000,
|
"maxSyncInterval": 1000,
|
||||||
"enableJs": false,
|
"enableJs": true,
|
||||||
"viewFieldDisplayNullAsEmpty": false,
|
"viewFieldDisplayNullAsEmpty": false,
|
||||||
"enableSyntaxHighlighting": true,
|
"enableSyntaxHighlighting": true,
|
||||||
"enableEditorRightClickMenu": true,
|
"enableEditorRightClickMenu": true,
|
||||||
@@ -18,6 +18,5 @@
|
|||||||
"buttonTemplates": [],
|
"buttonTemplates": [],
|
||||||
"excludedFolders": [
|
"excludedFolders": [
|
||||||
"templates"
|
"templates"
|
||||||
],
|
]
|
||||||
"useUsDateInputOrder": false
|
|
||||||
}
|
}
|
@@ -5,12 +5,12 @@
|
|||||||
{
|
{
|
||||||
"id": 2,
|
"id": 2,
|
||||||
"name": "memoire-L3",
|
"name": "memoire-L3",
|
||||||
"lastUpdate": 1756208827954
|
"lastUpdate": 1756239802534
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "Ma bibliothèque",
|
"name": "Ma bibliothèque",
|
||||||
"lastUpdate": 1756208828106
|
"lastUpdate": 1756239802817
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"renderCitations": true,
|
"renderCitations": true,
|
||||||
|
@@ -17,9 +17,23 @@ created: 2025-08-26
|
|||||||
tags:
|
tags:
|
||||||
- t/source/film
|
- t/source/film
|
||||||
- s/art/cinema
|
- 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
15
daily/2025-08-26.md
Normal 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
|
||||||
|
|
@@ -7,3 +7,7 @@ date-sortie:
|
|||||||
date-seen:
|
date-seen:
|
||||||
genre:
|
genre:
|
||||||
---
|
---
|
||||||
|
|
||||||
|
```meta-bind
|
||||||
|
INPUT[date(defaultValue(value:"jamais vu")):date_test]
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user