device-60.home 2025-10-5:17:37:34

This commit is contained in:
oskar
2025-10-05 17:37:34 +02:00
parent db72e1e396
commit c4024f912e
6 changed files with 2057 additions and 2 deletions

View File

@@ -36,8 +36,8 @@
"obsidian-spaced-repetition", "obsidian-spaced-repetition",
"github-sync", "github-sync",
"obsidian-completr", "obsidian-completr",
"default-template",
"maximise-active-pane-obsidian", "maximise-active-pane-obsidian",
"pane-relief", "pane-relief",
"obsidian-minimal-settings" "obsidian-minimal-settings",
"auto-template-trigger"
] ]

View File

@@ -0,0 +1,10 @@
{
"folderSpecificTemplates": [
{
"folderPath": "/",
"templateName": "default new note"
}
],
"disablePrompt": false,
"debug": false
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,9 @@
{
"id": "auto-template-trigger",
"name": "Auto Template Trigger",
"version": "1.3.2",
"minAppVersion": "1.2.1",
"description": "Automatically apply or prompt for a template when creating a note. Supports assigning templates to folders.",
"author": "Numeroflip",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,9 @@
:root {
--auto-template-prompt-modal-opacity: 100;
}
.modal-container {
opacity: var(--auto-template-prompt-modal-opacity);
transition: opacity 0.2s ease-in-out;
}

View File

@@ -0,0 +1,28 @@
---
genre:
- "[[Drame]]"
- "[[Romantique]]"
director:
- "[[Céline Sciamma]]"
rating:
scoreImdb: 8
cast:
- "[[Noémie Merlant]]"
- "[[Adèle Haenel]]"
- "[[Luàna Bajrami]]"
cover: "https://m.media-amazon.com/images/M/MV5BMTIzYWNhNmYtYmM0YS00YmNjLWI0YjgtYmQ4ZTJkNDgxMjViXkEyXkFqcGc@._V1_.jpg"
plot: "Sur une île isolée de Bretagne à la fin du XVIIIe siècle, Marianne est peintre et doit réaliser le portrait de mariage d'Héloïse, une jeune femme qui vient de quitter le couvent."
year: 2019
created: 2025-10-05
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]`