vault backup: 2024-07-25 22:51:58
This commit is contained in:
parent
89cd1f5850
commit
41fb702a59
9 changed files with 0 additions and 8608 deletions
2
.obsidian/community-plugins.json
vendored
2
.obsidian/community-plugins.json
vendored
|
@ -1,9 +1,7 @@
|
||||||
[
|
[
|
||||||
"obsidian-style-settings",
|
"obsidian-style-settings",
|
||||||
"obsidian-icon-folder",
|
|
||||||
"pf2-action-icons",
|
"pf2-action-icons",
|
||||||
"pf2e-statblocks",
|
"pf2e-statblocks",
|
||||||
"obsidian-leaflet-plugin",
|
|
||||||
"obsidian-5e-statblocks",
|
"obsidian-5e-statblocks",
|
||||||
"obsidian-git",
|
"obsidian-git",
|
||||||
"webpage-html-export"
|
"webpage-html-export"
|
||||||
|
|
38
.obsidian/plugins/obsidian-icon-folder/data.json
vendored
38
.obsidian/plugins/obsidian-icon-folder/data.json
vendored
|
@ -1,38 +0,0 @@
|
||||||
{
|
|
||||||
"settings": {
|
|
||||||
"migrated": 6,
|
|
||||||
"iconPacksPath": ".obsidian/icons",
|
|
||||||
"fontSize": 16,
|
|
||||||
"emojiStyle": "native",
|
|
||||||
"iconColor": null,
|
|
||||||
"recentlyUsedIcons": [
|
|
||||||
"🧠",
|
|
||||||
"LiFileKey",
|
|
||||||
"👥",
|
|
||||||
"LiGlobe2",
|
|
||||||
"🕷"
|
|
||||||
],
|
|
||||||
"recentlyUsedIconsSize": 5,
|
|
||||||
"rules": [],
|
|
||||||
"extraMargin": {
|
|
||||||
"top": 0,
|
|
||||||
"right": 4,
|
|
||||||
"bottom": 0,
|
|
||||||
"left": 0
|
|
||||||
},
|
|
||||||
"iconInTabsEnabled": false,
|
|
||||||
"iconInTitleEnabled": false,
|
|
||||||
"iconInTitlePosition": "above",
|
|
||||||
"iconInFrontmatterEnabled": false,
|
|
||||||
"iconInFrontmatterFieldName": "icon",
|
|
||||||
"iconColorInFrontmatterFieldName": "iconColor",
|
|
||||||
"iconsBackgroundCheckEnabled": false,
|
|
||||||
"iconsInNotesEnabled": true,
|
|
||||||
"iconsInLinksEnabled": true,
|
|
||||||
"iconIdentifier": ":",
|
|
||||||
"lucideIconPackType": "native",
|
|
||||||
"debugMode": false
|
|
||||||
},
|
|
||||||
"Wiki": "LiGlobe2",
|
|
||||||
"Personajes": "👥"
|
|
||||||
}
|
|
7046
.obsidian/plugins/obsidian-icon-folder/main.js
vendored
7046
.obsidian/plugins/obsidian-icon-folder/main.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"id": "obsidian-icon-folder",
|
|
||||||
"name": "Iconize",
|
|
||||||
"version": "2.14.3",
|
|
||||||
"minAppVersion": "0.9.12",
|
|
||||||
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
|
|
||||||
"author": "Florian Woelki",
|
|
||||||
"authorUrl": "https://florianwoelki.com/",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
119
.obsidian/plugins/obsidian-icon-folder/styles.css
vendored
119
.obsidian/plugins/obsidian-icon-folder/styles.css
vendored
|
@ -1,119 +0,0 @@
|
||||||
.iconize-inline-title-wrapper {
|
|
||||||
width: var(--line-width);
|
|
||||||
margin-inline: var(--content-margin);
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconize-title-icon {
|
|
||||||
max-width: var(--max-width);
|
|
||||||
margin-right: var(--size-4-2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconize-icon-in-link {
|
|
||||||
transform: translateY(20%);
|
|
||||||
margin-right: var(--size-2-2);
|
|
||||||
display: inline-flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconize-icon {
|
|
||||||
border: 1px solid transparent;
|
|
||||||
margin: 0px 4px 0px 0px;
|
|
||||||
display: flex;
|
|
||||||
align-self: center;
|
|
||||||
margin: auto 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-folder-title,
|
|
||||||
.nav-file-title {
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconize-setting input[type='color'] {
|
|
||||||
margin: 0 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconize-modal.prompt-results {
|
|
||||||
margin: 0;
|
|
||||||
overflow-y: auto;
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
||||||
}
|
|
||||||
|
|
||||||
.prompt .iconize-subheadline {
|
|
||||||
margin-top: 12px;
|
|
||||||
font-size: 12px;
|
|
||||||
color: gray;
|
|
||||||
grid-column-start: 1;
|
|
||||||
grid-column-end: 6;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 640px) {
|
|
||||||
.iconize-modal.prompt-results {
|
|
||||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
||||||
}
|
|
||||||
.prompt .iconize-subheadline {
|
|
||||||
grid-column-end: 4;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconize-modal.prompt-results .suggestion-item {
|
|
||||||
cursor: pointer;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
display: flex;
|
|
||||||
justify-content: flex-end;
|
|
||||||
align-items: center;
|
|
||||||
flex-direction: column-reverse;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 13px;
|
|
||||||
color: var(--text-muted);
|
|
||||||
padding: 16px 8px;
|
|
||||||
line-break: auto;
|
|
||||||
word-break: break-word;
|
|
||||||
line-height: 1.3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconize-modal.prompt-results .suggestion-item.suggestion-item__center {
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconize-icon-preview {
|
|
||||||
font-size: 22px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconize-icon-preview img {
|
|
||||||
width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconize-icon-preview svg {
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
color: currentColor;
|
|
||||||
margin-bottom: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconize-dragover {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconize-dragover-el {
|
|
||||||
position: absolute;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
color: var(--text-normal);
|
|
||||||
background-color: var(--background-secondary-alt);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Custom rule modal. */
|
|
||||||
.iconize-custom-modal .modal-content {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconize-custom-modal .modal-content input {
|
|
||||||
width: 100%;
|
|
||||||
margin-right: 0.5rem;
|
|
||||||
}
|
|
|
@ -1,67 +0,0 @@
|
||||||
{
|
|
||||||
"mapMarkers": [
|
|
||||||
{
|
|
||||||
"id": "inner-sea",
|
|
||||||
"lastAccessed": 1721923455305,
|
|
||||||
"markers": [
|
|
||||||
{
|
|
||||||
"id": "ID_7a2a9a5bda9a",
|
|
||||||
"type": "default",
|
|
||||||
"loc": [
|
|
||||||
-1.6900672912597656,
|
|
||||||
2.9861106872558594
|
|
||||||
],
|
|
||||||
"layer": "%5B%5Bmapa.png%5D%5D",
|
|
||||||
"mutable": true,
|
|
||||||
"command": false,
|
|
||||||
"percent": [
|
|
||||||
0.7407406355983527,
|
|
||||||
0.3148888111808588
|
|
||||||
],
|
|
||||||
"description": "Aelindor",
|
|
||||||
"minZoom": null,
|
|
||||||
"maxZoom": null,
|
|
||||||
"tooltip": "hover"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"overlays": [],
|
|
||||||
"shapes": [],
|
|
||||||
"files": []
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"defaultMarker": {
|
|
||||||
"type": "default",
|
|
||||||
"iconName": "map-marker",
|
|
||||||
"color": "#dddddd",
|
|
||||||
"transform": {
|
|
||||||
"size": 6,
|
|
||||||
"x": 0,
|
|
||||||
"y": -2
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"markerIcons": [],
|
|
||||||
"color": "#dddddd",
|
|
||||||
"lat": 39.983334,
|
|
||||||
"long": -82.98333,
|
|
||||||
"notePreview": false,
|
|
||||||
"layerMarkers": true,
|
|
||||||
"previousVersion": "6.0.5",
|
|
||||||
"version": {
|
|
||||||
"major": 6,
|
|
||||||
"minor": 0,
|
|
||||||
"patch": 5
|
|
||||||
},
|
|
||||||
"warnedAboutMapMarker": false,
|
|
||||||
"copyOnClick": false,
|
|
||||||
"displayMarkerTooltips": "hover",
|
|
||||||
"displayOverlayTooltips": true,
|
|
||||||
"configDirectory": null,
|
|
||||||
"mapViewEnabled": true,
|
|
||||||
"mapViewParameters": {},
|
|
||||||
"enableDraw": true,
|
|
||||||
"defaultUnitType": "imperial",
|
|
||||||
"defaultTile": "https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png",
|
|
||||||
"defaultTileDark": "https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png",
|
|
||||||
"defaultAttribution": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors © <a href=\"https://carto.com/attributions\">CARTO</a>",
|
|
||||||
"defaultTileSubdomains": "a,b,c,d"
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"id": "obsidian-leaflet-plugin",
|
|
||||||
"name": "Leaflet",
|
|
||||||
"description": "Interactive maps inside your notes",
|
|
||||||
"version": "6.0.5",
|
|
||||||
"minAppVersion": "0.12.12",
|
|
||||||
"author": "Jeremy Valentine",
|
|
||||||
"repo": "valentine195/obsidian-leaflet-plugin",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
1314
.obsidian/plugins/obsidian-leaflet-plugin/styles.css
vendored
1314
.obsidian/plugins/obsidian-leaflet-plugin/styles.css
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue