update
This commit is contained in:
36
.obsidian/plugins/text-snippets-obsidian/data.json
vendored
Normal file
36
.obsidian/plugins/text-snippets-obsidian/data.json
vendored
Normal 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
|
||||
}
|
451
.obsidian/plugins/text-snippets-obsidian/main.js
vendored
Normal file
451
.obsidian/plugins/text-snippets-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/text-snippets-obsidian/manifest.json
vendored
Normal file
10
.obsidian/plugins/text-snippets-obsidian/manifest.json
vendored
Normal 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"
|
||||
}
|
23
.obsidian/plugins/text-snippets-obsidian/styles.css
vendored
Normal file
23
.obsidian/plugins/text-snippets-obsidian/styles.css
vendored
Normal 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:
|
||||
}
|
Reference in New Issue
Block a user