mbp-oskar.lan 2025-5-11:16:0:38

This commit is contained in:
oskar 2025-05-11 16:00:39 +02:00
parent 698b45c225
commit a0edc53ec3
11 changed files with 8778 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"theme": "system", "theme": "system",
"cssTheme": "Minimal", "cssTheme": "Catppuccin",
"baseFontSize": 29, "baseFontSize": 29,
"enabledCssSnippets": [ "enabledCssSnippets": [
"pdf_darkmode", "pdf_darkmode",

View File

@ -16,5 +16,6 @@
"obsidian-git", "obsidian-git",
"cmdr", "cmdr",
"math-in-callout", "math-in-callout",
"wikilinks-to-mdlinks-obsidian" "wikilinks-to-mdlinks-obsidian",
"obsidian-daily-note-outline"
] ]

View File

@ -0,0 +1,222 @@
{
"offset": 7,
"onset": "2020-03-30",
"duration": {
"day": 28,
"week": 12,
"month": 12,
"quarter": 8,
"year": 3
},
"showElements": {
"heading": true,
"link": true,
"tag": false,
"listItems": true,
"task": true
},
"headingLevel": [
true,
true,
true,
false,
false,
false
],
"allRootItems": false,
"allTasks": true,
"taskOnly": false,
"hideCompletedTasks": false,
"displayFileInfo": "lines",
"displayFileInfoDaily": "lines",
"displayFileInfoPeriodic": "lines",
"viewPosition": "right",
"markdownOnly": true,
"exactMatchOnly": false,
"wordsToIgnore": {
"heading": [
"I did"
],
"link": [],
"tag": [],
"listItems": []
},
"inlinePreview": true,
"tooltipPreview": true,
"tooltipPreviewDirection": "left",
"includeOnly": "none",
"wordsToInclude": [
""
],
"includeBeginning": true,
"primeElement": "none",
"wordsToExclude": {
"heading": [],
"link": [],
"tag": [],
"listItems": []
},
"wordsToExtract": "",
"icon": {
"heading": "hash",
"link": "link",
"tag": "tag",
"listItems": "list",
"note": "file",
"task": "none",
"taskDone": "check-square",
"backlink": "links-coming-in",
"time": "clock"
},
"customIcon": {
"heading": "hash",
"link": "link",
"tag": "tag",
"listItems": "list",
"note": "file",
"task": "square",
"taskDone": "check-square",
"backlink": "links-coming-in",
"time": "clock"
},
"indent": {
"heading": true,
"link": true,
"listItems": true
},
"indentFollowHeading": 0,
"prefix": {
"heading": "",
"link": "",
"tag": "",
"listItems": "",
"task": "",
"taskDone": "",
"backlink": "",
"time": ""
},
"repeatHeadingPrefix": "none",
"addCheckboxText": false,
"periodicNotesEnabled": false,
"calendarSetsEnabled": false,
"attachWeeklyNotesName": true,
"showDebugInfo": false,
"noteTitleBackgroundColor": "accent",
"customNoteTitleBackgroundColor": {
"accent": {
"light": "#E3E3E3",
"dark": "#363636"
},
"custom": {
"light": "#BEBEBE",
"dark": "#4E4E4E"
}
},
"customNoteTitleBackgroundColorHover": {
"accent": {
"light": "#D3D3D3",
"dark": "#464646"
},
"custom": {
"light": "#AEAEAE",
"dark": "#5E5E5E"
}
},
"fileFlag": {},
"taskIcon": {
"incomplete": {
"symbol": "/",
"icon": "columns"
},
"canceled": {
"symbol": "-",
"icon": "minus-square"
},
"fowarded": {
"symbol": ">",
"icon": "send"
},
"scheduling": {
"symbol": "<",
"icon": "calendar"
},
"question": {
"symbol": "?",
"icon": "help-circle"
},
"important": {
"symbol": "!",
"icon": "alert-triangle"
},
"star": {
"symbol": "*",
"icon": "star"
},
"quote": {
"symbol": "\"",
"icon": "quote"
},
"location": {
"symbol": "l",
"icon": "map-pin"
},
"bookmark": {
"symbol": "b",
"icon": "bookmark"
},
"information": {
"symbol": "i",
"icon": "info"
},
"savings": {
"symbol": "S",
"icon": "dollar-sign"
},
"idea": {
"symbol": "I",
"icon": "siren"
},
"pros": {
"symbol": "p",
"icon": "thumbs-up"
},
"cons": {
"symbol": "c",
"icon": "thumbs-down"
},
"fire": {
"symbol": "f",
"icon": "flame"
},
"key": {
"symbol": "k",
"icon": "key"
},
"win": {
"symbol": "w",
"icon": "cake"
},
"up": {
"symbol": "u",
"icon": "trending-up"
},
"down": {
"symbol": "d",
"icon": "trending-down"
}
},
"collapseAllAtStartup": false,
"showBacklinks": false,
"showPropertyLinks": true,
"popoutSize": {
"width": 600,
"height": 800
},
"popoutAlwaysOnTop": false,
"showListCallouts": true,
"showTimeList": true,
"setBaseDateAsHome": false,
"checkUnresolvedLinksAtStartup": false,
"wrapLine": false,
"bootDelayTime": 300
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
{
"id": "obsidian-daily-note-outline",
"name": "Daily Note Outline",
"version": "1.5.0",
"minAppVersion": "0.15.0",
"description": "Add a custom view which shows outline of multiple daily notes with headings, links, tags and list items",
"author": "iiz",
"authorUrl": "https://github.com/iiz00",
"isDesktopOnly": false
}

View File

@ -0,0 +1,136 @@
/*日付表示 date range */
.workspace-leaf-content[data-type="daily-note-outline"] .nav-date-range{
display: inline-block;
text-align:center;
font-size: var(--nav-item-size);
padding: var(--size-2-1) var(--size-2-3);
}
.workspace-leaf-content[data-type="daily-note-outline"] .nav-header{
text-align:center;
}
/*viewの書式指定*/
.workspace-leaf-content[data-type="daily-note-outline"] .view-content{
height: 100%;
overflow-x: hidden;
overflow-y: hidden;
padding: 0 0 16px 0;
}
.workspace-leaf-content[data-type="daily-note-outline"] .nav-files-container{
box-sizing: border-box;
height: calc(100% - 63px);
}
/* 100%からUI部分の高さを引いた*/
/*デイリーノートファイル名 filename of daily notes*/
/*要素を中央揃え align center*/
.workspace-leaf-content[data-type="daily-note-outline"] .nav-folder-title{
align-items: center;
}
/*ノート横に情報を表示 display file information */
.workspace-leaf-content[data-type="daily-note-outline"] .nav-folder-title::after{
content: attr(data-subinfo);
font-size: 80%;
display: inline-block;
position: relative;
margin-right: 2px;
padding: 2px 0;
}
.workspace-leaf-content[data-type="daily-note-outline"] .nav-folder-title-content {
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
flex-grow: 1;
}
/* アウトライン要素 outline elements*/
.workspace-leaf-content[data-type="daily-note-outline"] .nav-file-title-content{
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
display: inline-block;
flex-shrink: 1;
align-items: normal;
}
/* wrap-lineクラスがついていたらwhite-space設定をnormalに */
.workspace-leaf-content[data-type="daily-note-outline"] .nav-file-title-content.wrap-line {
white-space: normal;
}
/* icon */
.workspace-leaf-content[data-type="daily-note-outline"] .nav-folder .svg-icon{
height: 1.2em;
flex-shrink: 0;
}
.workspace-leaf-content[data-type="daily-note-outline"] .nav-folder-collapse-indicator .is-open{
transform: rotate(90deg);
}
/* 折りたたみアイコンの範囲 */
.workspace-leaf-content[data-type="daily-note-outline"] .tree-item-icon.collapse-icon{
padding: 4px;
}
/* obsidian ver1.2で項目にhover時、色が変わらなくなった事への暫定対応*/
/* .workspace-leaf-content[data-type="daily-note-outline"] .nav-file-title:hover,
.workspace-leaf-content[data-type="daily-note-outline"] .nav-folder-title:hover {
background-color: var(--nav-item-background-hover);
color:var(--nav-item-color-hover);
} */
/*インラインプレビュー inline preview */
/*アウトライン要素行の各項目を中央揃えで同じ高さに表示 align center*/
.workspace-leaf-content[data-type="daily-note-outline"] .nav-file-title{
align-items: normal;
}
/*インラインプレビューのフォント inline preview font*/
.workspace-leaf-content[data-type="daily-note-outline"] .nav-file-title-preview{
display: inline-block;
font-size: 85%;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
padding-left: 16px;
/*margin-left:auto; 右寄せ*/
color: var(--color-base-50);
flex-shrink: 10000;
align-self: center;
}
/*ツールチッププレビュー*/
.DNO-preview{
text-align: left;
animation: unset !important;
max-width: 600px;
}
/*設定画面 settings*/
/*インデント用*/
.setting-indent{
padding-left: 2em;
}
.setting-indent-2{
padding-left: 3em;
}
/*カテゴリ名の下のスペースを減らす*/
.setting-category{
margin-block-end: 0em;
}

View File

@ -1,6 +1,6 @@
{ {
"commitMessage": "backup : {{date}} ({{numFiles}} file·s changed)", "commitMessage": "{{date}} update from obsidian ({{numFiles}} file·s changed)",
"autoCommitMessage": "{{date}} backup ({{numFiles}} changed)", "autoCommitMessage": "{{date}} update from obsidian ({{numFiles}} file·s changed)",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss", "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 5, "autoSaveInterval": 5,
"autoPushInterval": 0, "autoPushInterval": 0,

View File

@ -0,0 +1,7 @@
{
"name": "Catppuccin",
"version": "0.4.44",
"minAppVersion": "1.0.0",
"author": "Marshall Beckrich",
"authorUrl": "https://github.com/catppuccin/obsidian"
}

4556
.obsidian/themes/Catppuccin/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -32,7 +32,9 @@ La misandrie est utilisée comme reproche pour désarmer toute critique féminis
1. féminisme "à la Francaise" 1. féminisme "à la Francaise"
- critique des autres pays - critique des autres pays
- en France, la situation est acceptable - en France, la situation est acceptable
2. 2. continuer de se renseigner
3. indignation
4. misandrie
## Les hommes peuvent-ils être misandres ? ## Les hommes peuvent-ils être misandres ?
- parallèle avec "les hommes peuvent-ils être féministes ?" - parallèle avec "les hommes peuvent-ils être féministes ?"

View File

@ -1,5 +1,9 @@
up::[[structure algébrique]], [[anneau]] ---
#s/maths/algèbre up:
- "[[structure algébrique]]"
- "[[anneau]]"
tags: "#s/maths/algèbre"
---
> [!definition] Corps > [!definition] Corps
> Un ensemble $K$ muni de deux lois $+$ et $\times$ est un _corps_ ssi : > Un ensemble $K$ muni de deux lois $+$ et $\times$ est un _corps_ ssi :
@ -11,7 +15,7 @@ up::[[structure algébrique]], [[anneau]]
> - $\times$ est [[associativité|associative]] > - $\times$ est [[associativité|associative]]
> - $1$ est l'élément neutre pour $\times$ > - $1$ est l'élément neutre pour $\times$
> - tous les éléments de $K^{*}$ sont [[éléments inversibles|symétrisables]] par $\times$ > - tous les éléments de $K^{*}$ sont [[éléments inversibles|symétrisables]] par $\times$
> - [!] $0$ n'est pas inversible par $\times$ > - ! $0$ n'est pas inversible par $\times$
> - $\times$ est [[distributivité|distributive]] sur $+$ (à droite et à gauche) > - $\times$ est [[distributivité|distributive]] sur $+$ (à droite et à gauche)
> - $\forall (x; a; b) \in K^{3}, \quad x \times (a+b) = (a+b)\times x = (x \times a) + (x \times b)$ > - $\forall (x; a; b) \in K^{3}, \quad x \times (a+b) = (a+b)\times x = (x \times a) + (x \times b)$
^definition ^definition