update
This commit is contained in:
		
							
								
								
									
										2
									
								
								.obsidian/plugins/breadcrumbs/data.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.obsidian/plugins/breadcrumbs/data.json
									
									
									
									
										vendored
									
									
								
							@@ -59,7 +59,7 @@
 | 
			
		||||
  "showAllAliases": false,
 | 
			
		||||
  "showBCs": true,
 | 
			
		||||
  "showBCsInEditLPMode": true,
 | 
			
		||||
  "showRefreshNotice": false,
 | 
			
		||||
  "showRefreshNotice": true,
 | 
			
		||||
  "showImpliedRelations": true,
 | 
			
		||||
  "showTrail": false,
 | 
			
		||||
  "showGrid": true,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
  "citationExportFormat": "csl-json",
 | 
			
		||||
  "literatureNoteTitleTemplate": "@{{citekey}}",
 | 
			
		||||
  "literatureNoteFolder": "Reading notes",
 | 
			
		||||
  "literatureNoteContentTemplate": "---\ntitle: {{title}}\nyear: {{year}}\n---\nauthor:: {{authorString}}\nlink:: {{URL}}\n\n",
 | 
			
		||||
  "markdownCitationTemplate": "[@{{citekey}}]",
 | 
			
		||||
  "alternativeMarkdownCitationTemplate": "@{{citekey}}"
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										85889
									
								
								.obsidian/plugins/obsidian-citation-plugin/main.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										85889
									
								
								.obsidian/plugins/obsidian-citation-plugin/main.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -1,10 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
	"id": "obsidian-citation-plugin",
 | 
			
		||||
	"name": "Citations",
 | 
			
		||||
	"version": "0.4.5",
 | 
			
		||||
	"minAppVersion": "0.9.20",
 | 
			
		||||
	"description": "Automatically search and insert citations from a Zotero library",
 | 
			
		||||
	"author": "Jon Gauthier",
 | 
			
		||||
	"authorUrl": "http://foldl.me",
 | 
			
		||||
	"isDesktopOnly": true
 | 
			
		||||
}
 | 
			
		||||
@@ -1,114 +0,0 @@
 | 
			
		||||
/** Citations modal **/
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Loading animation from
 | 
			
		||||
 * https://loading.io/css/
 | 
			
		||||
 */
 | 
			
		||||
 .zoteroModalLoading {
 | 
			
		||||
   color: var(--text-muted);
 | 
			
		||||
   text-align: center;
 | 
			
		||||
 }
 | 
			
		||||
.zoteroModalLoadingAnimation {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  width: 80px;
 | 
			
		||||
  height: 80px;
 | 
			
		||||
}
 | 
			
		||||
.zoteroModalLoadingAnimation {
 | 
			
		||||
  content: " ";
 | 
			
		||||
  display: block;
 | 
			
		||||
  width: 32px;
 | 
			
		||||
  height: 32px;
 | 
			
		||||
  margin: 10px auto;
 | 
			
		||||
  border-radius: 50%;
 | 
			
		||||
  border: 3px solid #eee;
 | 
			
		||||
  border-color: #eee transparent #eee transparent;
 | 
			
		||||
  animation: lds-dual-ring 1.2s linear infinite;
 | 
			
		||||
}
 | 
			
		||||
@keyframes lds-dual-ring {
 | 
			
		||||
  0% {
 | 
			
		||||
    transform: rotate(0deg);
 | 
			
		||||
  }
 | 
			
		||||
  100% {
 | 
			
		||||
    transform: rotate(360deg);
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#zoteroSettingTab .text-monospace {
 | 
			
		||||
  font-family: monospace;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zoteroModalResults .suggestion-item {
 | 
			
		||||
  height: fit-content;
 | 
			
		||||
  line-height: 1.5rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zoteroTitle {
 | 
			
		||||
  font-size: 14px;
 | 
			
		||||
  display: block;
 | 
			
		||||
}
 | 
			
		||||
.zoteroAuthors {
 | 
			
		||||
  color: #555;
 | 
			
		||||
  font-size: 13px;
 | 
			
		||||
}
 | 
			
		||||
.zoteroAuthorsEmpty::after {
 | 
			
		||||
  font-style: italic;
 | 
			
		||||
  content: 'Unknown authors';
 | 
			
		||||
}
 | 
			
		||||
.zoteroCitekey {
 | 
			
		||||
  color: #555;
 | 
			
		||||
  font-size: 13px;
 | 
			
		||||
  font-family: monospace;
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  margin-right: 5px;
 | 
			
		||||
  padding-right: 5px;
 | 
			
		||||
  border-right: 1px solid #ccc;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.theme-dark .zoteroTitle {
 | 
			
		||||
  font-size: 14px;
 | 
			
		||||
  display: block;
 | 
			
		||||
}
 | 
			
		||||
.theme-dark .zoteroAuthors {
 | 
			
		||||
  color: #aaa;
 | 
			
		||||
  font-size: 13px;
 | 
			
		||||
}
 | 
			
		||||
.theme-dark .zoteroCitekey {
 | 
			
		||||
  color: #aaa;
 | 
			
		||||
  font-size: 13px;
 | 
			
		||||
  font-family: monospace;
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  margin-right: 5px;
 | 
			
		||||
  padding-right: 5px;
 | 
			
		||||
  border-right: 1px solid #aaa;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/** Settings dialog **/
 | 
			
		||||
.d-none {
 | 
			
		||||
  display: none;
 | 
			
		||||
}
 | 
			
		||||
.zoteroSettingCitationPathLoading,
 | 
			
		||||
.zoteroSettingCitationPathError,
 | 
			
		||||
.zoteroSettingCitationPathSuccess {
 | 
			
		||||
  font-size: 14px;
 | 
			
		||||
}
 | 
			
		||||
.zoteroSettingCitationPathLoading {
 | 
			
		||||
  color: var(--text-muted);
 | 
			
		||||
}
 | 
			
		||||
.zoteroSettingCitationPathError {
 | 
			
		||||
  color: var(--text-error);
 | 
			
		||||
}
 | 
			
		||||
.zoteroSettingCitationPathError:hover {
 | 
			
		||||
  color: var(--text-error-hover);
 | 
			
		||||
}
 | 
			
		||||
.zoteroSettingCitationPathSuccess {
 | 
			
		||||
  color: var(--text-accent);
 | 
			
		||||
}
 | 
			
		||||
.zoteroSettingCitationPathSuccess:hover {
 | 
			
		||||
  color: var(--text-accent-hover);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#zoteroSettingTab textarea {
 | 
			
		||||
  resize: vertical;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  min-height: 10em;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										12335
									
								
								.obsidian/plugins/obsidian-excalidraw-plugin/data.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12335
									
								
								.obsidian/plugins/obsidian-excalidraw-plugin/data.json
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "id": "obsidian-excalidraw-plugin",
 | 
			
		||||
  "name": "Excalidraw",
 | 
			
		||||
  "version": "2.1.7",
 | 
			
		||||
  "version": "2.2.2",
 | 
			
		||||
  "minAppVersion": "1.1.6",
 | 
			
		||||
  "description": "An Obsidian plugin to edit and view Excalidraw drawings",
 | 
			
		||||
  "author": "Zsolt Viczian",
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -4,7 +4,7 @@
 | 
			
		||||
  "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,
 | 
			
		||||
  "syncOnBoot": true,
 | 
			
		||||
  "autoSyncInterval": 0,
 | 
			
		||||
  "dateTimeFormat": "YYYY-MM-DD HH:mm:ss",
 | 
			
		||||
  "history": {
 | 
			
		||||
@@ -21,5 +21,5 @@
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "useDomainFolders": false,
 | 
			
		||||
  "lastSyncDate": "2024-05-14T10:11:14.434Z"
 | 
			
		||||
  "lastSyncDate": "2024-05-21T09:40:39.769Z"
 | 
			
		||||
}
 | 
			
		||||
@@ -5,12 +5,12 @@
 | 
			
		||||
    {
 | 
			
		||||
      "id": 2,
 | 
			
		||||
      "name": "memoire-L3",
 | 
			
		||||
      "lastUpdate": 1715677571514
 | 
			
		||||
      "lastUpdate": 1716284434994
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "id": 1,
 | 
			
		||||
      "name": "Ma bibliothèque",
 | 
			
		||||
      "lastUpdate": 1715677571539
 | 
			
		||||
      "lastUpdate": 1716284435014
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "renderCitations": true,
 | 
			
		||||
 
 | 
			
		||||
@@ -43,7 +43,7 @@
 | 
			
		||||
    "singlelineCardSeparator": "::",
 | 
			
		||||
    "singlelineReversedCardSeparator": ":::"
 | 
			
		||||
  },
 | 
			
		||||
  "buryDate": "2024-05-14",
 | 
			
		||||
  "buryDate": "2024-05-21",
 | 
			
		||||
  "buryList": [],
 | 
			
		||||
  "historyDeck": ""
 | 
			
		||||
}
 | 
			
		||||
@@ -1,19 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
  "database": "Zotero",
 | 
			
		||||
  "noteImportFolder": "sources",
 | 
			
		||||
  "pdfExportImageDPI": 120,
 | 
			
		||||
  "pdfExportImageFormat": "jpg",
 | 
			
		||||
  "pdfExportImageQuality": 90,
 | 
			
		||||
  "citeFormats": [],
 | 
			
		||||
  "exportFormats": [
 | 
			
		||||
    {
 | 
			
		||||
      "name": "Import #1",
 | 
			
		||||
      "outputPathTemplate": "sources/{{citekey}}.md",
 | 
			
		||||
      "imageOutputPathTemplate": "images/{{citekey}}/",
 | 
			
		||||
      "imageBaseNameTemplate": "image"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "citeSuggestTemplate": "[[{{citekey}}]]",
 | 
			
		||||
  "openNoteAfterImport": true,
 | 
			
		||||
  "whichNotesToOpenAfterImport": "first-imported-note"
 | 
			
		||||
}
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -1,10 +0,0 @@
 | 
			
		||||
{
 | 
			
		||||
	"id": "obsidian-zotero-desktop-connector",
 | 
			
		||||
	"name": "Zotero Integration",
 | 
			
		||||
	"version": "3.1.8",
 | 
			
		||||
	"minAppVersion": "1.1.1",
 | 
			
		||||
	"description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.",
 | 
			
		||||
	"author": "mgmeyers",
 | 
			
		||||
	"authorUrl": "https://github.com/mgmeyers/obsidian-zotero-integration",
 | 
			
		||||
	"isDesktopOnly": true
 | 
			
		||||
}
 | 
			
		||||
@@ -1,238 +0,0 @@
 | 
			
		||||
.zt-format {
 | 
			
		||||
  border: 1px solid var(--background-modifier-border);
 | 
			
		||||
  padding: 1rem;
 | 
			
		||||
  background-color: var(--background-primary);
 | 
			
		||||
  border-radius: 10px;
 | 
			
		||||
  margin-bottom: 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-format__form {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  flex-direction: column;
 | 
			
		||||
  align-items: stretch;
 | 
			
		||||
  margin-bottom: 1rem;
 | 
			
		||||
  max-width: 600px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-format__form:last-child {
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-format__label {
 | 
			
		||||
  font-size: 0.9em;
 | 
			
		||||
  font-weight: 600;
 | 
			
		||||
  margin-bottom: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.is-deprecated .zt-format__label {
 | 
			
		||||
  color: var(--text-error);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-format__input-wrapper {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-format__input-wrapper textarea {
 | 
			
		||||
  resize: vertical;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-format__input-wrapper > *:not(.checkbox-container) {
 | 
			
		||||
  width: 100% !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.is-deprecated .zt-format__input-wrapper button {
 | 
			
		||||
  width: auto !important;
 | 
			
		||||
  flex-grow: 0;
 | 
			
		||||
  flex-shrink: 0;
 | 
			
		||||
  margin-left: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-format__delete-btn {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  justify-content: center;
 | 
			
		||||
  line-height: 1;
 | 
			
		||||
  padding: 7px 9px;
 | 
			
		||||
  margin-left: 10px;
 | 
			
		||||
  flex-shrink: 0;
 | 
			
		||||
  flex-grow: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-json-viewer {
 | 
			
		||||
  font-size: 13px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-json-viewer .react-json-view {
 | 
			
		||||
  padding: 1em;
 | 
			
		||||
  border-radius: 10px;
 | 
			
		||||
  margin-top: 1em;
 | 
			
		||||
  overflow: auto;
 | 
			
		||||
  font-family: var(--font-monospace) !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-json-viewer__btns {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  justify-content: flex-start;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-json-viewer__btns label {
 | 
			
		||||
  display: block;
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
  padding-top: 1em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-json-viewer__btns select {
 | 
			
		||||
  font-size: 1em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-json-viewer__btns button {
 | 
			
		||||
  font-size: 1em;
 | 
			
		||||
  margin-right: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-json-viewer__preview,
 | 
			
		||||
.zt-json-viewer__data {
 | 
			
		||||
  border: 1px solid var(--background-modifier-border);
 | 
			
		||||
  border-radius: 10px;
 | 
			
		||||
  padding: 1em;
 | 
			
		||||
  margin-top: 1em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-json-viewer__preview.error {
 | 
			
		||||
  background-color: #ff000011;
 | 
			
		||||
  font-family: var(--font-monospace);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-json-viewer__preview pre {
 | 
			
		||||
  overflow: auto;
 | 
			
		||||
  white-space: pre-wrap;
 | 
			
		||||
  margin: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-json-viewer__preview pre,
 | 
			
		||||
.zt-json-viewer__preview code {
 | 
			
		||||
  font-family: inherit;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-json-viewer__preview:not(.error) pre {
 | 
			
		||||
  font-family: var(--font-text, --font-default, --default-font);
 | 
			
		||||
  max-height: 70vh;
 | 
			
		||||
  min-height: 400px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-multiselect {
 | 
			
		||||
  width: 300px;
 | 
			
		||||
  text-align: left;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-multiselect input {
 | 
			
		||||
  outline: none !important;
 | 
			
		||||
  box-shadow: none !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-format__input-note {
 | 
			
		||||
  font-style: italic;
 | 
			
		||||
  font-size: 0.9em;
 | 
			
		||||
  padding-top: 10px;
 | 
			
		||||
  margin-bottom: 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-setting-item pre,
 | 
			
		||||
.zt-format__input-note pre {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  padding: 0 6px;
 | 
			
		||||
  background-color: var(--background-secondary-alt);
 | 
			
		||||
  border-radius: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-asset-success {
 | 
			
		||||
  text-align: left;
 | 
			
		||||
  display: flex;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-asset-success__icon {
 | 
			
		||||
  color: var(--interactive-success);
 | 
			
		||||
  font-size: 24px;
 | 
			
		||||
  margin-right: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-asset-success__icon svg {
 | 
			
		||||
  width: 1em !important;
 | 
			
		||||
  height: 1em !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-asset-success__message {
 | 
			
		||||
  font-size: 0.9em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-suggest-title {
 | 
			
		||||
  font-size: var(--font-ui-small);
 | 
			
		||||
  color: var(--text-muted);
 | 
			
		||||
  display: block;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
  text-overflow: ellipsis;
 | 
			
		||||
  white-space: nowrap;
 | 
			
		||||
  padding-top: var(--size-4-1);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-suggest-loading-wrapper {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  position: relative;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  justify-content: center;
 | 
			
		||||
  padding: var(--size-4-2) 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-suggest-loading,
 | 
			
		||||
.zt-suggest-loading:before,
 | 
			
		||||
.zt-suggest-loading:after {
 | 
			
		||||
  border-radius: 999px;
 | 
			
		||||
  width: 1em;
 | 
			
		||||
  height: 1em;
 | 
			
		||||
  animation-fill-mode: both;
 | 
			
		||||
  animation: bblFadInOut 1.6s infinite ease-in-out;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-suggest-loading {
 | 
			
		||||
  display: block;
 | 
			
		||||
  color: var(--text-muted);
 | 
			
		||||
  font-size: 7px;
 | 
			
		||||
  position: relative;
 | 
			
		||||
  animation-delay: -0.16s;
 | 
			
		||||
  top: -1em;
 | 
			
		||||
}
 | 
			
		||||
.zt-suggest-loading:before,
 | 
			
		||||
.zt-suggest-loading:after {
 | 
			
		||||
  content: '';
 | 
			
		||||
  position: absolute;
 | 
			
		||||
}
 | 
			
		||||
.zt-suggest-loading:before {
 | 
			
		||||
  left: -2em;
 | 
			
		||||
  animation-delay: -0.32s;
 | 
			
		||||
}
 | 
			
		||||
.zt-suggest-loading:after {
 | 
			
		||||
  left: 2em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.zt-color-chip {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  width: 1em;
 | 
			
		||||
  height: 1em;
 | 
			
		||||
  border: 1px solid var(--background-modifier-border);
 | 
			
		||||
  border-radius: var(--radius-s);
 | 
			
		||||
  margin-right: var(--size-4-1);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@keyframes bblFadInOut {
 | 
			
		||||
  0%,
 | 
			
		||||
  80%,
 | 
			
		||||
  100% {
 | 
			
		||||
    box-shadow: 0 1em 0 -1.3em;
 | 
			
		||||
  }
 | 
			
		||||
  40% {
 | 
			
		||||
    box-shadow: 0 1em 0 0;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
      ""
 | 
			
		||||
    ]
 | 
			
		||||
  ],
 | 
			
		||||
  "trigger_on_file_creation": false,
 | 
			
		||||
  "trigger_on_file_creation": true,
 | 
			
		||||
  "auto_jump_to_cursor": false,
 | 
			
		||||
  "enable_system_commands": false,
 | 
			
		||||
  "shell_path": "",
 | 
			
		||||
@@ -15,11 +15,12 @@
 | 
			
		||||
  "enable_folder_templates": true,
 | 
			
		||||
  "folder_templates": [
 | 
			
		||||
    {
 | 
			
		||||
      "folder": "",
 | 
			
		||||
      "template": ""
 | 
			
		||||
      "folder": "/",
 | 
			
		||||
      "template": "templates/nouvelle note.md"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "syntax_highlighting": true,
 | 
			
		||||
  "syntax_highlighting_mobile": false,
 | 
			
		||||
  "enabled_templates_hotkeys": [
 | 
			
		||||
    ""
 | 
			
		||||
  ],
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										6
									
								
								.obsidian/plugins/templater-obsidian/main.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.obsidian/plugins/templater-obsidian/main.js
									
									
									
									
										vendored
									
									
								
							@@ -1671,7 +1671,7 @@ var FolderSuggest = class extends TextInputSuggest {
 | 
			
		||||
        folders.push(folder);
 | 
			
		||||
      }
 | 
			
		||||
    });
 | 
			
		||||
    return folders;
 | 
			
		||||
    return folders.slice(0, 1e3);
 | 
			
		||||
  }
 | 
			
		||||
  renderSuggestion(file, el) {
 | 
			
		||||
    el.setText(file.path);
 | 
			
		||||
@@ -1791,7 +1791,7 @@ var FileSuggest = class extends TextInputSuggest {
 | 
			
		||||
        files.push(file);
 | 
			
		||||
      }
 | 
			
		||||
    });
 | 
			
		||||
    return files;
 | 
			
		||||
    return files.slice(0, 1e3);
 | 
			
		||||
  }
 | 
			
		||||
  renderSuggestion(file, el) {
 | 
			
		||||
    el.setText(file.path);
 | 
			
		||||
@@ -3659,7 +3659,7 @@ var Templater = class {
 | 
			
		||||
    const oldSelections = doc.listSelections();
 | 
			
		||||
    doc.replaceSelection(output_content);
 | 
			
		||||
    if (active_editor.file) {
 | 
			
		||||
      await app.vault.append(active_editor.file, "");
 | 
			
		||||
      await app.vault.modify(active_editor.file, editor.getValue());
 | 
			
		||||
    }
 | 
			
		||||
    app.workspace.trigger("templater:template-appended", {
 | 
			
		||||
      view: active_view,
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
    "id": "templater-obsidian",
 | 
			
		||||
    "name": "Templater",
 | 
			
		||||
    "version": "2.3.1",
 | 
			
		||||
    "version": "2.3.2",
 | 
			
		||||
    "description": "Create and use templates",
 | 
			
		||||
    "minAppVersion": "1.5.0",
 | 
			
		||||
    "author": "SilentVoid",
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										78955
									
								
								.obsidian/plugins/unicode-search/data.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										78955
									
								
								.obsidian/plugins/unicode-search/data.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										21
									
								
								.obsidian/plugins/unicode-search/main.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								.obsidian/plugins/unicode-search/main.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										10
									
								
								.obsidian/plugins/unicode-search/manifest.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								.obsidian/plugins/unicode-search/manifest.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
{
 | 
			
		||||
	"id": "unicode-search",
 | 
			
		||||
	"name": "Unicode Search",
 | 
			
		||||
	"version": "0.6.0",
 | 
			
		||||
	"minAppVersion": "0.15.0",
 | 
			
		||||
	"description": "Search and insert Unicode characters into your editor",
 | 
			
		||||
	"author": "BambusControl",
 | 
			
		||||
	"authorUrl": "https://github.com/BambusControl",
 | 
			
		||||
	"isDesktopOnly": false
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										1
									
								
								.obsidian/plugins/unicode-search/styles.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.obsidian/plugins/unicode-search/styles.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
.plugin.unicode-search.result-item{display:flex;gap:1em;justify-content:flex-start;align-items:center}.plugin.unicode-search.result-item>.character-preview{font-size:1.5em;width:1.75em;display:flex;justify-content:center;align-items:center}.plugin.unicode-search.result-item>.character-match{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;column-gap:1em;row-gap:.05em;min-height:2.5em}@media (min-width: 40em){.plugin.unicode-search.result-item>.character-match{flex-direction:row;justify-content:space-between;align-items:center}}.plugin.unicode-search.result-item>.character-match>.character-codepoint{color:var(--code-normal);font-family:var(--font-monospace);font-size:var(--code-size);letter-spacing:.055em;text-transform:uppercase}@media (min-width: 40em){.plugin.unicode-search.result-item>.character-match>.character-codepoint{border-radius:var(--radius-s);background-color:var(--code-background);padding:.1em .3em}}.plugin.unicode-search.result-item>.character-match>.character-codepoint:before{content:"U+";letter-spacing:.15em}.plugin.unicode-search.result-item>.character-match>.character-codepoint>.suggestion-highlight{color:var(--text-normal)}.plugin.unicode-search.result-item>.detail{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.5em}.plugin.unicode-search.result-item>.detail>.attributes{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:var(--font-smallest);width:1.25em}.plugin.unicode-search .icon{color:var(--icon-color);opacity:var(--icon-opacity)}.plugin.unicode-search .icon:hover{color:var(--icon-color-hover);opacity:var(--icon-opacity-hover)}.plugin.unicode-search .icon:hover.interactive{color:var(--interactive-accent-hover)}.plugin.unicode-search.setting-tab .group-container{gap:1em;flex-direction:column;align-items:stretch;align-content:stretch;flex-wrap:wrap;justify-content:flex-start}.plugin.unicode-search.setting-tab .group-container:not(.hidden){display:flex}.plugin.unicode-search.setting-tab .group-container.hidden{display:none}.plugin.unicode-search.setting-tab .item-container{border:1px solid var(--background-modifier-border);border-radius:var(--radius-s);padding:.5em .75em;background-color:var(--background-primary-alt)}@media (min-width: 40em){.plugin.unicode-search.setting-tab .item-container>.setting-item.setting-item-heading{margin:.75em 0}}.plugin.unicode-search.setting-tab .item-container>.setting-item.setting-item-heading>.setting-item-info{flex-grow:1}.plugin.unicode-search.setting-tab .item-container>.setting-item.setting-item-heading>.setting-item-info>.setting-item-name{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center}.plugin.unicode-search.setting-tab .item-container>.setting-item.setting-item-heading>.setting-item-control{flex-grow:0}@media (min-width: 40em){.plugin.unicode-search.setting-tab .blocks-list .setting-item>.setting-item-info{display:inline-flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center}.plugin.unicode-search.setting-tab .blocks-list .setting-item>.setting-item-info>.setting-item-name{font-size:90%}.plugin.unicode-search.setting-tab .blocks-list .setting-item>.setting-item-info>.setting-item-description{padding-top:0}.plugin.unicode-search.setting-tab .blocks-list .setting-item>.setting-item-control{flex-grow:0}}.plugin.unicode-search.setting-tab .monospace{color:var(--code-normal);font-family:var(--font-monospace)}.plugin.unicode-search.setting-tab .character-codepoint{letter-spacing:.055em;text-transform:uppercase;font-size:var(--code-size)}@media (min-width: 40em){.plugin.unicode-search.setting-tab .character-codepoint{border-radius:var(--radius-s);background-color:var(--code-background);padding:.1em .3em}}.plugin.unicode-search.setting-tab .character-codepoint>.suggestion-highlight{color:var(--text-normal)}
 | 
			
		||||
		Reference in New Issue
	
	Block a user