Mise à jour du 25 octobre 2025 à 23:08
This commit is contained in:
parent
9505998dae
commit
9c41de4121
47 changed files with 1556 additions and 109 deletions
44
.obsidian/plugins/longform/data.json
vendored
44
.obsidian/plugins/longform/data.json
vendored
|
|
@ -1,10 +1,48 @@
|
|||
{
|
||||
"version": 3,
|
||||
"projects": {},
|
||||
"selectedDraftVaultPath": "Roman/Préface/Index.md",
|
||||
"selectedDraftVaultPath": "Soleris/Index.md",
|
||||
"userScriptFolder": null,
|
||||
"sessionStorage": "data",
|
||||
"sessions": [
|
||||
{
|
||||
"start": "2025-10-25T14:28:48.451Z",
|
||||
"total": 9090,
|
||||
"drafts": {
|
||||
"Roman/Soleris - Les racines oubliées/Index.md": {
|
||||
"total": 0,
|
||||
"scenes": {}
|
||||
},
|
||||
"Soleris - Les racines oubliées/Index.md": {
|
||||
"total": 0,
|
||||
"scenes": {
|
||||
"undefined": 0
|
||||
}
|
||||
},
|
||||
"Roman/Soleris/Index.md": {
|
||||
"total": 0,
|
||||
"scenes": {}
|
||||
},
|
||||
"Roman/Index.md": {
|
||||
"total": 0,
|
||||
"scenes": {}
|
||||
},
|
||||
"Soleris/Index.md": {
|
||||
"total": 9090,
|
||||
"scenes": {
|
||||
"Préface": 835,
|
||||
"Vie paisible": 825,
|
||||
"Le départ": 3309,
|
||||
"Révélation": 2707,
|
||||
"En route pour Asfar": 743,
|
||||
"Décision Difficile": 292,
|
||||
"Emaïr la magnifique": 259,
|
||||
"Maudite Forêt": 0,
|
||||
"La cité des Nains": 120
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"start": "2025-03-28T09:45:19.746Z",
|
||||
"total": 0,
|
||||
|
|
@ -78,7 +116,7 @@
|
|||
"workflows": {
|
||||
"Default Workflow": {
|
||||
"name": "Default Workflow",
|
||||
"description": "A starter workflow. Feel free to edit, rename, or delete it and create your own.",
|
||||
"description": "Premier brouillon",
|
||||
"steps": [
|
||||
{
|
||||
"id": "strip-frontmatter",
|
||||
|
|
@ -107,7 +145,7 @@
|
|||
{
|
||||
"id": "write-to-note",
|
||||
"optionValues": {
|
||||
"target": "manuscript.md",
|
||||
"target": "draft_1.md",
|
||||
"open-after": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
38
.obsidian/plugins/templater-obsidian/data.json
vendored
Normal file
38
.obsidian/plugins/templater-obsidian/data.json
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"command_timeout": 5,
|
||||
"templates_folder": "Templates",
|
||||
"templates_pairs": [
|
||||
[
|
||||
"",
|
||||
""
|
||||
]
|
||||
],
|
||||
"trigger_on_file_creation": false,
|
||||
"auto_jump_to_cursor": false,
|
||||
"enable_system_commands": false,
|
||||
"shell_path": "",
|
||||
"user_scripts_folder": "",
|
||||
"enable_folder_templates": true,
|
||||
"folder_templates": [
|
||||
{
|
||||
"folder": "",
|
||||
"template": ""
|
||||
}
|
||||
],
|
||||
"enable_file_templates": false,
|
||||
"file_templates": [
|
||||
{
|
||||
"regex": ".*",
|
||||
"template": ""
|
||||
}
|
||||
],
|
||||
"syntax_highlighting": true,
|
||||
"syntax_highlighting_mobile": false,
|
||||
"enabled_templates_hotkeys": [
|
||||
""
|
||||
],
|
||||
"startup_templates": [
|
||||
""
|
||||
],
|
||||
"intellisense_render": 1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue