2025-05-17 11:12:06 update from obsidian (9 file·s changed)
Affected files: .obsidian/community-plugins.json .obsidian/plugins/obsidian-custom-frames/data.json .obsidian/plugins/obsidian42-strange-new-worlds/data.json .obsidian/plugins/obsidian42-strange-new-worlds/main.js .obsidian/plugins/obsidian42-strange-new-worlds/manifest.json .obsidian/plugins/obsidian42-strange-new-worlds/styles.css conférence débat avec Thomas Coutrot.md interview thomas coutrot.md parlement de circonscription.md
This commit is contained in:
parent
54e1d91e60
commit
9dcb4197c2
4
.obsidian/community-plugins.json
vendored
4
.obsidian/community-plugins.json
vendored
@ -15,6 +15,6 @@
|
|||||||
"obsidian-git",
|
"obsidian-git",
|
||||||
"wikilinks-to-mdlinks-obsidian",
|
"wikilinks-to-mdlinks-obsidian",
|
||||||
"obsidian-daily-note-outline",
|
"obsidian-daily-note-outline",
|
||||||
"github-sync",
|
"mysnippets-plugin",
|
||||||
"mysnippets-plugin"
|
"github-sync"
|
||||||
]
|
]
|
@ -5,7 +5,7 @@
|
|||||||
"displayName": "Detexify",
|
"displayName": "Detexify",
|
||||||
"icon": "type",
|
"icon": "type",
|
||||||
"hideOnMobile": true,
|
"hideOnMobile": true,
|
||||||
"addRibbonIcon": true,
|
"addRibbonIcon": false,
|
||||||
"openInCenter": false,
|
"openInCenter": false,
|
||||||
"zoomLevel": 0.95,
|
"zoomLevel": 0.95,
|
||||||
"forceIframe": false,
|
"forceIframe": false,
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"enableOnStartupDesktop": true,
|
|
||||||
"enableOnStartupMobile": true,
|
|
||||||
"minimumRefCountThreshold": 1,
|
|
||||||
"maxFileCountToDisplay": 100,
|
|
||||||
"displayIncomingFilesheader": true,
|
|
||||||
"displayInlineReferencesLivePreview": true,
|
|
||||||
"displayInlineReferencesMarkdown": true,
|
|
||||||
"displayEmbedReferencesInGutter": true,
|
|
||||||
"displayEmbedReferencesInGutterMobile": false,
|
|
||||||
"cacheUpdateInMilliseconds": 1400,
|
|
||||||
"enableRenderingBlockIdInMarkdown": true,
|
|
||||||
"enableRenderingLinksInMarkdown": true,
|
|
||||||
"enableRenderingHeadersInMarkdown": true,
|
|
||||||
"enableRenderingEmbedsInMarkdown": true,
|
|
||||||
"enableRenderingBlockIdInLivePreview": true,
|
|
||||||
"enableRenderingLinksInLivePreview": true,
|
|
||||||
"enableRenderingHeadersInLivePreview": true,
|
|
||||||
"enableRenderingEmbedsInLivePreview": true
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "obsidian42-strange-new-worlds",
|
|
||||||
"name": "Strange New Worlds",
|
|
||||||
"version": "2.3.2",
|
|
||||||
"minAppVersion": "1.7.2",
|
|
||||||
"description": "Help see how your vault is interconnected with visual indicators.",
|
|
||||||
"author": "TfTHacker",
|
|
||||||
"authorUrl": "https://twitter.com/TfTHacker",
|
|
||||||
"helpUrl": "https://tfthacker.com/SNW",
|
|
||||||
"isDesktopOnly": false,
|
|
||||||
"fundingUrl": {
|
|
||||||
"Sponsor my work": "https://tfthacker.com/sponsor"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,350 +0,0 @@
|
|||||||
body {
|
|
||||||
--snw-counter-opacity: 0.4;
|
|
||||||
--snw-icon-opacity: 0.4;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
div:has(> .snw-reference),
|
|
||||||
.snw-link-preview {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-reference {
|
|
||||||
display: inline;
|
|
||||||
font-size: var(--font-ui-smaller);
|
|
||||||
border-radius: var(--radius-s);
|
|
||||||
border: var(--border-width) dotted;
|
|
||||||
vertical-align: top;
|
|
||||||
opacity: var(--snw-counter-opacity);
|
|
||||||
min-width: 10px;
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px !important;
|
|
||||||
margin-left: 3px !important;
|
|
||||||
margin-right: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.is-mobile .snw-reference {
|
|
||||||
font-size: var(--font-ui-smaller);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Properties */
|
|
||||||
/* Have to remove the underline since text-decoration-line isn't inheritted, but then re-add ito the link */
|
|
||||||
.metadata-container .internal-link:has(.snw-frontmatter-wrapper) {
|
|
||||||
text-decoration-line: none !important;
|
|
||||||
color: unset;
|
|
||||||
cursor: unset;
|
|
||||||
|
|
||||||
.multi-select-pill-content {
|
|
||||||
text-decoration-line: underline !important;
|
|
||||||
color: var(--link-color);
|
|
||||||
cursor: var(--cursor-link);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* custom properties display */
|
|
||||||
.snw-custom-property-name {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* CM Live Preview */
|
|
||||||
.cm-content .snw-reference {
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Preview mode */
|
|
||||||
.markdown-preview-view .snw-reference {
|
|
||||||
padding-right: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-block {
|
|
||||||
padding-left: 2px;
|
|
||||||
margin-left: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-heading {
|
|
||||||
margin-left: 2px;
|
|
||||||
font-size: var(--font-ui-smaller);
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-embed {
|
|
||||||
margin-top: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-embed-preview {
|
|
||||||
top: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-link {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Hover container */
|
|
||||||
.snw-popover-container {
|
|
||||||
border-radius: var(--radius-l);
|
|
||||||
border: var(--border-width) solid var(--modal-border-color);
|
|
||||||
box-shadow: var(--shadow-s);
|
|
||||||
background-color: var(--background-primary) !important;
|
|
||||||
min-height: 100px;
|
|
||||||
width: 300px;
|
|
||||||
overflow: hidden;
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Shared reference area CSS */
|
|
||||||
|
|
||||||
.snw-ref-area {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
overflow-y: scroll;
|
|
||||||
max-height: 300px !important;
|
|
||||||
color: var(--text-normal);
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-sidepane-container>div>.snw-ref-area {
|
|
||||||
max-height: 100% !important;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-ref-area::-webkit-scrollbar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-ref-title-popover {
|
|
||||||
color: var(--text-normal);
|
|
||||||
padding-top: 5px;
|
|
||||||
padding-left: 10px;
|
|
||||||
padding-right: 5px;
|
|
||||||
padding-bottom: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
border-bottom: var(--border-width) solid var(--modal-border-color);
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-ref-title-popover-open-sidepane-icon {
|
|
||||||
width: 25px;
|
|
||||||
opacity: var(--snw-icon-opacity);
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-ref-title-popover-label {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-ref-title-side-pane {
|
|
||||||
color: var(--tab-text-color-active);
|
|
||||||
padding-top: 5px;
|
|
||||||
padding-left: 10px;
|
|
||||||
padding-right: 5px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
border-radius: var(--radius-s);
|
|
||||||
background-color: var(--titlebar-background-focused);
|
|
||||||
border: var(--border-width) solid var(--modal-border-color);
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-ref-item-container {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-ref-item-file {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-ref-item-file.tree-item-self {
|
|
||||||
align-items: flex-start !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-ref-item-collection-items {
|
|
||||||
margin-left: 1px;
|
|
||||||
margin-right: 1px;
|
|
||||||
margin-bottom: 1px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
[uic='uic']>* {
|
|
||||||
margin-top: 0px !important;
|
|
||||||
margin-bottom: 0px !important;
|
|
||||||
max-height: 230px !important;
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-ref-item-info a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: var(--text-normal) !important;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Sidepane */
|
|
||||||
|
|
||||||
.snw-sidepane-container {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-header-count-wrapper {
|
|
||||||
position: absolute;
|
|
||||||
border: var(--border-width) dotted;
|
|
||||||
font-size: var(--font-ui-smallest);
|
|
||||||
border-radius: var(--radius-s);
|
|
||||||
min-width: 18px;
|
|
||||||
min-height: 18px;
|
|
||||||
right: 20px;
|
|
||||||
opacity: var(--snw-counter-opacity);
|
|
||||||
padding: 3px;
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Modification for when Edting Toolbar plugin is used */
|
|
||||||
.view-content:has(.top.cMenuToolbarDefaultAesthetic),
|
|
||||||
.view-content:has(.top.cMenuToolbarTinyAesthetic) {
|
|
||||||
.snw-header-count-wrapper {
|
|
||||||
top: 80px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-content:has(.top.cMenuToolbarGlassAesthetic) {
|
|
||||||
.snw-header-count-wrapper {
|
|
||||||
top: 70px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-header-count {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-sidepane-container {
|
|
||||||
padding: 10px;
|
|
||||||
overflow: scroll;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-sidepane-header {
|
|
||||||
font-weight: bold;
|
|
||||||
padding-top: 5px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-sidepane-header-references-header {
|
|
||||||
font-weight: bold;
|
|
||||||
padding-top: 15px;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-sidepane-references {
|
|
||||||
margin-top: 0px;
|
|
||||||
padding-left: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-sidepane-reference-item {
|
|
||||||
padding-bottom: 5px;
|
|
||||||
line-height: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-sidepane-loading {
|
|
||||||
color: var(--text-muted);
|
|
||||||
margin-top: 15px;
|
|
||||||
margin-left: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-sidepane-loading-subtext {
|
|
||||||
color: var(--text-faint);
|
|
||||||
font-style: italic;
|
|
||||||
margin-top: 10px;
|
|
||||||
font-size: small;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-gutter-ref {
|
|
||||||
/* margin-right: 6px; */
|
|
||||||
}
|
|
||||||
|
|
||||||
.cm-gutters {
|
|
||||||
z-index: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-breadcrumbs {
|
|
||||||
display: flex;
|
|
||||||
align-items: baseline;
|
|
||||||
border-bottom: 1px solid var(--background-modifier-border);
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-breadcrumbs>span {
|
|
||||||
margin-right: 1ch;
|
|
||||||
border: 1px solid var(--background-modifier-border);
|
|
||||||
border-radius: var(--radius-s);
|
|
||||||
font-weight: bold;
|
|
||||||
padding-left: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* .tippy-box settings to avoid conflicts with other plugins */
|
|
||||||
.snw-tippy .tippy-box {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-tippy .tippy-content {
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-tippy .tippy-arrow {
|
|
||||||
width: 0px;
|
|
||||||
height: 0px;
|
|
||||||
color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Dropdown options */
|
|
||||||
.snw-sort-dropdown-wrapper {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-sort-dropdown-button {
|
|
||||||
border: none !important;
|
|
||||||
box-shadow: none !important;
|
|
||||||
width: 35px;
|
|
||||||
background-color: unset !important;
|
|
||||||
opacity: var(--snw-icon-opacity);
|
|
||||||
|
|
||||||
>svg {
|
|
||||||
width: 25px;
|
|
||||||
color: var(--tab-text-color-focused) !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-sort-dropdown-list {
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
top: 15px;
|
|
||||||
width: 90px;
|
|
||||||
padding: 5px;
|
|
||||||
z-index: 1;
|
|
||||||
border: 3px solid var(--divider-color);
|
|
||||||
border-radius: 2px;
|
|
||||||
background-color: var(--background-primary);
|
|
||||||
overflow-y: auto;
|
|
||||||
list-style: none;
|
|
||||||
color: var(--nav-item-color);
|
|
||||||
font-size: var(--nav-item-size);
|
|
||||||
font-weight: var(--nav-item-weight);
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-sort-dropdown-list-item {
|
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-sort-dropdown-list-item:hover {
|
|
||||||
background-color: var(--background-modifier-hover);
|
|
||||||
}
|
|
||||||
|
|
||||||
.snw-sort-dropdown-list-item-label {
|
|
||||||
padding-left: 5px;
|
|
||||||
position: relative;
|
|
||||||
bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* prevent printing of reference numbers */
|
|
||||||
@media print {
|
|
||||||
.snw-reference {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
aliases:
|
|
||||||
up:
|
|
||||||
- "[[GT démocratie au travail]]"
|
|
||||||
tags:
|
|
||||||
- s/politique
|
|
||||||
---
|
|
||||||
|
|
||||||
# Invités
|
|
||||||
- Thomas Coutrot
|
|
@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
up:
|
up:
|
||||||
|
- "[[GT démocratie au travail]]"
|
||||||
tags:
|
tags:
|
||||||
|
- s/politique
|
||||||
---
|
---
|
||||||
|
|
||||||
# Sur les lois auroux
|
# Sur les lois auroux
|
||||||
|
@ -12,3 +12,4 @@ show-attributes: [field]
|
|||||||
field-groups: [downs]
|
field-groups: [downs]
|
||||||
depth: [0, 0]
|
depth: [0, 0]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user