This commit is contained in:
Oscar Plaisant
2024-05-23 13:17:37 +02:00
parent 3d7586916c
commit 03a93a2cef
55 changed files with 28434 additions and 71577 deletions
+2 -1
View File
@@ -50,5 +50,6 @@
"math-in-callout",
"cloze",
"obsidian-hypothesis-plugin",
"unicode-search"
"unicode-search",
"omnisearch"
]
+3 -3
View File
@@ -123,13 +123,13 @@
"collapse-display": false,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1.27095253998293,
"lineSizeMultiplier": 1.108,
"nodeSizeMultiplier": 1.29210205078125,
"lineSizeMultiplier": 1.70143229166667,
"collapse-forces": true,
"centerStrength": 0.1812744140625,
"repelStrength": 6.39485677083333,
"linkStrength": 1,
"linkDistance": 30,
"scale": 0.2031328370671037,
"scale": 0.627914923856484,
"close": true
}
+37 -9
View File
@@ -684,15 +684,6 @@
"key": "S"
}
],
"obsidian-shellcommands:shell-command-4s9o488usd": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "E"
}
],
"obsidian-shellcommands:shell-command-53b5ai5phh": [
{
"modifiers": [
@@ -801,5 +792,42 @@
],
"key": "U"
}
],
"editor:toggle-fold-properties": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "P"
}
],
"editor:toggle-source": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "S"
}
],
"obsidian-excalidraw-plugin:convert-to-excalidraw": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "E"
}
],
"obsidian-excalidraw-plugin:toggle-lock": [],
"zotlit:zotero-annot-view": [
{
"modifiers": [
"Ctrl",
"Shift"
],
"key": "Z"
}
]
}
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "darlal-switcher-plus",
"name": "Quick Switcher++",
"version": "4.2.0",
"version": "4.2.1",
"minAppVersion": "1.5.12",
"description": "Enhanced Quick Switcher, search open panels, and symbols.",
"author": "darlal",
File diff suppressed because it is too large Load Diff
+10
View File
@@ -0,0 +1,10 @@
{
"id": "image2latex",
"name": "Image2LaTEX",
"version": "1.1.2",
"minAppVersion": "0.15.0",
"description": "Convert your images to Markdown and MathJax",
"author": "Hugo Persson",
"authorUrl": "https://github.com/Hugo-Persson",
"isDesktopOnly": true
}
+8
View File
@@ -0,0 +1,8 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
-20
View File
@@ -1,20 +0,0 @@
{
"deafultDarkMode": true,
"darkReaderSettings": {
"brightness": 138,
"contrast": 98,
"sepia": 0
},
"debugLogging": false,
"customDefaultPath": "",
"epubSettings": {
"readingMode": "pagination",
"fontSize": 100
},
"annotationMarkdownSettings": {
"annotationModeByDefault": true,
"includePrefix": true,
"highlightHighlightedText": true,
"includePostfix": true
}
}
File diff suppressed because one or more lines are too long
-10
View File
@@ -1,10 +0,0 @@
{
"id": "obsidian-annotator",
"name": "Annotator",
"version": "0.2.11",
"minAppVersion": "1.0.3",
"description": "This is a sample plugin for Obsidian. It allows you to open and annotate PDF and EPUB files.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md/about",
"isDesktopOnly": false
}
+2 -2
View File
@@ -68,7 +68,7 @@
"exportPaddingSVG": 10,
"exportEmbedScene": false,
"keepInSync": false,
"autoexportSVG": false,
"autoexportSVG": true,
"autoexportPNG": false,
"autoExportLightAndDark": false,
"autoexportExcalidraw": false,
@@ -79,7 +79,7 @@
"experimentalFileType": true,
"experimentalFileTag": "✏️",
"experimentalLivePreview": true,
"fadeOutExcalidrawMarkup": false,
"fadeOutExcalidrawMarkup": true,
"experimentalEnableFourthFont": true,
"experimantalFourthFont": "cmu-sans-serif/cmunss.ttf",
"fieldSuggester": true,
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "obsidian-hover-editor",
"name": "Hover Editor",
"version": "0.11.19",
"version": "0.11.20",
"minAppVersion": "1.4.16",
"description": "Transform the Page Preview hover popover into a fully working editor instance",
"author": "NothingIsLost",
+1 -1
View File
@@ -21,5 +21,5 @@
}
],
"useDomainFolders": false,
"lastSyncDate": "2024-05-21T09:40:39.769Z"
"lastSyncDate": "2024-05-21T15:31:40.998Z"
}
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "obsidian-markmind",
"name": "Markmind",
"version": "1.9.7",
"version": "1.9.8",
"minAppVersion": "0.9.12",
"description": "This is a mindmap , outline tool for obsidian.",
"author": "Mark",
+54 -1
View File
@@ -2035,4 +2035,57 @@ th {
.mm-node-cover:hover {
opacity: 0;
background-color: transparent;
}
}
/* 联系线两边的标志 */
.mm-assist-lineMarker span {
display:inline-block;
}
.mm-assist-lineMarker>span {
width: 30px;
cursor: pointer;
}
.mm-assist-lineMarker>span.mm-circle .shape {
width: 10px;
height: 10px;
background-color: #817f7f;
border-radius: 50%;
}
.mm-sline .shape {
width: 2px;
height: 10px;
background-color: #817f7f;
}
span.mm-sline .line {
width: 20px;
}
.mm-rect .shape {
width: 10px;
height: 10px;
background-color: #817f7f;
}
.mm-arrow .shape {
width: 0;
height: 0;
background-color: #817f7f;
border-top: 5px solid transparent;
border-left: 10px solid #817f7f;
border-bottom: 5px solid transparent;
background: transparent !important;
}
.mm-arrow1 .shape {
width: 0;
height: 0;
background-color: #817f7f;
border-top: 5px solid transparent;
border-right: 10px solid #817f7f;
border-bottom: 5px solid transparent;
background: transparent !important;
}
+2 -2
View File
@@ -5,12 +5,12 @@
{
"id": 2,
"name": "memoire-L3",
"lastUpdate": 1716284434994
"lastUpdate": 1716305497202
},
{
"id": 1,
"name": "Ma bibliothèque",
"lastUpdate": 1716284435014
"lastUpdate": 1716305497228
}
],
"renderCitations": true,
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "obsidian-share-as-gist",
"name": "Share as Gist",
"version": "1.4.0",
"version": "1.5.0",
"minAppVersion": "0.9.7",
"description": "Shares an Obsidian note as a GitHub.com gist",
"author": "Tim Rogers",
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "7.1.0",
"version": "7.2.0",
"minAppVersion": "1.1.1",
"description": "Task management for Obsidian",
"helpUrl": "https://publish.obsidian.md/tasks/",
File diff suppressed because one or more lines are too long
+34
View File
@@ -0,0 +1,34 @@
{
"useCache": true,
"hideExcluded": false,
"downrankedFoldersFilters": [],
"ignoreDiacritics": true,
"indexedFileTypes": [],
"PDFIndexing": false,
"officeIndexing": false,
"imagesIndexing": false,
"unsupportedFilesIndexing": "default",
"splitCamelCase": false,
"openInNewPane": false,
"vimLikeNavigationShortcut": true,
"ribbonIcon": true,
"showExcerpt": true,
"renderLineReturnInExcerpts": true,
"showCreateButton": false,
"highlight": true,
"showPreviousQueryResults": true,
"simpleSearch": false,
"tokenizeUrls": false,
"fuzziness": "1",
"weightBasename": 3,
"weightDirectory": 2,
"weightH1": 1.5,
"weightH2": 1.3,
"weightH3": 1.1,
"weightUnmarkedTags": 1.1,
"httpApiEnabled": true,
"httpApiPort": "51361",
"httpApiNotice": true,
"welcomeMessage": "1.21.0",
"verboseLogging": false
}
File diff suppressed because one or more lines are too long
+14
View File
@@ -0,0 +1,14 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.22.2",
"minAppVersion": "1.3.0",
"description": "A search engine that just works",
"author": "Simon Cambier",
"authorUrl": "https://github.com/scambier/obsidian-omnisearch",
"fundingUrl": {
"Github": "https://github.com/sponsors/scambier",
"Ko-fi": "https://ko-fi.com/scambier"
},
"isDesktopOnly": false
}
+111
View File
@@ -0,0 +1,111 @@
.omnisearch-modal {
}
.omnisearch-result {
white-space: normal;
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: nowrap;
}
.omnisearch-result__title-container {
display: flex;
align-items: center;
justify-content: space-between;
column-gap: 5px;
flex-wrap: wrap;
}
.omnisearch-result__title {
white-space: pre-wrap;
align-items: center;
display: flex;
gap: 5px;
}
.omnisearch-result__title > span {
}
.omnisearch-result__folder-path {
font-size: 0.75rem;
align-items: center;
display: flex;
gap: 5px;
color: var(--text-muted);
}
.omnisearch-result__extension {
font-size: 0.7rem;
color: var(--text-muted);
}
.omnisearch-result__counter {
font-size: 0.7rem;
color: var(--text-muted);
}
.omnisearch-result__body {
white-space: normal;
font-size: small;
word-wrap: normal;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
color: var(--text-muted);
margin-left: 0.5em;
}
.omnisearch-result__image-container {
flex-basis: 20%;
text-align: right;
}
.omnisearch-highlight {
}
.omnisearch-default-highlight {
text-decoration: underline;
text-decoration-color: var(--text-highlight-bg);
text-decoration-thickness: 3px;
text-underline-offset: -1px;
text-decoration-skip-ink: none;
}
.omnisearch-input-container {
display: flex;
align-items: center;
flex-direction: row;
gap: 5px;
}
@media only screen and (max-width: 600px) {
.omnisearch-input-container {
flex-direction: column;
}
.omnisearch-input-container__buttons {
display: flex;
flex-direction: row;
width: 100%;
padding: 0 1em 0 1em;
gap: 1em;
}
.omnisearch-input-container__buttons > button {
flex-grow: 1;
}
}
@media only screen and (min-width: 600px) {
.omnisearch-input-container__buttons {
margin-right: 1em;
}
}
.omnisearch-input-field {
position: relative;
flex-grow: 1;
}
+10862 -5522
View File
File diff suppressed because it is too large Load Diff
+5 -4
View File
@@ -4208,10 +4208,11 @@ function NoteTemplateEngine(template, episode) {
const [replacer, addTag] = useTemplateEngine();
addTag("title", episode.title);
addTag("description", (prependToLines) => {
const sanitizeDescription = (0, import_obsidian9.htmlToMarkdown)(episode.description).replace(/\n{3,}/g, "\n\n");
if (prependToLines) {
return (0, import_obsidian9.htmlToMarkdown)(episode.description).split("\n").map((str) => `${prependToLines}${str}`).join("\n");
return sanitizeDescription.split("\n").map((str) => `${prependToLines}${str}`).join("\n");
}
return (0, import_obsidian9.htmlToMarkdown)(episode.description);
return sanitizeDescription;
});
addTag("content", (prependToLines) => {
if (prependToLines) {
@@ -4222,7 +4223,7 @@ function NoteTemplateEngine(template, episode) {
addTag("safetitle", replaceIllegalFileNameCharactersInString(episode.title));
addTag("url", episode.url);
addTag("date", (format2) => episode.episodeDate ? window.moment(episode.episodeDate).format(format2 != null ? format2 : "YYYY-MM-DD") : "");
addTag("podcast", episode.podcastName);
addTag("podcast", replaceIllegalFileNameCharactersInString(episode.podcastName));
addTag("artwork", (_a = episode.artworkUrl) != null ? _a : "");
return replacer(template);
}
@@ -4273,7 +4274,7 @@ function DownloadPathTemplateEngine(template, episode) {
return replacer(templateWithoutExtension);
}
function replaceIllegalFileNameCharactersInString(string) {
return string.replace(/[\\,#%&{}/*<>$'":@\u2023|?]*/g, "").replace(/\n/, " ").replace(" ", " ");
return string.replace(/[\\,#%&{}/*<>$'":@\u2023|\\.]/g, "").replace(/\n/, " ").replace(" ", " ");
}
// src/opml.ts
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "podnotes",
"name": "PodNotes",
"version": "2.11.1",
"version": "2.11.2",
"minAppVersion": "0.15.9",
"description": "Helps you write notes on podcasts.",
"author": "Christian B. B. Houmann",
-6
View File
@@ -1,6 +0,0 @@
{
"formatType": "normal",
"showRibbonIcon": false,
"bindEnter": true,
"bindTab": true
}
File diff suppressed because one or more lines are too long
-17
View File
@@ -1,17 +0,0 @@
{
"id": "table-editor-obsidian",
"name": "Advanced Tables",
"author": "Tony Grosinger",
"authorUrl": "https://grosinger.net",
"description": "Improved table navigation, formatting, manipulation, and formulas",
"isDesktopOnly": false,
"minAppVersion": "1.0.0",
"version": "0.21.0",
"js": "main.js",
"fundingUrl": {
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
"Paypal": "https://paypal.me/tgrosinger"
},
"donation": "https://buymeacoffee.com/tgrosinger"
}
-78
View File
@@ -1,78 +0,0 @@
:root {
--advanced-tables-helper-size: 28px;
}
.HyperMD-table-row span.cm-inline-code {
font-size: 100%;
padding: 0px;
}
.advanced-tables-buttons>div>.title {
font-weight: var(--font-medium);
font-size: var(--nav-item-size);
color: var(--nav-item-color);
text-decoration: underline;
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container {
column-gap: 0.2rem;
margin: 0.2rem 0 0.2rem 0;
justify-content: start;
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container::before {
min-width: 2.6rem;
line-height: var(--advanced-tables-helper-size);
font-size: var(--nav-item-size);
font-weight: var(--nav-item-weight);
color: var(--nav-item-color);
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container>* {
height: var(--advanced-tables-helper-size);
line-height: var(--advanced-tables-helper-size);
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container .nav-action-button {
width: var(--advanced-tables-helper-size);
height: var(--advanced-tables-helper-size);
display: flex;
justify-content: center;
align-items: center;
border-radius: var(--radius-s);
}
[data-type="advanced-tables-toolbar"] .nav-buttons-container .nav-action-button:hover {
background-color: var(--nav-item-background-hover);
color: var(--nav-item-color-hover);
font-weight: var(--nav-item-weight-hover);
}
.advanced-tables-row-label {
width: 50px;
}
.widget-icon {
width: 20px;
height: 20px;
fill: var(--text-muted);
}
.widget-icon:hover {
fill: var(--text-normal);
}
.advanced-tables-csv-export textarea {
height: 200px;
width: 100%;
}
.advanced-tables-donation {
width: 70%;
margin: 0 auto;
text-align: center;
}
.advanced-tables-donate-button {
margin: 10px;
}
+3 -3
View File
@@ -12,11 +12,11 @@
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": true,
"enable_folder_templates": false,
"folder_templates": [
{
"folder": "/",
"template": "templates/nouvelle note.md"
"folder": "",
"template": ""
}
],
"syntax_highlighting": true,
+1 -1
View File
@@ -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}}},"éducation nationale":{"éducation nationale":{"internalLink":{"count":1,"lastUpdated":1715682802695}}}}
{"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}}},"flipside excalidraw note":{"flipside excalidraw note":{"internalLink":{"count":1,"lastUpdated":1716301998072}}}}