mbp-oskar.lan 2025-5-10:18:42:56

This commit is contained in:
Oscar Plaisant
2025-05-10 18:42:56 +02:00
parent 1239a5463a
commit afcf0f22e4
18 changed files with 548 additions and 71 deletions

View File

@@ -491,6 +491,13 @@
],
"close_reversed": false,
"close_field": "source"
},
{
"name": "",
"chain": [],
"rounds": 10,
"close_reversed": false,
"close_field": "up"
}
]
},

View File

@@ -1,7 +1,7 @@
{
"remoteURL": "https://gitea.dariow.fr",
"gitLocation": "",
"syncinterval": 0,
"syncinterval": 20,
"isSyncOnLoad": true,
"checkStatusOnLoad": true
}

View File

@@ -401,9 +401,76 @@
},
"openFile": false,
"openFileInMode": "default"
},
{
"id": "0b1ce8df-732b-4f1c-aa11-4914666e6416",
"name": "convert inline properties to YAML",
"type": "Macro",
"command": true,
"macroId": "076271f1-41bd-4076-b253-5a9cb7fd1d5a"
},
{
"id": "49fccdfb-e1e1-4c3d-baf8-18b139ff6440",
"name": "convert ALL inline properties to YAML",
"type": "Macro",
"command": false,
"macroId": "acd31cfd-8e03-4c73-98d8-d40e4906e97a"
}
],
"macros": [
{
"name": "convert inline properties to YAML",
"id": "076271f1-41bd-4076-b253-5a9cb7fd1d5a",
"commands": [
{
"name": "Save current file",
"type": "Obsidian",
"id": "6d7e3958-864f-4e3c-a43a-76ceafd5be40",
"commandId": "editor:save-file"
},
{
"name": "convert_inline_to_yaml",
"type": "UserScript",
"id": "48601ce0-820f-47d4-a61d-34549323b302",
"path": "quickadd_scripts/convert_inline_to_yaml.js",
"settings": {}
},
{
"name": "Save current file",
"type": "Obsidian",
"id": "2af2f2a9-6cdb-43ac-9c13-4b846d4385cd",
"commandId": "editor:save-file"
}
],
"runOnStartup": false
},
{
"name": "convert ALL inline properties to YAML",
"id": "acd31cfd-8e03-4c73-98d8-d40e4906e97a",
"commands": [
{
"name": "Save current file",
"type": "Obsidian",
"id": "845535c2-2359-497d-a71d-fdc58c9ac40a",
"commandId": "editor:save-file"
},
{
"name": "convert_ALL_inline_to_yaml",
"type": "UserScript",
"id": "a54f0813-5d36-4d5b-a793-d7d32b05b22c",
"path": "quickadd_scripts/convert_ALL_inline_to_yaml.js",
"settings": {}
},
{
"name": "Save current file",
"type": "Obsidian",
"id": "05488d2d-11a6-4217-87a3-6252e547047b",
"commandId": "editor:save-file"
}
],
"runOnStartup": false
}
],
"macros": [],
"inputPrompt": "single-line",
"devMode": false,
"templateFolderPath": "templates",