This commit is contained in:
Oscar Plaisant 2024-05-28 11:16:33 +02:00
parent 4fb583f44a
commit ba4a8f79e1
104 changed files with 1413 additions and 4564 deletions

View File

@ -6,18 +6,19 @@
"pdf_darkmode",
"query_header_title",
"tasks",
"custom_callouts",
"general_interface",
"darkmode",
"tabs",
"hide_excalibrain_ui",
"breadcrumbs",
"supercharged-links-gen",
"checkboxes",
"dataview",
"tabs_on_multiple_rown",
"popup_preview_size",
"breadcrumbs",
"checkboxes",
"compact_tabs",
"popup_preview_size"
"custom_callouts",
"darkmode",
"dataview",
"general_interface",
"embeds"
],
"interfaceFontFamily": "CMU Sans Serif,FiraCode Nerd Font",
"textFontFamily": "CMU Sans Serif,FiraCode Nerd Font",

View File

@ -51,5 +51,8 @@
"cloze",
"obsidian-hypothesis-plugin",
"unicode-search",
"omnisearch"
"omnisearch",
"desk",
"supercharged-links-obsidian",
"obsidian-icon-shortcodes"
]

View File

@ -1,5 +1,5 @@
{
"collapse-filter": false,
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
@ -120,7 +120,7 @@
}
}
],
"collapse-display": false,
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1.29210205078125,
@ -130,6 +130,6 @@
"repelStrength": 6.39485677083333,
"linkStrength": 1,
"linkDistance": 30,
"scale": 0.1183019188055236,
"scale": 0.9198564842801185,
"close": true
}

View File

@ -829,5 +829,13 @@
],
"key": "Z"
}
],
"breadcrumbs:Refresh-Breadcrumbs-Index": [
{
"modifiers": [
"Mod"
],
"key": "R"
}
]
}

View File

@ -1,11 +1,9 @@
{
"addDendronNotes": true,
"addDateNotes": true,
"aliasesInIndex": false,
"aliasesInIndex": true,
"alphaSortAsc": false,
"altLinkFields": [
"aliases"
],
"altLinkFields": [],
"CSVPaths": "",
"createIndexIndent": " ",
"dateFormat": "YYYY-MM-DD",
@ -19,7 +17,7 @@
"dendronNoteField": "up",
"dvWaitTime": 5000,
"enableAlphaSort": true,
"enableRelationSuggestor": true,
"enableRelationSuggestor": false,
"fieldSuggestor": true,
"filterImpliedSiblingsOfDifferentTypes": false,
"jugglLayout": "hierarchy",
@ -30,7 +28,14 @@
"author",
"source",
"same",
"opposes"
"opposes",
"same_source",
"wrote",
"",
"same_author",
"excerpt",
"includes",
"used_in"
],
"CHECKBOX_STATES_OVERWRITTEN": false,
"gridDefaultDepth": 25,
@ -56,7 +61,7 @@
"relSuggestorTrigger": "@@",
"rlLeaf": false,
"showAllPathsIfNoneToIndexNote": false,
"showAllAliases": false,
"showAllAliases": true,
"showBCs": true,
"showBCsInEditLPMode": true,
"showRefreshNotice": true,
@ -77,7 +82,9 @@
"up",
"author",
"supports",
"opposes"
"opposes",
"source",
""
],
"limitJumpToFirstFields": [
"up",
@ -91,7 +98,15 @@
"supported_by",
"refutes",
"refuted_by",
"opposes"
"opposes",
"source",
"same_source",
"wrote",
"author",
"",
"same_author",
"excerpt",
"used_in"
],
"showAll": "All",
"noPathMessage": "",
@ -130,17 +145,13 @@
},
{
"up": [
"author",
"source"
"author"
],
"same": [
"same_author",
"same_source"
"same_author"
],
"down": [
"wrote",
"excerpt",
"includes"
"wrote"
],
"next": [],
"prev": []
@ -170,6 +181,19 @@
"down": [],
"next": [],
"prev": []
},
{
"up": [
"source"
],
"same": [
"same_source"
],
"down": [
"used_in"
],
"next": [],
"prev": []
}
],
"writeBCsInline": true,
@ -181,7 +205,7 @@
"wikilinkIndex": true,
"impliedRelations": {
"siblingIdentity": false,
"sameParentIsSibling": true,
"sameParentIsSibling": false,
"siblingsSiblingIsSibling": true,
"siblingsParentIsParent": true,
"parentsSiblingsIsParents": false,

View File

@ -1,38 +0,0 @@
{
"version": "0.7.0",
"data": {
"boardConfigs": [
{
"tag": "tagBoardConfig",
"data": {
"columns": [
{
"tag": "task",
"displayTitle": "Task"
}
],
"showColumnTags": true,
"completedCount": 10,
"filters": [],
"filterPolarity": "Allow",
"showFilteredTags": true,
"includeOthers": false,
"includeUntagged": false,
"title": "test"
}
}
],
"globalSettings": {
"taskCompletionFormat": "ObsidianCardBoard",
"columnNames": {
"today": "",
"tomorrow": "",
"future": "",
"undated": "",
"others": "",
"untagged": "",
"completed": ""
}
}
}
}

File diff suppressed because one or more lines are too long

View File

@ -1,10 +0,0 @@
{
"id": "card-board",
"name": "CardBoard",
"description": "Display markdown tasks on kanban style boards.",
"version": "0.7.9",
"author": "roovo",
"authorUrl": "https://github.com/roovo",
"minAppVersion": "0.12.13",
"isDesktopOnly": false
}

View File

@ -1,781 +0,0 @@
:root {
--font-normal:16px;
--font-small:13px;
--font-smaller:12px;
--normal-weight:400; /* Switch to 300 if you want thinner default text */
--bold-weight:600; /* Switch to 700 if you want thicker bold text */
--border-width:1px;
--text-title-h1: var(--text-normal);
}
.workspace-leaf-content[data-type='card-board-view'] .view-content {
padding: 0;
overflow: hidden;
}
.card-board-container .modal.mod-settings .vertical-tab-header::after {
display: none;
content: "";
}
.card-board-view {
height: 100%;
background-color: var(--background-primary);
font-size: var(--font-text-size);
}
.mod-macos.is-hidden-frameless:not(.is-popout-window) .workspace .workspace-tabs.mod-top-right-space .card-board-view .workspace-tab-header-container {
padding-right: 0;
}
.workspace-split.mod-root .card-board-view .workspace-tab-header.is-active::before, .workspace-split.mod-root .card-board-view .workspace-tab-header.is-active::after {
box-shadow: inset 0 0 0 var(--tab-outline-width) var(--tab-outline-color), 0 0 0 calc(var(--tab-curve) * 4) var(--background-primary);
}
.workspace-tabs.mod-top-left-space .card-board-view .card-board-container .workspace-tab-header-container:before {
width: 0;
}
.card-board-view .workspace-drop-overlay {
transition: none;
will-change: top, left, width, height;
transform: '';
margin-top: var(--header-height);
}
.card-board-view .workspace-tab-header {
cursor: grab;
}
.card-board-view .workspace-tab-header.is-active {
background-color: var(--background-primary);
}
.card-board-tab-header-spacer {
display: flex;
flex-grow: 1;
flex-shrink: 1;
margin-left: -15px;
-webkit-app-region: no-drag;
}
body:not(.is-grabbing):not(.is-fullscreen) .workspace-tabs.mod-top .card-board-view .workspace-tab-header-spacer {
-webkit-app-region: no-drag;
}
body:not(.is-grabbing):not(.is-fullscreen).is-hidden-frameless .mod-top .card-board-view .workspace-tab-header-container {
-webkit-app-region: no-drag;
}
.card-board-view .sidebar-toggle-button {
padding-left: 5px;
margin-right: -5px;
padding-top: 11px;
}
.card-board-boards {
display: grid;
padding: 1em;
padding-bottom: 0.5em;
background-color: var(--background-primary);
overflow-x: auto;
}
.card-board-board {
grid-column-start: 1;
grid-row-start: 1;
}
.card-board-column-with-beacons {
display: flex;
flex-direction: row;
}
.card-board-columns {
display: flex;
}
.card-board-columns::after {
content: "";
flex: 0 0 1em;
}
.card-board-column {
flex: 0 0 auto;
padding: 0.6em 1em 1em 1em;
margin-right: 15px;
width: 20em;
cursor: grab;
background-color: var(--background-secondary);
border-radius: 3px;
border: var(--border-width) solid var(--background-modifier-border);
}
div[dir=rtl] .card-board-column {
margin-left: 15px;
margin-right: 0;
}
.card-board-column.collapsed {
width: 2em;
min-width: 2em;
flex-grow: 0;
overflow: visible;
margin: 0;
margin-right: 15px;
padding: 0.6em 0 0 0.3em;
}
div[dir=rtl] .card-board-column.collapsed {
margin-left: 15px;
margin-right: 0;
padding: 0.6em 0.3em 0 0;
}
.card-board-column-header {
font-weight: var(--bold-weight);
margin-bottom: 0.6em;
display: flex;
align-items: center;
}
div[dir=ltr] .card-board-column.collapsed .card-board-column-header {
writing-mode: vertical-lr;
}
div[dir=rtl] .card-board-column.collapsed .card-board-column-header {
writing-mode: vertical-rl;
}
.card-board-column.collapsed .card-board-column-header .sub-text {
font-weight: var(--normal-weight);
margin-top: 0.3em;
margin-bottom: 0.3em;
}
.arrow-down {
width: 0;
height: 0;
border-left: 0.4em solid transparent;
border-right: 0.4em solid transparent;
border-top: 0.4em solid var(--text-normal);
margin: 0.5em 0 0.5em 0;
cursor: pointer;
}
div[dir=rtl] .arrow-down {
order: 3;
}
div[dir=ltr] .arrow-right {
width: 0;
height: 0;
border-top: 0.4em solid transparent;
border-bottom: 0.4em solid transparent;
border-left: 0.4em solid var(--text-normal);
margin: 0 0.4em 0 -0.2em;
cursor: pointer;
}
div[dir=rtl] .arrow-right {
width: 0;
height: 0;
border-top: 0.4em solid transparent;
border-bottom: 0.4em solid transparent;
border-right: 0.4em solid var(--text-normal);
margin: 0 -0.2em 0 0.4em;
cursor: pointer;
}
ul.card-board-column-list {
display: grid;
grid-gap: 0.5em;
max-height: calc(100vh - 16em);
list-style-type: none;
margin: 0;
padding: 0;
overflow-y: auto;
}
ul.card-board-column-list > li.card-board-card::before {
content: "";
}
.card-board-column.collapsed .card-board-card {
display: none;
}
.card-board-card {
border-radius: 3px;
border: var(--border-width) solid var(--background-modifier-border);
background-color: var(--background-primary);
padding: 0;
cursor: auto;
user-select: text;
-webkit-user-select: text;
grid-column-gap: 0.25em;
display: grid;
grid: "mark contents"
/ 5px auto;
font-family: var(--font-text);
}
.card-board-card-highlight-area {
grid-area: mark;
}
.card-board-card-highlight-area.critical {
background-color: var(--text-error);
}
.card-board-card-highlight-area.good {
background-color: var(--text-success);
}
.card-board-card-highlight-area.important {
background-color: var(--text-accent);
}
.card-board-card-content-area {
grid-area: contents;
display: grid;
padding: 0.5em 0;
grid: "tags tags"
"checkbox title"
"subtasks subtasks"
"notes notes"
"footer footer"
/ auto minmax(0, 1fr);
}
.card-board-card-tag-area {
grid-area: tags;
margin: 0 0.2em 0.5em 0.2em;
}
.card-board-card input.task-list-item-checkbox {
grid-area: checkbox;
align-self: top;
margin: 0.2em;
width: 1em;
height: 1em;
font-size: 1em;
}
.card-board-card input.task-list-item-checkbox:after {
width: 1em;
height: 1em;
font-size: 1em;
}
.card-board-card-title {
grid-area: title;
margin: 0 0.2em;
font-weight: var(--bold-weight);
display: -webkit-box;
color: var(--text-title-h1);
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.card-board-card-tag-area p {
display: inline;
}
.card-board-card-title p {
display: inline;
}
.card-board-card-subtasks-area {
grid-area: subtasks;
font-size: var(--font-small);
margin-top: 0.5em;
}
/* fixes an issue with themes showing border on the left of lists */
.card-board-card-subtasks-area > ul::before {
border-style: none;
}
.card-board-card-subtask {
display: grid;
grid: "checkbox title"
/ auto minmax(0, 1fr);
}
.card-board-card-subtask .task-list-item-checkbox {
font-size: var(--font-small);
}
.card-board-card-subtask .card-board-card-title {
font-weight: var(--normal-weight);
font-size: var(--font-small);
}
.card-board-card-notes-area {
grid-area: notes;
font-size: var(--font-small);
margin: 0 0.2em;
}
.card-board-card-notes-area > ul::before {
border-style: none;
}
.card-board-card-notes-area button {
font-size: var(--font-small);
padding: 0.5em 0.5em;
line-height: 1em;
height: auto;
}
.card-board-card-footer-area {
grid-area: footer;
display: grid;
grid: "due actions"
/ minmax(0, 1fr) auto;
font-size: var(--font-small);
margin: 0.5em 0.2em 0 0.2em;
}
.card-board-card-action-area-due {
grid-area: due;
color: var(--text-faint);
}
.card-board-card-action-area-buttons {
grid-area: actions;
display: grid;
grid-auto-flow: column;
grid-gap: 0.5em;
margin: 0 0.2em;
}
.card-board-card-action-area-button {
cursor: pointer;
}
.setting-items-inner {
position: relative;
height: auto;
}
.cardboard-settings-columns-list {
display: flex;
flex-direction: column;
width: 100%;
}
h3.setting-heading-compact {
margin-block-end: 0;
}
.example-stamp {
font-weight: var(--bold-weight);
}
.cardboard-settings-column-item {
display: grid;
grid-template-columns: 2em 5em 1fr 1fr 1.5em;
align-items: center;
gap: var(--size-4-2);
border: var(--border-width) solid var(--background-modifier-border);
border-radius: 4px;
background-color: var(--background-secondary);
width: 100%;
padding: var(--size-4-1) var(--size-4-2);
margin-bottom: 0.4em;
}
.cardboard-settings-column-item-button {
display: grid;
align-items: center;
cursor: pointer;
}
.cardboard-settings-column-item-detail {
display: grid;
align-items: center;
}
.cardboard-settings-column-item-type {
font-size: 0.7em;
}
.cardboard-settings-column-item-controls {
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: center;
gap: var(--size-4-2);
}
.cardboard-settings-columns-button {
padding-bottom: 0.75em;
}
.vertical-tab-header-group-title-icon {
justify-self: end;
cursor: pointer;
float: right;
}
.modal.edit-date {
overflow: visible;
}
.modal.mod-settings {
width: 80%;
}
.card-board-view .card-board-dragable {
cursor: grab;
}
.card-board-view .vertical-tab-nav-item {
padding-right: 1.5em;
min-height: 1.9em;
}
.modal-form {
display: grid;
grid-gap: 1.5em;
padding-top: 1.3em;
padding-bottom: 1.5em;
border-bottom: 1px solid var(--background-modifier-border);
}
.form-item {
display: grid;
grid: "words control";
}
.form-item-name {
grid-area: words;
}
.form-item-control {
grid-area: control;
justify-self: end;
}
.dialog-buttons {
display: grid;
grid-auto-flow: column;
justify-content: center;
padding-top: 2em;
}
.modal-form .dialog-buttons {
border-top: 1px solid var(--background-modifier-border);
}
.setting-item-control textarea {
min-height: 10em;
min-width: 22em;
}
.multiselect-items {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
background: var(--background-modifier-form-field);
border: 1px solid var(--background-modifier-border);
border-radius: 4px;
color: var(--text-normal);
padding: 4px 5px;
font-size: var(--font-small);
min-width: 217px;
max-width: 417px;
overflow-x: auto;
gap: 3px;
}
.multiselect-items.mod-faux {
justify-content: flex-end;
background: var(--background-modifier-form-field);
border: 0px;
font-size: var(--font-ui-medium);
}
.multiselect-items input.multiselect-input {
border: 0;
min-width: 100px;
font-size: var(--font-small);
}
.multiselect-items input.multiselect-input:focus {
border: 0;
box-shadow: none;
}
.multiselect-item {
white-space: nowrap;
}
.multiselect-item.selected {
cursor: pointer;
vertical-align: middle;
}
.multiselect-item-key {
background-color: var(--background-secondary-alt);
border: 1px solid var(--background-modifier-border);
border-right: 0px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 2px;
line-height: 1.5em;
vertical-align: middle;
}
.multiselect-item-single {
background-color: var(--background-secondary-alt);
border: 1px solid var(--background-modifier-border);
border-radius: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 2px;
line-height: 1.5em;
vertical-align: middle;
}
.multiselect-item.selected .multiselect-item-key {
background-color: var(--text-muted);
color: var(--text-on-accent);
border-right: 0.5px solid var(--text-on-accent);
}
.multiselect-item.selected .multiselect-item-value {
background-color: var(--text-muted);
color: var(--text-on-accent);
}
.multiselect-items input.multiselect-input {
padding: 2px;
}
.multiselect-item-value {
background-color: var(--background-primary-alt);
border: 1px solid var(--background-modifier-border);
border-left: 0px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 2px;
line-height: 1.5em;
vertical-align: middle;
}
.card-board-view .vertical-tab-content {
position: relative;
}
.card-board-view .modal-close-button {
z-index: 1;
}
.card-board-view .suggestion-container {
position: absolute;
display: grid;
grid-auto-flow: row;
grid-gap: 0.5em;
overflow: auto;
padding: 5px 8px;
font-size: var(--font-small);
text-align: left;
line-height: 1em;
max-height: 400px;
}
.card-board-view .suggestion-container::-webkit-scrollbar {
width: 8px;
}
.card-board-view .suggestion-container::-webkit-scrollbar-track {
background: #f1f1f1;
}
.card-board-view .suggestion-container::-webkit-scrollbar-thumb {
background: #888;
border-radius: 4px;
}
.card-board-view .suggestion-section {
border-top: 1px solid var(--background-modifier-border);
padding-top: 0.5em;
}
.card-board-view .suggestion-section:first-child {
border-top: none;
}
.card-board-view .suggestion-section-heading {
color: var(--text-faint);
font-size: var(--font-smaller);
font-weight: var(--bold-weight);
margin-bottom: 3px;
}
.card-board-view .suggestion-item {
padding-left: 5px;
font-size: var(--font-small);
line-height: 1.3em;
}
.setting-item-control .suggestion-item:hover {
background-color: var(--background-secondary);
}
.datepicker-container {
position: relative;
}
.datepicker-input:focus {
outline: 0;
}
.datepicker-input.datepicker-error {
background-color: rgba(var(--background-modifier-error-rgb), 0.2);
}
.datepicker-picker {
position: absolute;
border: 1px solid #CCC;
border-radius: 3px;
z-index: 100;
background-color: white;
}
.datepicker-header, .datepicker-weekdays {
background: var(--background-secondary);
}
.datepicker-header {
display: flex;
align-items: center;
}
.datepicker-month-container {
flex: 1 1 auto;
padding-top: 0.5em;
display: flex;
flex-direction: column;
}
.datepicker-month, .datepicker-year {
flex: 1 1 auto;
cursor: default;
text-align: center;
}
.datepicker-year {
font-size: var(--font-small);
font-weight: 700;
}
.datepicker-this-month-jump-container {
text-align: center;
background: var(--background-secondary);
}
.datepicker-this-month-jump {
cursor: pointer;
color: var(--interactive-accent);
}
.datepicker-prev-container, .datepicker-next-container {
cursor: pointer;
padding: 8px;
}
.datepicker-prev, .datepicker-next {
display: block;
width: var(--font-smaller);
height: var(--font-smaller);
border-left: 2px solid rgba(0,0,0,0.54);
border-bottom: 2px solid rgba(0,0,0,0.54);
}
.datepicker-prev:hover, .datepicker-next:hover {
border-left-color: #BBB;
border-bottom-color: #BBB;
}
.datepicker-prev {
transform: rotate(45deg);
}
.datepicker-next {
transform: rotate(-135deg);
}
.datepicker-table {
border-spacing: 0;
border-collapse: collapse;
font-size: var(--font-smaller);
}
.datepicker-table td {
width: 2em;
height: 2em;
text-align: center;
border-radius: 3px;
}
.datepicker-dow {
border-bottom: 1px solid #CCC;
cursor: default;
}
.datepicker-day {
cursor: pointer;
}
.datepicker-day:hover {
background: #F2F2F2;
}
.datepicker-disabled {
cursor: default;
color: #DDD;
}
.datepicker-disabled:hover {
background: inherit;
}
.datepicker-picked {
color: white;
background: var(--interactive-accent);
}
.datepicker-picked:hover {
background: var(--interactive-accent);
}
.datepicker-today {
font-weight: bold;
color: var(--interactive-accent);
}
.datepicker-other-month {
color: #AAA;
}
.datepicker-other-month.datepicker-disabled {
color: #EEE;
}
.datepicker-other-month.datepicker-picked {
color: white;
}

View File

@ -4,6 +4,7 @@
"taskCompletionUseEmojiShorthand": true,
"taskCompletionText": "completion",
"taskCompletionDateFormat": "dd-MM-YYY",
"recursiveSubTaskCompletion": false,
"warnOnEmptyResult": true,
"refreshEnabled": true,
"refreshInterval": 2500,
@ -12,11 +13,15 @@
"maxRecursiveRenderDepth": 4,
"tableIdColumnName": "File",
"tableGroupColumnName": "Group",
"showResultCount": true,
"allowHtml": true,
"inlineQueryPrefix": "=",
"inlineJsQueryPrefix": "$=",
"inlineQueriesInCodeblocks": true,
"enableInlineDataview": true,
"enableDataviewJs": true,
"enableInlineDataviewJs": true,
"prettyRenderInlineFields": true
"prettyRenderInlineFields": true,
"prettyRenderInlineFieldsInLivePreview": true,
"dataviewJsKeyword": "dataviewjs"
}

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"id": "mrj-jump-to-link",
"name": "Jump to link",
"version": "0.5.4",
"version": "0.5.9",
"description": "This plugin allows open a link in current document or regex based navigation in editor mode using hotkey",
"isDesktopOnly": false,
"author": "MrJackphil",

View File

@ -38,6 +38,7 @@
"defaultPenMode": "mobile",
"penModeCrosshairVisible": false,
"renderImageInMarkdownReadingMode": false,
"renderImageInHoverPreviewForMDNotes": false,
"renderImageInMarkdownToPDF": false,
"allowPinchZoom": false,
"allowWheelZoom": false,
@ -82,6 +83,7 @@
"fadeOutExcalidrawMarkup": true,
"experimentalEnableFourthFont": true,
"experimantalFourthFont": "cmu-sans-serif/cmunss.ttf",
"addDummyTextElement": false,
"fieldSuggester": true,
"compatibilityMode": false,
"drawingOpenCount": 0,
@ -89,7 +91,7 @@
"library2": {
"type": "excalidrawlib",
"version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.2",
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.3",
"libraryItems": [
{
"status": "published",
@ -75507,7 +75509,7 @@
}
},
"defaultTrayMode": false,
"previousRelease": "2.2.2",
"previousRelease": "2.2.3",
"showReleaseNotes": true,
"showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}",

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "2.2.2",
"version": "2.2.3",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",

View File

@ -21,5 +21,5 @@
}
],
"useDomainFolders": false,
"lastSyncDate": "2024-05-23T16:28:06.898Z"
"lastSyncDate": "2024-05-27T17:22:14.193Z"
}

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,11 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "1.5.3",
"minAppVersion": "1.0.0",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",
"isDesktopOnly": false
}
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "2.0.48",
"minAppVersion": "1.0.0",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",
"helpUrl": "https://publish.obsidian.md/kanban/Obsidian+Kanban+Plugin",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

View File

@ -5,12 +5,12 @@
{
"id": 2,
"name": "memoire-L3",
"lastUpdate": 1716481686610
"lastUpdate": 1716830533864
},
{
"id": 1,
"name": "Ma bibliothèque",
"lastUpdate": 1716481686761
"lastUpdate": 1716830533869
}
],
"renderCitations": true,

View File

@ -43,7 +43,7 @@
"singlelineCardSeparator": "::",
"singlelineReversedCardSeparator": ":::"
},
"buryDate": "2024-05-23",
"buryDate": "2024-05-28",
"buryList": [],
"historyDeck": ""
}

View File

@ -15,11 +15,8 @@
"minimal-style@@bold-color@@light": "#000000",
"minimal-style@@bold-color@@dark": "#EEEEEE",
"supercharged-links@@591a-86c0-color": "#658CAD",
"supercharged-links@@591a-86c0-weight": "lighter",
"supercharged-links@@591a-86c0-weight": "normal",
"supercharged-links@@591a-86c0-before": "👤",
"supercharged-links@@d474-0cfe-color": "#BD2B2B",
"supercharged-links@@d474-0cfe-weight": "bold",
"supercharged-links@@d474-0cfe-decoration": "initial",
"minimal-advanced@@styled-scrollbars": false,
"minimal-advanced@@folding-offset": 0,
"minimal-style@@h1-color@@dark": "#1B9419",
@ -42,7 +39,6 @@
"minimal-style@@h6-color@@dark": "#789278",
"minimal-style@@h6-l": false,
"minimal-style@@icon-muted": 0.5,
"supercharged-links@@7812-52e6-color": "#2967B3",
"supercharged-links@@7812-52e6-before": "📅 ",
"customizable-page-header-buttons@@page-header-spacing-mobile": 12,
"minimal-style@@trim-cols": false,
@ -54,9 +50,16 @@
"minimal-style@@zoom-off": false,
"minimal-style@@col-alt": false,
"supercharged-links@@f1e2-3136-color": "#008A88",
"supercharged-links@@f1e2-3136-before": "\"\"",
"supercharged-links@@591a-86c0-decoration": "initial",
"pane-relief@@pane-relief-pane-numbering": false,
"pane-relief@@pane-relief-disable-counts": false,
"supercharged-links@@48f5-79b2-color": "#FFA769"
"minimal-style@@embed-strict": true,
"minimal-style@@active-line-on": true,
"supercharged-links@@89ca-499e-color": "#008A88",
"supercharged-links@@4694-3e42-color": "#E16914",
"supercharged-links@@8606-2a08-color": "#2A9E00",
"supercharged-links@@7812-52e6-color": "#A55F5F",
"supercharged-links@@7812-52e6-decoration": "initial",
"supercharged-links@@ef64-500f-color": "#825AE1",
"supercharged-links@@c309-a78f-color": "#825AE1"
}

View File

@ -1,6 +1,7 @@
{
"addTaskProgressBarToHeading": true,
"addNumberToProgressBar": true,
"addNumberToProgressBar": false,
"showPercentage": false,
"allowAlternateTaskStatus": true,
"alternativeMarks": "(x|X|-)",
"countSubLevel": true

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "7.2.0",
"version": "7.3.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

View File

@ -14,7 +14,7 @@
"selectors": [
{
"type": "tag",
"name": "",
"name": "up",
"value": "personne",
"matchCaseSensitive": false,
"match": "exact",
@ -24,42 +24,18 @@
"selectPrepend": true,
"selectBackground": false
},
{
"type": "tag",
"name": "",
"value": "moc",
"matchCaseSensitive": false,
"match": "exact",
"uid": "d474-0cfe",
"selectText": true,
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
},
{
"type": "path",
"name": "",
"name": "up",
"value": "daily",
"matchCaseSensitive": true,
"match": "exact",
"match": "contains",
"uid": "7812-52e6",
"selectText": true,
"selectAppend": false,
"selectPrepend": true,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
"value": "informatique",
"matchCaseSensitive": false,
"match": "exact",
"uid": "48f5-79b2",
"selectText": true,
"selectAppend": false,
"selectPrepend": true,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
@ -68,9 +44,69 @@
"match": "contains",
"uid": "f1e2-3136",
"selectText": true,
"selectAppend": true,
"selectPrepend": true,
"selectBackground": true
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
"value": "science/sociologie",
"matchCaseSensitive": false,
"match": "exact",
"uid": "89ca-499e",
"selectText": true,
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
"value": "informatique",
"matchCaseSensitive": false,
"match": "exact",
"uid": "4694-3e42",
"selectText": true,
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
"value": "maths",
"matchCaseSensitive": false,
"match": "exact",
"uid": "8606-2a08",
"selectText": true,
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
"value": "obsidian",
"matchCaseSensitive": false,
"match": "exact",
"uid": "ef64-500f",
"selectText": true,
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
},
{
"type": "tag",
"name": "up",
"value": "pkm",
"matchCaseSensitive": true,
"match": "startswith",
"uid": "c309-a78f",
"selectText": true,
"selectAppend": false,
"selectPrepend": false,
"selectBackground": false
}
]
}

View File

@ -3659,7 +3659,7 @@ var Templater = class {
const oldSelections = doc.listSelections();
doc.replaceSelection(output_content);
if (active_editor.file) {
await app.vault.modify(active_editor.file, editor.getValue());
await app.vault.append(active_editor.file, "");
}
app.workspace.trigger("templater:template-appended", {
view: active_view,

View File

@ -1,7 +1,7 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "2.3.2",
"version": "2.3.3",
"description": "Create and use templates",
"minAppVersion": "1.5.0",
"author": "SilentVoid",

View File

@ -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\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_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^pros\\n\\n> [!fail] Inconvénients\\n> \\n^cons\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] ",
@ -21,7 +21,7 @@
"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",
"pc : > [!check] Avantages\\n> $end$\\n^pros\\n\\n> [!fail] Inconvénients\\n> \\n^cons",
"fm : ---\\n$end$\\n---",
"alias : ---\\nalias: [ \"$end$\" ]\\n---",
"ev : [[espace vectoriel]]",

View File

@ -47,11 +47,13 @@
"convergences de séries par croissances comparées",
"corps",
"corps commutatif",
"cours programmation web serveur",
"cryptologie",
"cycle en V",
"dataview tasks completed in current file",
"diagonaliser une matrice",
"docstring challenge du 2023-08-13",
"démonstration de l'expression de l'arg sinus hyperbolique",
"désavantages de la prise de notes au fil de la pensée",
"espérance mathématique",
"extermination de masse",

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}}},"flipside excalidraw note":{"flipside excalidraw note":{"internalLink":{"count":1,"lastUpdated":1716301998072}}}}
{"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}}},"capitalisme":{"capitalisme":{"internalLink":{"count":1,"lastUpdated":1716552368644}}},"format textuel":{"format textuel":{"internalLink":{"count":1,"lastUpdated":1716824031256}}}}

View File

@ -1,4 +1,9 @@
* {
/* --tab-background-active: var(--color-base-30); */
}
/* --------------compact tabs--------------------*/
.workspace .mod-root .workspace-tab-header {
width: unset;
@ -18,3 +23,17 @@ body {
--tab-outline-color: unset;
}
/* highlight active tab */
.workspace .mod-root .workspace-tab-header.is-active {
filter: brightness(1.5) saturate(1) contrast(1.2);
border-width: 2px;
/* background-color: red; */
}
.workspace .mod-root .workspace-tab-header:not(.is-active) {
/* filter: brightness(1.5) saturate(1) contrast(1.2); */
/* background-color: green; */
}
.workspace .mod-root .workspace-tab-header.is-active .workspace-tab-header-inner-title {
/* filter: brightness(0.5); */
}

18
.obsidian/snippets/embeds.css vendored Normal file
View File

@ -0,0 +1,18 @@
/* make embeds appear seamlessly */
.markdown-embed {
/* border: none; */
border: var(--embed-border-left);
/* hide some borders */
border-right-color: transparent;
border-left: var(--embed-border-left);
border-top-left-radius: 4pt;
border-bottom-left-radius: 4pt;
padding: 0ex 0 1ex 1ex;
}
*:has(>.markdown-embed) {
}

View File

@ -7,15 +7,16 @@
/* side panes margins */
.workspace-leaf-content>.view-content {
padding: 5pt;
}
/* /1* side panes margins *1/ */
/* .workspace-leaf-content>.view-content { */
/* padding: 5pt; */
/* } */
/* for every pane content */
.markdown-source-view.mod-cm6:not(.is-readable-line-width) .cm-contentContainer {
/* bigge left-margin */
margin: 0 0 0 calc(52% - var(--max-width)/2) !important; /* note : i hate the person that used !important */
/* bigger left-margin */
/* margin: 0 0 0 calc(52% - var(--max-width)/2) !important; /1* note : i hate the person that used !important in the first place *1/ */
}

View File

@ -5,20 +5,21 @@ Do not edit this file directly! First copy this file and rename it if you want t
--591a-86c0-color: #A36AAA;
--591a-86c0-weight: initial;
--591a-86c0-before: '';
--d474-0cfe-color: #006F5F;
--d474-0cfe-weight: initial;
--7812-52e6-color: #9270D3;
--7812-52e6-weight: initial;
--7812-52e6-before: '';
--48f5-79b2-color: #6967A9;
--48f5-79b2-weight: initial;
--48f5-79b2-before: '';
--f1e2-3136-color: #F27D88;
--f1e2-3136-weight: initial;
--f1e2-3136-before: '';
--f1e2-3136-after: '';
--f1e2-3136-background-color: #ffffff;
--f1e2-3136-decoration: initial;
--89ca-499e-color: #78C664;
--89ca-499e-weight: initial;
--4694-3e42-color: #008F7A;
--4694-3e42-weight: initial;
--8606-2a08-color: #FF6F91;
--8606-2a08-weight: initial;
--ef64-500f-color: #007160;
--ef64-500f-weight: initial;
--c309-a78f-color: #0089BA;
--c309-a78f-weight: initial;
}
div[data-id="591a-86c0"] div.setting-item-description,
@ -32,57 +33,51 @@ div[data-id="591a-86c0"] div.setting-item-description::before,
content: var(--591a-86c0-before);
}
div[data-id="d474-0cfe"] div.setting-item-description,
[data-link-tags*="moc" i] {
color: var(--d474-0cfe-color) !important;
font-weight: var(--d474-0cfe-weight);
}
div[data-id="7812-52e6"] div.setting-item-description,
[data-link-path="daily" ] {
[data-link-path*="daily" ] {
color: var(--7812-52e6-color) !important;
font-weight: var(--7812-52e6-weight);
}
div[data-id="7812-52e6"] div.setting-item-description::before,
.data-link-icon[data-link-path="daily" ]::before {
.data-link-icon[data-link-path*="daily" ]::before {
content: var(--7812-52e6-before);
}
div[data-id="48f5-79b2"] div.setting-item-description,
[data-link-tags*="informatique" i] {
color: var(--48f5-79b2-color) !important;
font-weight: var(--48f5-79b2-weight);
}
div[data-id="48f5-79b2"] div.setting-item-description::before,
.data-link-icon[data-link-tags*="informatique" i]::before {
content: var(--48f5-79b2-before);
}
div[data-id="f1e2-3136"] div.setting-item-description,
[data-link-tags*="politique" i] {
color: var(--f1e2-3136-color) !important;
font-weight: var(--f1e2-3136-weight);
}
.c-f1e2-3136-use-background div[data-id="f1e2-3136"] div.setting-item-description,
.c-f1e2-3136-use-background .data-link-text[data-link-tags*="politique" i] {
background-color: var(--f1e2-3136-background-color) !important;
border-radius: 5px;
padding-left: 2px;
padding-right: 2px;
text-decoration: var(--f1e2-3136-decoration) !important;
div[data-id="89ca-499e"] div.setting-item-description,
[data-link-tags*="science/sociologie" i] {
color: var(--89ca-499e-color) !important;
font-weight: var(--89ca-499e-weight);
}
div[data-id="f1e2-3136"] div.setting-item-description::before,
.data-link-icon[data-link-tags*="politique" i]::before {
content: var(--f1e2-3136-before);
div[data-id="4694-3e42"] div.setting-item-description,
[data-link-tags*="informatique" i] {
color: var(--4694-3e42-color) !important;
font-weight: var(--4694-3e42-weight);
}
div[data-id="f1e2-3136"] div.setting-item-description::after,
.data-link-icon-after[data-link-tags*="politique" i]::after {
content: var(--f1e2-3136-after);
div[data-id="8606-2a08"] div.setting-item-description,
[data-link-tags*="maths" i] {
color: var(--8606-2a08-color) !important;
font-weight: var(--8606-2a08-weight);
}
div[data-id="ef64-500f"] div.setting-item-description,
[data-link-tags*="obsidian" i] {
color: var(--ef64-500f-color) !important;
font-weight: var(--ef64-500f-weight);
}
div[data-id="c309-a78f"] div.setting-item-description,
[data-link-tags*="pkm" i] {
color: var(--c309-a78f-color) !important;
font-weight: var(--c309-a78f-weight);
}
/* @settings
name: Supercharged Links
@ -129,40 +124,6 @@ settings:
type: variable-text
default: ''
quotes: true
-
id: d474-0cfe
title: tag is moc
description: Example note
type: heading
collapsed: true
level: 3
-
id: d474-0cfe-color
title: Link color
type: variable-color
format: hex
default: '#006F5F'
-
id: d474-0cfe-weight
title: Font weight
type: variable-select
default: initial
options:
- initial
- lighter
- normal
- bold
- bolder
-
id: d474-0cfe-decoration
title: Font decoration
type: variable-select
default: initial
options:
- initial
- underline
- overline
- line-through
-
id: 7812-52e6
title: path is daily
@ -204,47 +165,6 @@ settings:
type: variable-text
default: ''
quotes: true
-
id: 48f5-79b2
title: tag is informatique
description: Example note
type: heading
collapsed: true
level: 3
-
id: 48f5-79b2-color
title: Link color
type: variable-color
format: hex
default: '#6967A9'
-
id: 48f5-79b2-weight
title: Font weight
type: variable-select
default: initial
options:
- initial
- lighter
- normal
- bold
- bolder
-
id: 48f5-79b2-decoration
title: Font decoration
type: variable-select
default: initial
options:
- initial
- underline
- overline
- line-through
-
id: 48f5-79b2-before
title: Prepend text
description: Add some text, such as an emoji, before the links.
type: variable-text
default: ''
quotes: true
-
id: f1e2-3136
title: tag is politique
@ -280,28 +200,173 @@ settings:
- overline
- line-through
-
id: f1e2-3136-before
title: Prepend text
description: Add some text, such as an emoji, before the links.
type: variable-text
default: ''
quotes: true
id: 89ca-499e
title: tag is science/sociologie
description: Example note
type: heading
collapsed: true
level: 3
-
id: f1e2-3136-after
title: Append text
description: Add some text, such as an emoji, after the links.
type: variable-text
default: ''
quotes: true
-
id: c-f1e2-3136-use-background
title: Use background color
description: Adds a background color to the link. This can look buggy in live preview.
type: class-toggle
-
id: f1e2-3136-background-color
title: Background color
id: 89ca-499e-color
title: Link color
type: variable-color
format: hex
default: '#ffffff'
default: '#78C664'
-
id: 89ca-499e-weight
title: Font weight
type: variable-select
default: initial
options:
- initial
- lighter
- normal
- bold
- bolder
-
id: 89ca-499e-decoration
title: Font decoration
type: variable-select
default: initial
options:
- initial
- underline
- overline
- line-through
-
id: 4694-3e42
title: tag is informatique
description: Example note
type: heading
collapsed: true
level: 3
-
id: 4694-3e42-color
title: Link color
type: variable-color
format: hex
default: '#008F7A'
-
id: 4694-3e42-weight
title: Font weight
type: variable-select
default: initial
options:
- initial
- lighter
- normal
- bold
- bolder
-
id: 4694-3e42-decoration
title: Font decoration
type: variable-select
default: initial
options:
- initial
- underline
- overline
- line-through
-
id: 8606-2a08
title: tag is maths
description: Example note
type: heading
collapsed: true
level: 3
-
id: 8606-2a08-color
title: Link color
type: variable-color
format: hex
default: '#FF6F91'
-
id: 8606-2a08-weight
title: Font weight
type: variable-select
default: initial
options:
- initial
- lighter
- normal
- bold
- bolder
-
id: 8606-2a08-decoration
title: Font decoration
type: variable-select
default: initial
options:
- initial
- underline
- overline
- line-through
-
id: ef64-500f
title: tag is obsidian
description: Example note
type: heading
collapsed: true
level: 3
-
id: ef64-500f-color
title: Link color
type: variable-color
format: hex
default: '#007160'
-
id: ef64-500f-weight
title: Font weight
type: variable-select
default: initial
options:
- initial
- lighter
- normal
- bold
- bolder
-
id: ef64-500f-decoration
title: Font decoration
type: variable-select
default: initial
options:
- initial
- underline
- overline
- line-through
-
id: c309-a78f
title: tag is pkm
description: Example note
type: heading
collapsed: true
level: 3
-
id: c309-a78f-color
title: Link color
type: variable-color
format: hex
default: '#0089BA'
-
id: c309-a78f-weight
title: Font weight
type: variable-select
default: initial
options:
- initial
- lighter
- normal
- bold
- bolder
-
id: c309-a78f-decoration
title: Font decoration
type: variable-select
default: initial
options:
- initial
- underline
- overline
- line-through
*/

0
.trash/Untitled 4.md Normal file
View File

View File

View File

View File

@ -1,7 +1,5 @@
#exercice #informatique
----
# Infos importantes
> [!important] mots de passe

View File

@ -1,3 +1,7 @@
---
aliases:
- Spinoza
---
link::
#personne

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 145 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,17 @@
---
alias: "John Conway"
aliases:
- John Conway
---
#personne #not-done
title::
link::
#personne
----
> [!smallquery]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`
> ```breadcrumbs
> title: false
> type: tree
> dir: down
> ```
```dataview
LIST title
FROM ""
WHERE contains(author, this.file.link)
```

1
Si.md
View File

@ -5,7 +5,6 @@ up::[[Si b]]
down::[[Do]]
#art/musique
----
quinte::[[Sol b]]
quarte::[[Mi]]

19
Untitled.md Normal file
View File

@ -0,0 +1,19 @@
Bonjour Monsieur,
Je vous ai croisé mardi dernier, à côté de la salle Pleyel, et j'ai eu simplement le temps de vous sauter dessus, surpris que j'étais de vous voir apparaitre. N'ayant pas eu le temps de l'exprimer correctement, dans le feu de mon étonnement, je voudrais vous dire ma gratitude pour le travail que vous produisez. Vous êtes certainement une des personnes qui ont su me faire aimer la philosophie et la politique, me faisant sortir d'une résignation paralysante pour devenir "éco-furieux", et engagé.
Je voulais également m'excuser de n'avoir pas su contenir mon enthousiasme et de vous avoir assailli immédiatement par une question, sans prendre le temps de savoir si vous aviez du temps à m'accorder.
Je me permets donc de vous poser cette question maintenant : j'ai remarqué que, dans beaucoup de cas, vous choisissez de penser à "haut niveau", c'est-à-dire, de penser les structures complexes, par opposition au "bas niveau" qui serait le niveau atomique. Par exemple, avec le concept, d'imperium, raisonnez à l'échelle des affects communs, de même lorsque vous mobilisez le concept d'institution, ou bien celui de corps. J'ai l'impression qu'un postulat caché est que le raisonnement à plus grande échelle permet de mieux comprendre les fonctionnements sociaux, ou en tout cas qu'il est celui à choisir. Je ne connais rien en sociologie, mais je connais des contre-exemples en physique ou en mathématiques, où l'approche "bas niveau" permet de mieux comprendre le fonctionnement de certaines structures. J'ai l'impression que vous utilisez beaucoup le concept d'émergence : le tout serait plus que la somme des parties, ce qui me semble étonnant si on adopte un point de vue matérialiste.
Je vois donc trois possibilités : soit mon échantillon est trop petit, et ce n'est pas réellement une tendance dans vos constructions idéologiques, soit c'est une mécompréhension de ma part, soit c'est bel et bien le cas, et alors, il y a certainement une justification à cela.
Une autre question m'est également venue lors d'un concert. Lors du rappel, les spectateurs applaudissent, et pour demander un autre morceau, se mettent d'accord "spontanément" sur un tempo commun. Je voulais savoir si vous considériez cette dynamique comme relevant de l'imperium. J'y vois un affect commun qui s'auto-affecte, et qui est bien totalisant (il s'impose à tous par l'omniprésence du rythme), mais je ne saurais pas être certain que l'on peut qualifier ce rapport social d'imperium.
Je vous remercie du temps que vous accorderez à mes questions.
Dans l'attente de vous lire,
Bonne journée,
Oscar Plaisant.

View File

@ -2,4 +2,3 @@ up::[[réseau adresses|types d'adresses réseaux]]
title::"adresse unique pour chaque carte réseau"
#informatique
---

View File

@ -14,4 +14,10 @@ author:: [[Karl Marx]]
> - lorsque l'humain ne peut se reconnaître ni dans le produit de son travail (qui lui est devenu étranger), ni dans sa propre activité productive (il n'est qu'une ressource humaine aux yeux de l'entreprise). Alors il ne peut pas non plus se reconnaître dans les autres hommes. Ses rapports avec eux perdent leur caractère humain pour être réduit à l'échange des produits du travail. ([[l'aliénation fait cesser l'existance]])
^definition
> [!smallquery]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`
> ```breadcrumbs
> title: false
> type: tree
> dir: down
> ```

View File

@ -4,4 +4,5 @@ up:: [[Exemples pour la récursion]], [[structure de données.arbre|arbre]]
# Exemples
Dans une discussion, lorsque les sujets font des digressions successives, le processus pour revenir à un sujet antérieur est un backtracking.
Dans une discussion, lorsque les sujets font des digressions successives, le processus pour revenir à un sujet antérieur est un backtracking.

View File

@ -0,0 +1,5 @@
up::[[concepts des bases de données]], [[information]]
#informatique
source:: ![[information#^definition-informatique]]

View File

@ -5,4 +5,6 @@ up:: [[classes sociales]]
title:: "ceux qui ne vendent pas leur force de travail, mais qui manipulent directement des flux financiers"
#politique
---
- la [[classes sociales|classe sociale]] dominante actuellement
- c'est à eux que profite le [[capitalisme|système capitaliste]]
-

View File

@ -3,6 +3,7 @@ aliases:
- capital
---
up:: [[capitalisme]], [[bien]]
sibling:: [[capital]]
#politique #science/sociologie
> [!definition] capital

View File

@ -1,15 +1,8 @@
<<<<<<< HEAD
up:: [[capitalisme]]
sibling:: [[capital (bien)]]
#politique
=======
up:: [[capitalisme]], [[bien]]
#politique #science/sociologie
> [!definition] capital
> Le capital est un bien plongé dans les rappports sociaux du capitalisme.
> Pour qu'un bien soit un capital, il faut :
> - de la [[propriété privée]] : le
> - de la [[propriété lucrative]]
^definition
>>>>>>> 550b94cc17df4a8ef7e0378200099a593c59dd37
soure:: [[définition du capital par frédéric lordon]]

View File

@ -3,8 +3,27 @@ sibling:: [[personnes]]
title:: "Liste de toutes les citations"
#PKM
```dataview
LIST title FROM #citation
WHERE file.name != "citation"
```
> [!smallquery]+ Citations par auteur
> ```dataview
> LIST rows.file.link
> FROM #citation AND -"templates"
> FLATTEN author
> GROUP BY author+" "
> SORT author
> ```
> [!query]- Nombre de citations par auteur
> ```dataview
> LIST WITHOUT ID length(rows) + " citations de " + key
> FROM #citation AND -"templates"
> GROUP BY author
> SORT length(rows) DESC
> ```
> [!query]- Nombre de citations par source
> ```dataview
> LIST WITHOUT ID length(rows) + " citations de \"" + key + "\""
> FROM #citation AND -"templates"
> GROUP BY source
> SORT length(rows) DESC
> ```

View File

@ -13,7 +13,7 @@ sibling:: [[savoir]]
> [!definition] définition en informatique
> Information, avec une valeur de vérité, plus généralement une loi qui est considérée comme vraie.
> Différent d'une [[donnée]], [[information|information]]
> Différent d'une [[donnée]], [[base de données information|base de données information]]
^definition-informatique
# Voir

View File

@ -1,8 +1,6 @@
up:: [[éducation]]
up:: [[éducation.notes]]
title::
#apprendre
---
#apprendre #science/sociologie
La proportion de mauvaises notes est similaire quel que soient :
- le sujet

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 129 KiB

View File

@ -9,5 +9,5 @@ up:: [[cours fac]]
> ```
- [x] #task travail en groupe sur l'analyse statique ⏫ ✅ 2023-10-29
- [x] travail en groupe sur l'analyse statique #task [startTime:: 02:00] ⏫ ⏳ 2024-05-29 ✅ 2024-05-28

View File

@ -1,8 +1,6 @@
up:: [[information]]
title::
#informatique
---
- [[cryptographie]]
- cryptanalyse
- suites [[pseudo-aléatoires]]

View File

@ -14,6 +14,5 @@ kung_fu: 0
> where file.mtime > date(this.file.name) and file.mtime < (date(this.file.name) + dur(1 day)) sort file.mtime asc
> ```
## I am gratefull to

View File

@ -11,10 +11,10 @@ kung_fu: 0
#### Personnes invitées
check si elles ont confirmé
- [ ] Antonin
- [-] Benoit
- [x] Manon et son compagnon
- [x] Anna
- [-] Manon et son compagnon
- [x] Antonin 18h
- [x] Anna
- [x] Nicolas
- [x] Max
- [x] Catherine

View File

@ -7,15 +7,6 @@ kung_fu: 0
- spaced repetition : `INPUT[toggle(onValue(1), offValue(0)):spaced_repetition]`
- kung-fu : `INPUT[number:kung_fu]` minutes
```dataviewjs
dv.header(2, "Historique");
let daily_notes = dv.pages('"daily/"');
for (let day in daily_notes) {
// dv.header(5, daily_notes[day].link);
dv.paragraph("test");
}
```
## I did
> [!smallquery]+ Modified files
> ```dataview

21
daily/2024-05-28.md Normal file
View File

@ -0,0 +1,21 @@
---
spaced_repetition: 0
kung_fu: 0
---
## Todo
- spaced repetition : `INPUT[toggle(onValue(1), offValue(0)):spaced_repetition]`
- kung-fu : `INPUT[number:kung_fu]` minutes
- [ ] #task amener câble hdmi 🛫 2024-05-29 📅 2024-05-29
- [ ] #task demander type de piano et câbles nécessaires 🆔 u5qalz 🛫 2024-05-28 📅 2024-05-29
- [ ] #task amener piano + câbles ⛔ u5qalz 📅 2024-05-29
## I did
> [!smallquery]+ Modified files
> ```dataview
> LIST file.mtime
> where file.mtime > date(this.file.name) and file.mtime < (date(this.file.name) + dur(1 day)) sort file.mtime asc
> ```
## I am gratefull to

View File

@ -5,7 +5,7 @@ up::[[concepts des bases de données]]
Description élémentaire d'une réalité
Différent d'une [[information|information]], [[connaissance]]
Différent d'une [[base de données information|base de données information]], [[connaissance]]
Il faut donc

View File

@ -0,0 +1,18 @@
---
aliases:
- Le capital est une puissance conquérante qui a pour vocation de mettre toute la société sous sa coupe
---
author:: [[Frédéric Lordon]]
source:: [[Quelles stratégies pour le changement Politique ?]]
link:: https://www.youtube.com/watch?v=EQ4i4fPKjLc
date-seen:: 2024-05-23
date:: 2021-07-06
#citation #politique
> [!cite] `$= dv.current().author + (" - " + dv.current().source).repeat(!!dv.current().source)`
> Le capital est une puissance conquérante qui a pour vocation de mettre toute la société sous coupe réglée, sous sa coupe réglée, et qui en a les moyens, car le capital a réussi à prendre en otage la totalité de la reproduction matérielle collective, ce qui évidemment est une force de contrainte absolument sans équivalent.
> Le capital a réintégré dans ses formes propres la totalité de la production de nos moyens d'existence matérielle.
^cite
## Interprétation

View File

@ -3,10 +3,9 @@ sibling::[[démonstration expression de l'arg cosinus hyperbolique]]
description::""
#maths/trigonométrie #démonstration
---
$$\begin{align*}
\sh(x) = y &\iff \frac{e^{x}-e^{-x}}{2} = y\\
\mathrm{sh}(x) = y &\iff \frac{e^{x}-e^{-x}}{2} = y\\
&\iff e^{x}-e^{-x} = 2y\\
&\iff e^{x} - \frac{1}{e^{x}} = 2y\\
&\iff (e^{x})^{2} - 1 = 2y(e^{x})\\
@ -17,6 +16,6 @@ $$\begin{align*}
&\iff
\end{align*}$$
- [x] #task recopier la démonstration de l'expression de $\arg\sh$ ✅ 2022-09-05
- [x] recopier la démonstration de l'expression de $\arg \mathrm{sh}$ #task ✅ 2024-05-28T10:45

View File

@ -3,7 +3,7 @@ up::[[informatique|informatique]]
----
- transformer une [[information]] en une donnée utilisable
- transformer une [[base de données information]] en une donnée utilisable
> [!example] Exemples
> 7 peut être codé comme

View File

@ -57,7 +57,7 @@ to streamline :: simplifier (rendre accessible), uniformiser
<!--SR:!2024-06-01,19,144-->
to impersonate ::: imiter
<!--SR:!2024-05-17,4,130!2025-04-07,329,204-->
<!--SR:!2024-06-03,6,130!2025-04-07,329,204-->
whereabouts ::: localisation, endroit
<!--SR:!2024-06-06,380,284!2026-09-09,891,284-->
@ -99,7 +99,7 @@ the net wages ::: le salaire net
<!--SR:!2025-01-19,293,306!2024-08-25,230,286-->
to be workshy ::: être fainéant
<!--SR:!2024-09-02,154,246!2024-05-17,46,246-->
<!--SR:!2024-09-02,154,246!2024-11-02,158,266-->
a workaholic ::: un bourreau de travail
<!--SR:!2024-10-14,277,306!2025-01-12,244,266-->
@ -126,10 +126,10 @@ gig economy ::: le freelance
<!--SR:!2024-05-24,11,270!2024-05-15,2,230-->
gig worker ::: un freelanceur, un travailleur en freelance
<!--SR:!2024-05-25,12,270!2024-05-16,3,250-->
<!--SR:!2024-06-28,31,270!2024-06-07,10,270-->
regulatory bodies ::: organismes de réglementation
<!--SR:!2024-05-15,2,230!2024-05-21,8,250-->
<!--SR:!2024-05-15,2,230!2024-06-24,27,270-->
enforcing regulations :: appliquer les règlements, les régulations
<!--SR:!2024-05-23,10,270-->

12
format textuel.md Normal file
View File

@ -0,0 +1,12 @@
up:: [[formats d'information]]
#PKM
> [!check] Avantages
> - partageable facilement
> - éditable facilement
> - transformable en d'autres [[format]]
^pros
> [!fail] Inconvénients
>
^cons

11
formats d'information.md Normal file
View File

@ -0,0 +1,11 @@
up:: [[information]]
#PKM
> [!definition] format
> Manière d'encoder l'information, dans le but de la stocker / transmettre / rendre compréhensible...
^definition
> [!example] Exemples
> - [[format textuel]] : information sous forme de texte
> - dessins
> - vidéos

View File

@ -3,3 +3,9 @@ aliases:
- handicapées
- handicapés
---
> [!smallquery]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`
> ```breadcrumbs
> title: false
> type: tree
> dir: down
> ```

View File

@ -0,0 +1,13 @@
author::
source:: [[Bourgeoisie — Wikirouge]]
link:: https://wikirouge.net/Bourgeoisie
date-seen::2024-05-24
#citation
> [!cite] `$= [dv.current().author, dv.current().source, "[voir]("+dv.current().link+")"].filter((s)=>s!==null).join(" — ")`
> Il n'y a pas homogénéité des intérêts de la bourgeoisie ([[concurrence]] et rivalités selon les secteurs, les pays...), et il y a rarement un "machiavélisme" à long-terme de la part des puissants.
^cite
## Interprétation

View File

@ -1,9 +1,14 @@
up::[[concepts des bases de données]]
#informatique
up::
> [!definition] Information
> Données avec un sens (pour construire une représentation de la réalité)
> Différent d'une [[donnée]], [[connaissance]]
^definition-informatique
> [!smallquery]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`
> ```breadcrumbs
> title: false
> type: tree
> dir: down
> ```

View File

@ -1,4 +1,4 @@
up:: [[probabilités]]
up:: [[statistiques]]
#maths/probabilités
On cherche à estimer une valeur sur des données $g^{\star}$ à partir d'un échantillon ${} \hat{g} {}$. Précisément, on veut savoir quelle taille doit avoir l'échantillon pour avoir une probabilité ${} >p$ (une confiance $\delta = 1-p$) que notre prédiction soit dans un intervalle $[g_{r}, g_{l}]$ de largeur $\varepsilon = g_{r} - g_{l}$.

View File

@ -0,0 +1,6 @@
up:: [[bourgeoisie]]
#politique
source:: ![[homogénéité des intérêts de la bourgeoisie#^cite]]

View File

@ -3,7 +3,6 @@
kanban-plugin: basic
---
up:: [[kanban projet m]]
## Idées

View File

@ -3,7 +3,7 @@ alias: [ "salaire = rapport de force" ]
---
up:: [[salaire]], [[lutte des classes]]
[[politique.valeur.travail|Le travail n'est pas une valeur]], c'est pourquoi il est rémunéré par un [[salaire]].
[[valeur travail|Le travail n'est pas une valeur]], c'est pourquoi il est rémunéré par un [[salaire]].
Le salaire **ne représente pas le prix du travail** : la véritable valeur du travail ne peut pas être entièrement donnée à l'employé, puisqu'il faut qu'une partie de la valeur créée soit utilisée pour les outils, et donnée aux patrons.

10
médias.md Normal file
View File

@ -0,0 +1,10 @@
up:: [[information]]
#médias
> [!smallquery]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`
> ```breadcrumbs
> title: false
> type: tree
> dir: down
> ```

View File

@ -1,7 +1,7 @@
up::[[polyèdre]]
autho::[[John Horton Conway]]
#maths/géométrie/polyèdre
----
Notation pour décrire des polyèdres
Chaque polyèdre est défini en partant d'un polyèdre de base (souvent les [[solides de platon]]), et en y appliquant successivement des transformations

View File

@ -1,3 +1,9 @@
---
excalidraw-plugin: parsed
tags:
- excalidraw
excalidraw-open-md: true
---
up:: [[stage de L3]]
#fac #informatique
@ -16,16 +22,225 @@ up:: [[stage de L3]]
- aggréger des permutations
- distance $\tau$ de kendall (normalisé : $\frac{2 \tau}{n(n+1)}$)
- aggrégation de kemeny-young (barycentre pour )
- semaine 2 et 3:
- réorientation du sujet
- chercher à vérifier une hypothèse sur les données en faisant des requêtes sur des sous-ensembles des données
- hypothèse sous forme d'un ordre sur des valeurs
- utiliser des inégalités de concentration
- semaine 4 :
- implémentation de la loss modale
- la loss est 1 si l'ordre est égal à l'hypothèse, et 0 sinon
- on calcule la loss moyenne ainsi que la loss
- utilisation du nouveau dataset
- script make
- faire un script modulaire (capable de s'adapter à plusieurs bases de données)
- créer la bdd SQLite
- la remplir avec les fichiers csv
- semaine 5 :
- utilisation du nouveau dataset
- correction de tous les problèmes causés par le changement de shéma
- il y en a beaucoup
- début de rédaction
`$= "![[" + dv.current().file.name + ".svg|1000]]" `
%%
# Excalidraw Data
## Text Elements
part
partkey int
name varchar
mfgr char(6)
category char(7)
brand char(9)
color varchar
type varchar
size integer
container char(10) ^AoIsl4bv
supplier
suppkey int
name char(25)
address varchar
city char(10)
nation char(15)
region char(12)
phone char(15) ^2pDS1J7A
date
DATEKEY int
DATE char
DAYOFWEEK char
MONTH char
YEAR int
YEARMONTHNUM int
YEARMONTH char
DAYNUMINWEEK int
DAYNUMINMONTH int
DAYNUMINYEAR int
MONTHNUMINYEAR int
WEEKNUMINYEAR int
SELLINGSEASON varchar
LASTDAYINWEEKFL int
LASTDAYINMONTHFL int
HOLIDAYFL int
WEEKDAYFL int ^tBDGlEdU
lineorder
orderkey int
linenumber int
custkey int
partkey int
suppkey int
orderdate int
orderpriority char(15)
shippriority char(1)
quantity float
extendedprice float
ordtotalprice float
discount float
revenue float
supplycost float
tax float
commitdate int
shipmode char(10) ^MNRdNlSC
customer
custkey int
name varchar
address varchar
city char
nation char
region char
phone char
mktsegment char ^Pd3gusQx
## Drawing
```compressed-json
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
r6uAECg8Y4Q4QbXnpEQhAA==
```
%%

8
notes stage de L3.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 139 KiB

17
notes textuelles.md Normal file
View File

@ -0,0 +1,17 @@
up:: [[prise de notes]], [[format textuel]]
#PKM
> [!check] Avantages
> - avantages du [[format textuel]]
> - ![[format textuel#^pros]]
> - rapide à créer
> - si on [[taper vite sur un clavier|tape vite sur un clavier]]
> - si on [[écrire vite sur papier|écrit vite sur papier]]
> -
^pros
![[format textuel#^pros]]
> [!fail] Inconvénients
>
^cons

View File

@ -1,4 +1,4 @@
up::
up:: [[aliénation sociale|aliénation]]
#politique
- habitus mis dans le corps de l'électeur

View File

@ -3,5 +3,6 @@ alias: [ "droite" ]
---
up::[[politique]]
sibling:: [[politique.gauche|gauche]]
opposes:: [[politique.gauche]]
#politique

View File

@ -1,9 +1,15 @@
---
alias: [ "gauche" ]
aliases:
- gauche
---
up::[[politique]]
sibling::[[politique.droite|droite]]
#politique
> [!definition] Gauche politique
>
^definition
source:: ![[etre de gauche c'est s'opposer à la souverainté du capital#^cite]]
source:: ![[est de gauche ce qui veut sortir du cadre#^cite]]

View File

@ -2,8 +2,6 @@ up:: [[index]]
title::
#politique
---
> [!definition] Définition de la politique
> - la gestion de la vie d'une _polis_ (étymologiquement)
> - définition très large, pas adaptée au contexte actuel
@ -21,11 +19,4 @@ title::
> ```
> [!smallquery]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`
> ```breadcrumbs
> title: false
> type: tree
> dir: down
> depth: -2
> ```

View File

@ -8,7 +8,7 @@ up:: [[politique]]
Les valeurs sont de [[politique.droite|droite]]. La [[politique.gauche|gauche]] n'a pas de valeurs : elle avance justement quand elle élimine des valeurs.
> [!example] Exemples de valeurs
> - [[politique.valeur.travail|travail]]
> - [[valeur travail|travail]]
> - [[politique.valeur.patrie|patrie]]
> - [[politique.valeur.lacité]]

View File

@ -3,7 +3,7 @@ aliases:
- scandalisation of context
- rendre la contextualisation scandaleuse
---
up:: [[débat public]], [[information]], [[presse]]
up:: [[débat public]], [[médias]]
#politique
> [!definition] scandalisation du contexte

View File

@ -0,0 +1,10 @@
---
aliases:
- Bourgeoisie — Wikirouge
---
author::
source:: [[wikirouge]]
link:: https://wikirouge.net/Bourgeoisie
date-seen:: 2024-05-24
date::
#citation

View File

@ -9,8 +9,14 @@ date-seen:: 2024-05-23
date:: 2016-06-06
#citation #not-done
> [!cite] `$= dv.current().author + (" - " + dv.current().source).repeat(!!dv.current().source)`
> ...
^cite
## Interprétation
## Extraits
> [!smallquery]+ extraits de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`
> ```breadcrumbs
> title: false
> type: tree
> fields: excerpt
> dir: down
> depth: -1
> ```

View File

@ -11,4 +11,4 @@ date-seen:: 2024-04-01
> Est de droite ce qui reste dans le cadre.
> Est de gauche ce qui veut sortir du cadre et refaire le cadre.
> A cette aune, vous avez tout de suite compris : le parti socialiste est de droite.
^cite

View File

@ -1,20 +1,20 @@
---
aliases:
- (4) Étre de gauche c'est... - Frédéric Lordon - YouTube
aliases:
- est de gauche tout projet de s'opposer à la souveraineté du capital
---
author:: [[Frédéric Lordon]]
source::
source:: [[Quelles stratégies pour le changement Politique ?]]
link:: https://www.youtube.com/watch?v=EQ4i4fPKjLc
date-seen:: 2024-05-23
date:: 2021-07-06
#citation
> [!cite] `$= dv.current().author + (" - " + dv.current().source).repeat(!!dv.current().source)`
<<<<<<< HEAD
> Est de gauche tout projet de s'opposer à la souveraineté du capital.
=======
> ...
>>>>>>> 550b94cc17df4a8ef7e0378200099a593c59dd37
> [...]
> Etre de gauche, c'est soutenir un projet qui s'oppose à l'emprise du capital sur la société.
^cite
## Interprétation
## Interprétation

View File

@ -1,6 +1,8 @@
autor:: [[Emile-Auguste Chartier]]
#citation
author:: [[Emile-Auguste Chartier]]
#citation #philosphie
> [!cite] `$= [dv.current().author, dv.current().source].filter((s)=>s!=null && (s+"").length>1).join(" — ")`
> Le secret de l'action, c'est de commencer.
Alain
^cite
## Interprétation

View File

@ -19,7 +19,7 @@ date-seen::2024-03-04
^cite
## Interprétation
- argument contre la [[politique.valeur.travail]]
- argument contre la [[valeur travail]]
- opposition entre :
- ce qui est une valeur morale, un devoir, ce qui a une valeur en soi
- ce qui a une valeur marchande, ce que l'on paie, ce que l'on fait contre rémunération

View File

@ -1,7 +1,5 @@
#science/zetetique
----
# Qui les possède ?
![[qui possède les médias français.png]]

View File

@ -7,7 +7,7 @@ excalidraw-open-md: true
#fac #informatique
> [!query]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`
> [!smallquery]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`
> ```breadcrumbs
> title: false
> type: tree
@ -16,7 +16,6 @@ excalidraw-open-md: true
`$= "![[" + dv.current().file.name + ".svg|700x700]]" `
%%

View File

@ -4,8 +4,9 @@ link::
date-seen::{{DATE:yyyy-MM-DD}}
#citation
> [!cite] `$= dv.current().author + (" - " + dv.current().source).repeat(!!dv.current().source)`
> [!cite] `$= [dv.current().author, dv.current().source].filter((s)=>s!=null && (s+"").length>1).join(" — ")`
> ...
^cite
## Interprétation
## Interprétation

Some files were not shown because too many files have changed in this diff Show More