update
This commit is contained in:
4
.obsidian/community-plugins.json
vendored
4
.obsidian/community-plugins.json
vendored
@@ -40,7 +40,6 @@
|
||||
"zotlit",
|
||||
"obsidian-style-settings",
|
||||
"obsidian-hider",
|
||||
"inline-math",
|
||||
"quick-preview",
|
||||
"obsidian42-brat",
|
||||
"obsidian-vault-statistics-plugin",
|
||||
@@ -49,5 +48,6 @@
|
||||
"obsidian-footnotes",
|
||||
"better-fn",
|
||||
"math-in-callout",
|
||||
"cloze"
|
||||
"cloze",
|
||||
"obsidian-hypothesis-plugin"
|
||||
]
|
25
.obsidian/plugins/obsidian-hypothesis-plugin/data.json
vendored
Normal file
25
.obsidian/plugins/obsidian-hypothesis-plugin/data.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"token": "6879-Ka3wxKY_YdZncP3FC4iv5YlkmIlub0QmodRke6Ytl-A",
|
||||
"user": "acct:OsKaR31415@hypothes.is",
|
||||
"highlightsFolder": "sources/hypothesis",
|
||||
"isConnected": true,
|
||||
"template": "{% if is_new_article %}{% if author %}author:: [[{{author}}]]\nurl:: [{{author}}]({{url}})\n{% else %}\nurl:: {{url}}\n{% endif %}{% endif %}\n\n{% if is_new_article %}\n## Annotations\n{% for highlight in highlights %}\n> [!zotero] [{{highlight.updated}}]({{highlight.incontext}}){% for line in highlight.text.split(\"\\n\") %}\n> {{line}}{% endfor %}{% if highlight.annotation %}\n> > [!note] Annotations{% for line in highlight.annotation.split(\"\\n\") %}\n> > {{line}}{% endfor %}\n{% endif %}{% endfor %}{% endif %}\n\n{% if is_new_article %}\n## Notes de pages\n{% for highlight in page_notes %}\n> [!note] [{{highlight.updated}}]({{highlight.incontext}})\n> {{highlight.annotation}}\n{% endfor %}\n{% endif %}\n",
|
||||
"syncOnBoot": false,
|
||||
"autoSyncInterval": 0,
|
||||
"dateTimeFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"history": {
|
||||
"totalArticles": 1,
|
||||
"totalHighlights": 5
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"id": "__world__",
|
||||
"name": "Public",
|
||||
"public": true,
|
||||
"type": "open",
|
||||
"selected": true
|
||||
}
|
||||
],
|
||||
"useDomainFolders": false,
|
||||
"lastSyncDate": "2024-05-14T10:11:14.434Z"
|
||||
}
|
2
.obsidian/plugins/obsidian-hypothesis-plugin/main.js
vendored
Normal file
2
.obsidian/plugins/obsidian-hypothesis-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-hypothesis-plugin/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-hypothesis-plugin/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-hypothesis-plugin",
|
||||
"name": "Hypothes.is",
|
||||
"version": "0.1.19",
|
||||
"minAppVersion": "0.11.0",
|
||||
"description": "Sync your Hypothesis highlights",
|
||||
"author": "weichenw",
|
||||
"authorUrl": "https://github.com/weichenw",
|
||||
"isDesktopOnly": false
|
||||
}
|
@@ -5,12 +5,12 @@
|
||||
{
|
||||
"id": 2,
|
||||
"name": "memoire-L3",
|
||||
"lastUpdate": 1715610303854
|
||||
"lastUpdate": 1715677571514
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Ma bibliothèque",
|
||||
"lastUpdate": 1715610303930
|
||||
"lastUpdate": 1715677571539
|
||||
}
|
||||
],
|
||||
"renderCitations": true,
|
||||
|
@@ -43,7 +43,7 @@
|
||||
"singlelineCardSeparator": "::",
|
||||
"singlelineReversedCardSeparator": ":::"
|
||||
},
|
||||
"buryDate": "2024-05-13",
|
||||
"buryDate": "2024-05-14",
|
||||
"buryList": [],
|
||||
"historyDeck": ""
|
||||
}
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"snippets_file": "def : > [!definition] \ndéf : > [!définition] \nddef : > [!definition] $end$\\n> \\n^definition\nddéf : > [!définition] $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_file": "def : > [!definition] \ndéf : > [!définition] \nddef : > [!definition] $end$\\n> \\n^definition\nddéf : > [!définition] $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\navantages : > [!check] Avantages\ninconvenients : > [!fail] Inconvénients\ninconvénients : > [!fail] Inconvéninents\npc : > [!check] Avantages\\n> $end$\\n\\n> [!fail] Inconvénients\\n> \\n\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:::\n\n",
|
||||
"snippets": [
|
||||
"def : > [!definition] ",
|
||||
"déf : > [!définition] ",
|
||||
@@ -18,6 +18,10 @@
|
||||
"tldr : > [!tldr] ",
|
||||
"exercice : > [!tldr] Exercice",
|
||||
"idea : > [!idea] ",
|
||||
"avantages : > [!check] Avantages",
|
||||
"inconvenients : > [!fail] Inconvénients",
|
||||
"inconvénients : > [!fail] Inconvéninents",
|
||||
"pc : > [!check] Avantages\\n> $end$\\n\\n> [!fail] Inconvénients\\n> \\n\n",
|
||||
"fm : ---\\n$end$\\n---",
|
||||
"alias : ---\\nalias: [ \"$end$\" ]\\n---",
|
||||
"ev : [[espace vectoriel]]",
|
||||
|
@@ -1 +1 @@
|
||||
{"garbage collection":{"garbage collection":{"internalLink":{"count":1,"lastUpdated":1715606605864}}},"changement de base d'une forme bilinéaire":{"test":{"internalLink":{"count":1,"lastUpdated":1715676329297}}},"test_patat":{"test_patat":{"internalLink":{"count":1,"lastUpdated":1715676413667}},"bonjour":{"internalLink":{"count":1,"lastUpdated":1715676438324}}}}
|
||||
{"garbage collection":{"garbage collection":{"internalLink":{"count":1,"lastUpdated":1715606605864}}},"changement de base d'une forme bilinéaire":{"test":{"internalLink":{"count":1,"lastUpdated":1715676329297}}},"test_patat":{"test_patat":{"internalLink":{"count":1,"lastUpdated":1715676413667}},"bonjour":{"internalLink":{"count":1,"lastUpdated":1715676438324}}},"éducation nationale":{"éducation nationale":{"internalLink":{"count":1,"lastUpdated":1715682802695}}}}
|
1
.obsidian/snippets/custom_callouts.css
vendored
1
.obsidian/snippets/custom_callouts.css
vendored
@@ -110,6 +110,7 @@
|
||||
.callout[data-callout="zotero"] > .callout-title {
|
||||
border-bottom: 1pt solid rgb(80, 80, 80);
|
||||
filter: brightness(0.9) saturate(2);
|
||||
color: var(--text-normal);
|
||||
}
|
||||
.callout[data-callout="zotero"] > .callout-title > .callout-icon > .svg-icon {
|
||||
/* display: none; /1* hide icon in favor of the colored one *1/ */
|
||||
|
Reference in New Issue
Block a user