This commit is contained in:
Oscar Plaisant
2024-07-07 04:15:38 +02:00
parent ba4a8f79e1
commit 44cc38e148
268 changed files with 45693 additions and 8468 deletions

View File

@@ -15,7 +15,7 @@
},
"format": {
"enabled": true,
"format": "> [!smallquery]+ Sous-notes de `$= dv.el(\"span\", \"[[\" + dv.current().file.name + \"]]\")`\n> ```breadcrumbs\n> title: false\n> type: tree\n> dir: down\n> ```"
"format": "> [!query]+ Sous-notes de `$= dv.el(\"span\", \"[[\" + dv.current().file.name + \"]]\")`\n> ```breadcrumbs\n> title: false\n> type: tree\n> dir: down\n> ```"
},
"insertAfter": {
"enabled": false,
@@ -141,7 +141,7 @@
"id": "d13c6798-6fe2-4faf-846e-9fda89db2e10",
"name": "citation",
"type": "Template",
"command": true,
"command": false,
"templatePath": "templates/citation.md",
"fileNameFormat": {
"enabled": false,
@@ -168,7 +168,7 @@
"id": "feec2e0a-f47b-4ff4-b51c-06840b1cdc87",
"name": "élément du CV",
"type": "Template",
"command": true,
"command": false,
"templatePath": "templates/élément CV.md",
"fileNameFormat": {
"enabled": false,
@@ -195,7 +195,7 @@
"id": "b76102fe-9a2c-40d6-b233-a05c03024796",
"name": "source",
"type": "Template",
"command": true,
"command": false,
"templatePath": "templates/sources.md",
"fileNameFormat": {
"enabled": false,
@@ -222,7 +222,7 @@
"id": "f75c593a-e7f1-47f6-8559-ee1420d606c4",
"name": "exercice",
"type": "Template",
"command": true,
"command": false,
"templatePath": "templates/exercice.md",
"fileNameFormat": {
"enabled": false,
@@ -249,7 +249,7 @@
"id": "48a1a5e9-dcdc-4c29-ae03-57866db3957f",
"name": "cours",
"type": "Template",
"command": true,
"command": false,
"templatePath": "templates/cours.md",
"fileNameFormat": {
"enabled": false,
@@ -276,7 +276,7 @@
"id": "213d386c-1546-41f5-93b8-02be8295f3b4",
"name": "devoir",
"type": "Template",
"command": true,
"command": false,
"templatePath": "templates/devoir.md",
"fileNameFormat": {
"enabled": false,
@@ -303,7 +303,7 @@
"id": "573a6f23-e9eb-4111-a51a-7995c142a4f9",
"name": "note",
"type": "Capture",
"command": true,
"command": false,
"appendLink": false,
"captureTo": "",
"captureToActiveFile": true,
@@ -337,7 +337,7 @@
"id": "003c79e7-1d90-4ff9-a9fc-2922739cb644",
"name": "annotation",
"type": "Capture",
"command": true,
"command": false,
"appendLink": false,
"captureTo": "sources/annotations/{{VALUE:Titre}}",
"captureToActiveFile": false,
@@ -366,6 +366,41 @@
},
"openFile": false,
"openFileInMode": "default"
},
{
"id": "10e5180e-d924-4f54-8967-a0bada9a7de3",
"name": "titre de la note",
"type": "Capture",
"command": true,
"appendLink": false,
"captureTo": "",
"captureToActiveFile": true,
"createFileIfItDoesntExist": {
"enabled": false,
"createWithTemplate": false,
"template": ""
},
"format": {
"enabled": true,
"format": "{{linkcurrent}}"
},
"insertAfter": {
"enabled": false,
"after": "",
"insertAtEnd": false,
"considerSubsections": false,
"createIfNotFound": false,
"createIfNotFoundLocation": "top"
},
"prepend": false,
"task": false,
"openFileInNewTab": {
"enabled": false,
"direction": "vertical",
"focus": true
},
"openFile": false,
"openFileInMode": "default"
}
],
"macros": [],
@@ -373,7 +408,7 @@
"devMode": false,
"templateFolderPath": "templates",
"announceUpdates": true,
"version": "1.8.1",
"version": "1.9.0",
"disableOnlineFeatures": true,
"ai": {
"defaultModel": "Ask me",

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
{
"id": "quickadd",
"name": "QuickAdd",
"version": "1.8.1",
"minAppVersion": "0.13.19",
"version": "1.9.0",
"minAppVersion": "1.6.0",
"description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann",
"authorUrl": "https://bagerbach.com",

View File

@@ -165,6 +165,11 @@
.yesNoPromptParagraph {
text-align: center;
}
.suggestion-container {
background-color: var(--modal-background);
z-index: 100000;
overflow-y: auto;
}
.qaFileSuggestionItem {
display: flex;
flex-direction: column;