diff --git a/.obsidian/app.json b/.obsidian/app.json index d91acde..d222747 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1,5 +1,5 @@ { - "spellcheck": false, + "spellcheck": true, "attachmentFolderPath": "./PJ", "newFileLocation": "folder", "newFileFolderPath": "inbox", diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 9965327..b1181ad 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,15 +13,58 @@ "state": { "type": "markdown", "state": { - "file": "inbox/Notes complémentaires préambule Ragflow.md", + "file": "inbox/Guide Complet des Paramètres LLM.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "Notes complémentaires préambule Ragflow" + "title": "Guide Complet des Paramètres LLM" + } + }, + { + "id": "9d2524d6831d0cb0", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "command_list/Ollama commands.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Ollama commands" + } + }, + { + "id": "e96525cef8047840", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "command_list/Ollama commands.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Ollama commands" + } + }, + { + "id": "fa7ba0dbc3639c47", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "command_list/Ollama commands.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Ollama commands" } } - ] + ], + "currentTab": 3 } ], "direction": "vertical" @@ -78,7 +121,8 @@ } ], "direction": "horizontal", - "width": 234.5 + "width": 234.5, + "collapsed": true }, "right": { "id": "ad0ed0087b43302d", @@ -372,35 +416,35 @@ "obsidian-excalidraw-plugin:New drawing": false } }, - "active": "e9f11643def27837", + "active": "fa7ba0dbc3639c47", "lastOpenFiles": [ - "inbox/Notes brutes.md", - "inbox/Node.js.md", - "inbox/Modules OCR et Traduction.md", - "inbox/Mise en place process (llmticket) avec Llama-vision3.2-90b.md", - "inbox/main_llama.py.md", + "command_list/Raccourcis Cursor.md", + "command_list/Raccourcis Cursor.md", + "command_list/Ollama commands.md", + "command_list/Git commands.md", + "command_list/Commandes Nvidia.md", + "inbox/Sans titre.md", "inbox/Guide Complet des Paramètres LLM.md", - "inbox/Gestion des langues.md", - "inbox/Extracteur Odoo.md", - "inbox/Prompt recherches approfondis LLM (Pixtral-Large).md", + "inbox/main_llama.py.md", + "inbox/Mise en place process (llmticket) avec Llama-vision3.2-90b.md", + "inbox/Modules OCR et Traduction.md", + "inbox/Node.js.md", + "inbox/Notes brutes.md", + "inbox/Odoo.md", + "inbox/Orchestrteur.md", + "inbox/prompt.md", "inbox/Pipeline de mon programme.md", - "inbox/wild.md", "inbox/Script suivi JSON résultats.md", "inbox/Scripts requêtes Odoo.md", "inbox/StreamDeck config.md", "inbox/Notes complémentaires préambule Ragflow.md", - "inbox/Orchestrteur.md", + "inbox/Gestion des langues.md", + "inbox/Extracteur Odoo.md", + "inbox/Prompt recherches approfondis LLM (Pixtral-Large).md", + "inbox/wild.md", "inbox/Questions pour Karim.md", "inbox/Prompt readme.md", - "command_list/Git commands.md", "inbox/diagrammellamavision.drawio", - "inbox/Sans titre.md", - "Stage/Flux d'exécution du programme.md", - "Stage/Analyse d'un ticket.md", - "Serveur perso/Prompt_Cursor_Complet_Agents_LLM_Pretraitement.md", - "Serveur perso/Prompt_Cursor_Complet_Agents_LLM_Pretraitement (1).md", - "Serveur perso/Notes projet LLM.md", - "Ragflow/RAGFLOW - Traitement des Normes Techniques avec Schémas (v1.0).md", "Ragflow", "LLM", "regalgepixtral.png", diff --git a/command_list/Raccourcis Cursor.md b/command_list/Raccourcis Cursor.md new file mode 100644 index 0000000..bd45eee --- /dev/null +++ b/command_list/Raccourcis Cursor.md @@ -0,0 +1,58 @@ +# 🧠 Raccourcis Clavier Utiles — VS Code & Cursor + +## 🔎 Navigation + +| Action | Windows / Linux | macOS | +|--------------------------------------|------------------------|--------------------| +| Aller à un fichier | `Ctrl + P` | `Cmd + P` | +| Aller à une définition | `F12` | `F12` | +| Aller à une ligne | `Ctrl + G` | `Cmd + G` | +| Palette de commandes | `Ctrl + Shift + P` | `Cmd + Shift + P` | +| Rechercher dans projet | `Ctrl + Shift + F` | `Cmd + Shift + F` | +| Bascule entre éditeurs | `Ctrl + Tab` | `Cmd + Tab` | +| Ouvrir l’explorateur latéral | `Ctrl + B` | `Cmd + B` | + +## 🧑‍💻 Édition de Code + +| Action | Windows / Linux | macOS | +|--------------------------------------|------------------------|--------------------| +| Formater le document | `Shift + Alt + F` | `Shift + Option + F`| +| Commenter / Décommenter | `Ctrl + /` | `Cmd + /` | +| Sélection suivante | `Ctrl + D` | `Cmd + D` | +| Copier une ligne vers le bas | `Shift + Alt + ↓` | `Option + Shift + ↓`| +| Supprimer une ligne | `Ctrl + Shift + K` | `Cmd + Shift + K` | +| Déplacer une ligne ↑ ↓ | `Alt + ↑ / ↓` | `Option + ↑ / ↓` | +| Curseur multiple | `Alt + Click` | `Option + Click` | + +## 📁 Fichiers & Fenêtres + +| Action | Windows / Linux | macOS | +|--------------------------------------|------------------------|--------------------| +| Nouveau fichier | `Ctrl + N` | `Cmd + N` | +| Enregistrer | `Ctrl + S` | `Cmd + S` | +| Fermer l’onglet | `Ctrl + W` | `Cmd + W` | +| Rechercher dans le fichier | `Ctrl + F` | `Cmd + F` | +| Remplacer dans le fichier | `Ctrl + H` | `Cmd + H` | + +## 🧠 Cursor / IA + +| Action | Windows / Linux | macOS | +|--------------------------------------|------------------------|--------------------| +| Ouvrir l’assistant (Continue) | `Ctrl + L` | `Cmd + L` | +| Générer / compléter automatiquement | `Tab` | `Tab` | +| Ask Cursor (ou Continue) | `Ctrl + Shift + L` | `Cmd + Shift + L` | + +## 🛠 Terminal + +| Action | Windows / Linux | macOS | +|--------------------------------------|------------------------|--------------------| +| Ouvrir le terminal intégré | `` Ctrl + ` `` | `` Cmd + ` `` | +| Nouveau terminal | `Ctrl + Shift + `` | `Cmd + Shift + `` | + +## 💡 Refactoring + +| Action | Windows / Linux | macOS | +|--------------------------------------|------------------------|--------------------| +| Renommer une variable | `F2` | `F2` | +| Actions rapides (Quick Fix) | `Ctrl + .` | `Cmd + .` | +| Rechercher un symbole | `Ctrl + T` | `Cmd + T` | diff --git a/inbox/Sans titre.md b/inbox/Sans titre.md new file mode 100644 index 0000000..3757313 --- /dev/null +++ b/inbox/Sans titre.md @@ -0,0 +1 @@ +[Llama 3.2 Vision Model Image Pixel Limitations : r/LocalLLaMA](https://www.reddit.com/r/LocalLLaMA/comments/1frwnpj/llama_32_vision_model_image_pixel_limitations/?rdt=63055) \ No newline at end of file