This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:30:51 +02:00
parent f5b9c3d02c
commit 03ecc4a65b
3433 changed files with 1756195 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"snippets_file": "def : > [!definition]\ndéf : > [!définition]\nddef : > [!definition] $end$\\n> \\n^definition\nquery : > [!query]\nnote : > [!note]\nquestion : > [!question]\nimportant : > [!important]\nexemple : > [!example] Exemple \ninfo : > [!info] \ntodo : > [!todo] \ndone : > [!done] \nwarning : > [!warning] \nattention : > [!attention] \ntldr : > [!tldr] \nexercice : > [!tldr] Exercice\nidea : > [!idea] \n\nfm : ---\\n$end$\\n---\nalias : ---\\nalias: [ \"$end$\" ]\\n---\n\nev : [[espace vectoriel]]\nkev : $\\mathbf{K}$-[[espace vectoriel]]\n\nqdef : ::: {.callout-note icon=false}\\n## Définition\\n\\n$end$\\n:::\nqnote : ::: {.callout-note}\\n## $end$\\n\\n:::\nqtip : ::: {.callout-tip}\\n## $end$\\n\\n:::",
"snippets": [
"def : > [!definition]",
"déf : > [!définition]",
"ddef : > [!definition] $end$\\n> \\n^definition",
"query : > [!query]",
"note : > [!note]",
"question : > [!question]",
"important : > [!important]",
"exemple : > [!example] Exemple ",
"info : > [!info] ",
"todo : > [!todo] ",
"done : > [!done] ",
"warning : > [!warning] ",
"attention : > [!attention] ",
"tldr : > [!tldr] ",
"exercice : > [!tldr] Exercice",
"idea : > [!idea] ",
"fm : ---\\n$end$\\n---",
"alias : ---\\nalias: [ \"$end$\" ]\\n---",
"ev : [[espace vectoriel]]",
"kev : $\\mathbf{K}$-[[espace vectoriel]]",
"qdef : ::: {.callout-note icon=false}\\n## Définition\\n\\n$end$\\n:::",
"qnote : ::: {.callout-note}\\n## $end$\\n\\n:::",
"qtip : ::: {.callout-tip}\\n## $end$\\n\\n:::"
],
"endSymbol": "$end$",
"newlineSymbol": "\\n",
"stopSymbol": "$tb$",
"pasteSymbol": "$pst$",
"useTab": true,
"useSpace": true,
"wordDelimiters": "$()[]{}<>,.!?;:'\"\\/",
"isWYSIWYG": true
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "text-snippets-obsidian",
"name": "Text Snippets",
"description": "Allows you to replace text templates for faster typing, create your own, expand text shortcuts.",
"version": "0.1.2",
"author": "Ariana Khitrova",
"authorUrl": "",
"isDesktopOnly": false,
"minAppVersion": "0.9.16"
}

View File

@@ -0,0 +1,23 @@
.text-snippets-cursor > * > textarea, .text-snippets-tabstops > * > textarea, .text-snippets-newline > * > textarea, .text-snippets-delimiter > * > textarea{
height: 30px;
padding-top: 2px;
padding-bottom: 0;
}
.text-snippets-class > * > textarea{
width:40em;
height: 100%;
}
.text-snippets-class > div > div {
}
.text-snippets-class > * {
height: 100%;
width: 60em;
}
.text-snippets-class {
height: 70%;
background-color:
}