This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
public/
|
||||||
12
.obsidian/app.json
vendored
12
.obsidian/app.json
vendored
@@ -1 +1,11 @@
|
|||||||
{}
|
{
|
||||||
|
"alwaysUpdateLinks": true,
|
||||||
|
"promptDelete": false,
|
||||||
|
"livePreview": false,
|
||||||
|
"pdfExportSettings": {
|
||||||
|
"pageSize": "Letter",
|
||||||
|
"landscape": false,
|
||||||
|
"margin": "0",
|
||||||
|
"downscalePercent": 100
|
||||||
|
}
|
||||||
|
}
|
||||||
5
.obsidian/appearance.json
vendored
5
.obsidian/appearance.json
vendored
@@ -1 +1,4 @@
|
|||||||
{}
|
{
|
||||||
|
"cssTheme": "ITS Theme",
|
||||||
|
"accentColor": ""
|
||||||
|
}
|
||||||
11
.obsidian/community-plugins.json
vendored
11
.obsidian/community-plugins.json
vendored
@@ -1,3 +1,12 @@
|
|||||||
[
|
[
|
||||||
"obsidian-git"
|
"obsidian-excalidraw-plugin",
|
||||||
|
"obsidian-git",
|
||||||
|
"obsidian-icon-folder",
|
||||||
|
"obsidian-kanban",
|
||||||
|
"obsidian-style-settings",
|
||||||
|
"obsidian-leaflet-plugin",
|
||||||
|
"obsidian-5e-statblocks",
|
||||||
|
"obsidian-statusbar-pomo",
|
||||||
|
"obsidian-dice-roller",
|
||||||
|
"dataview"
|
||||||
]
|
]
|
||||||
10
.obsidian/core-plugins.json
vendored
10
.obsidian/core-plugins.json
vendored
@@ -7,8 +7,7 @@
|
|||||||
"canvas": true,
|
"canvas": true,
|
||||||
"outgoing-link": true,
|
"outgoing-link": true,
|
||||||
"tag-pane": true,
|
"tag-pane": true,
|
||||||
"footnotes": false,
|
"properties": false,
|
||||||
"properties": true,
|
|
||||||
"page-preview": true,
|
"page-preview": true,
|
||||||
"daily-notes": true,
|
"daily-notes": true,
|
||||||
"templates": true,
|
"templates": true,
|
||||||
@@ -27,7 +26,8 @@
|
|||||||
"workspaces": false,
|
"workspaces": false,
|
||||||
"file-recovery": true,
|
"file-recovery": true,
|
||||||
"publish": false,
|
"publish": false,
|
||||||
"sync": true,
|
"sync": false,
|
||||||
"bases": true,
|
"webviewer": false,
|
||||||
"webviewer": false
|
"footnotes": false,
|
||||||
|
"bases": true
|
||||||
}
|
}
|
||||||
4
.obsidian/graph.json
vendored
4
.obsidian/graph.json
vendored
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"collapse-filter": true,
|
"collapse-filter": true,
|
||||||
"search": "",
|
"search": "path:Notas ",
|
||||||
"showTags": false,
|
"showTags": false,
|
||||||
"showAttachments": false,
|
"showAttachments": false,
|
||||||
"hideUnresolved": false,
|
"hideUnresolved": false,
|
||||||
@@ -17,6 +17,6 @@
|
|||||||
"repelStrength": 10,
|
"repelStrength": 10,
|
||||||
"linkStrength": 1,
|
"linkStrength": 1,
|
||||||
"linkDistance": 250,
|
"linkDistance": 250,
|
||||||
"scale": 1,
|
"scale": 0.3695994127334932,
|
||||||
"close": true
|
"close": true
|
||||||
}
|
}
|
||||||
BIN
.obsidian/icons/rpg-awesome.zip
vendored
Normal file
BIN
.obsidian/icons/rpg-awesome.zip
vendored
Normal file
Binary file not shown.
20876
.obsidian/plugins/dataview/main.js
vendored
Normal file
20876
.obsidian/plugins/dataview/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/dataview/manifest.json
vendored
Normal file
11
.obsidian/plugins/dataview/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"id": "dataview",
|
||||||
|
"name": "Dataview",
|
||||||
|
"version": "0.5.68",
|
||||||
|
"minAppVersion": "0.13.11",
|
||||||
|
"description": "Complex data views for the data-obsessed.",
|
||||||
|
"author": "Michael Brenan <blacksmithgu@gmail.com>",
|
||||||
|
"authorUrl": "https://github.com/blacksmithgu",
|
||||||
|
"helpUrl": "https://blacksmithgu.github.io/obsidian-dataview/",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
141
.obsidian/plugins/dataview/styles.css
vendored
Normal file
141
.obsidian/plugins/dataview/styles.css
vendored
Normal file
@@ -0,0 +1,141 @@
|
|||||||
|
.block-language-dataview {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*****************/
|
||||||
|
/** Table Views **/
|
||||||
|
/*****************/
|
||||||
|
|
||||||
|
/* List View Default Styling; rendered internally as a table. */
|
||||||
|
.table-view-table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-view-table > thead > tr, .table-view-table > tbody > tr {
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-view-table > tbody > tr:hover {
|
||||||
|
background-color: var(--table-row-background-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-view-table > thead > tr > th {
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: larger;
|
||||||
|
border-top: none;
|
||||||
|
border-left: none;
|
||||||
|
border-right: none;
|
||||||
|
border-bottom: solid;
|
||||||
|
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-view-table > tbody > tr > td {
|
||||||
|
text-align: left;
|
||||||
|
border: none;
|
||||||
|
font-weight: 400;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-view-table ul, .table-view-table ol {
|
||||||
|
margin-block-start: 0.2em !important;
|
||||||
|
margin-block-end: 0.2em !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Rendered value styling for any view. */
|
||||||
|
.dataview-result-list-root-ul {
|
||||||
|
padding: 0em !important;
|
||||||
|
margin: 0em !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataview-result-list-ul {
|
||||||
|
margin-block-start: 0.2em !important;
|
||||||
|
margin-block-end: 0.2em !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Generic grouping styling. */
|
||||||
|
.dataview.result-group {
|
||||||
|
padding-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*******************/
|
||||||
|
/** Inline Fields **/
|
||||||
|
/*******************/
|
||||||
|
|
||||||
|
.dataview.inline-field-key {
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-right: 8px;
|
||||||
|
font-family: var(--font-monospace);
|
||||||
|
background-color: var(--background-primary-alt);
|
||||||
|
color: var(--nav-item-color-selected);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataview.inline-field-value {
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-right: 8px;
|
||||||
|
font-family: var(--font-monospace);
|
||||||
|
background-color: var(--background-secondary-alt);
|
||||||
|
color: var(--nav-item-color-selected);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataview.inline-field-standalone-value {
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-right: 8px;
|
||||||
|
font-family: var(--font-monospace);
|
||||||
|
background-color: var(--background-secondary-alt);
|
||||||
|
color: var(--nav-item-color-selected);
|
||||||
|
}
|
||||||
|
|
||||||
|
/***************/
|
||||||
|
/** Task View **/
|
||||||
|
/***************/
|
||||||
|
|
||||||
|
.dataview.task-list-item, .dataview.task-list-basic-item {
|
||||||
|
margin-top: 3px;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
transition: 0.4s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataview.task-list-item:hover, .dataview.task-list-basic-item:hover {
|
||||||
|
background-color: var(--text-selection);
|
||||||
|
box-shadow: -40px 0 0 var(--text-selection);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*****************/
|
||||||
|
/** Error Views **/
|
||||||
|
/*****************/
|
||||||
|
|
||||||
|
div.dataview-error-box {
|
||||||
|
width: 100%;
|
||||||
|
min-height: 150px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
border: 4px dashed var(--background-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataview-error-message {
|
||||||
|
color: var(--text-muted);
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*************************/
|
||||||
|
/** Additional Metadata **/
|
||||||
|
/*************************/
|
||||||
|
|
||||||
|
.dataview.small-text {
|
||||||
|
font-size: smaller;
|
||||||
|
color: var(--text-muted);
|
||||||
|
margin-left: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataview.small-text::before {
|
||||||
|
content: "(";
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataview.small-text::after {
|
||||||
|
content: ")";
|
||||||
|
}
|
||||||
303
.obsidian/plugins/editing-toolbar/data.json
vendored
Normal file
303
.obsidian/plugins/editing-toolbar/data.json
vendored
Normal file
@@ -0,0 +1,303 @@
|
|||||||
|
{
|
||||||
|
"aestheticStyle": "default",
|
||||||
|
"positionStyle": "top",
|
||||||
|
"menuCommands": [
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor-undo",
|
||||||
|
"name": "undo editor",
|
||||||
|
"icon": "undo-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor-redo",
|
||||||
|
"name": "redo editor",
|
||||||
|
"icon": "redo-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:format-eraser",
|
||||||
|
"name": "Clear text formatting",
|
||||||
|
"icon": "<svg width=\"18\" height=\"18\" focusable=\"false\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\"><g transform=\"scale(1, -1) translate(0, -896) scale(0.9, 0.9) \"><path class=\"path\" d=\"M889 512 l-211 211 q-26 27 -61 36 q-35 9 -70 0 q-35 -9 -61 -36 l-351 -350 q-26 -27 -35.5 -62 q-9.5 -35 0 -70 q9.5 -35 35.5 -61 l170 -170 q12 -12 29 -12 l215 0 q17 0 29 12 l311 310 q26 26 35.5 61 q9.5 35 0 70 q-9.5 35 -35.5 61 ZM831 453 q15 -15 15.5 -36.5 q0.5 -21.5 -14.5 -37.5 l-300 -298 l-181 0 l-158 158 q-15 15 -15 37 q0 22 15 38 l351 351 q16 16 38 16 q22 0 37 -16 l212 -212 ZM686 217 l-59 -59 l-317 315 l58 59 l318 -315 ZM883 81 q18 0 30.5 -12 q12.5 -12 12.5 -29 q0 -17 -12.5 -29 q-12.5 -12 -29.5 -13 l-456 0 q-17 0 -29.5 12 q-12.5 12 -12.5 29 q0 17 12 29 q12 12 29 13 l456 0 Z\"></path></g></svg>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:header2-text",
|
||||||
|
"name": "Header 2",
|
||||||
|
"icon": "header-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:header3-text",
|
||||||
|
"name": "Header 3",
|
||||||
|
"icon": "header-3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "SubmenuCommands-header",
|
||||||
|
"name": "submenu",
|
||||||
|
"icon": "header-n",
|
||||||
|
"SubmenuCommands": [
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:header1-text",
|
||||||
|
"name": "Header 1",
|
||||||
|
"icon": "header-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:header4-text",
|
||||||
|
"name": "Header 4",
|
||||||
|
"icon": "header-4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:header5-text",
|
||||||
|
"name": "Header 5",
|
||||||
|
"icon": "header-5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:header6-text",
|
||||||
|
"name": "Header 6",
|
||||||
|
"icon": "header-6"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:toggle-bold",
|
||||||
|
"name": "Toggle bold",
|
||||||
|
"icon": "bold-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:toggle-italics",
|
||||||
|
"name": "Toggle italics",
|
||||||
|
"icon": "italic-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:toggle-strikethrough",
|
||||||
|
"name": "Toggle strikethrough",
|
||||||
|
"icon": "strikethrough-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:underline",
|
||||||
|
"name": "Toggle underline",
|
||||||
|
"icon": "underline-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editor:toggle-highlight",
|
||||||
|
"name": "==Toggle highlight ==",
|
||||||
|
"icon": "highlight-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "SubmenuCommands-lucdf3en5",
|
||||||
|
"name": "submenu",
|
||||||
|
"icon": "edit",
|
||||||
|
"SubmenuCommands": [
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor-copy",
|
||||||
|
"name": " copy ",
|
||||||
|
"icon": "lucide-copy"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor-cut",
|
||||||
|
"name": " cut ",
|
||||||
|
"icon": "lucide-scissors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor-paste",
|
||||||
|
"name": "paste ",
|
||||||
|
"icon": "lucide-clipboard-type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:swap-line-down",
|
||||||
|
"name": "swap line down",
|
||||||
|
"icon": "lucide-corner-right-down"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:swap-line-up",
|
||||||
|
"name": "swap line up",
|
||||||
|
"icon": "lucide-corner-right-up"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:attach-file",
|
||||||
|
"name": "upload attach file",
|
||||||
|
"icon": "lucide-paperclip"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:insert-table",
|
||||||
|
"name": "Toggle table",
|
||||||
|
"icon": "lucide-table"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:cycle-list-checklist",
|
||||||
|
"name": "Toggle cycle list checklist",
|
||||||
|
"icon": "check-circle"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "SubmenuCommands-luc8efull",
|
||||||
|
"name": "submenu",
|
||||||
|
"icon": "message-square",
|
||||||
|
"SubmenuCommands": [
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:toggle-blockquote",
|
||||||
|
"name": "Toggle blockquote",
|
||||||
|
"icon": "lucide-text-quote"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:insert-callout",
|
||||||
|
"name": "Toggle Callout ",
|
||||||
|
"icon": "lucide-quote"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "SubmenuCommands-mdcmder",
|
||||||
|
"name": "submenu",
|
||||||
|
"icon": "<svg width=\"18\" height=\"18\" focusable=\"false\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\"><g transform=\"scale(1, -1) translate(0, -896) scale(0.9, 0.9) \"><path class=\"path\" d=\"M464 608 l0 -568 q0 -3 -2.5 -5.5 q-2.5 -2.5 -5.5 -2.5 l-80 0 q-3 0 -5.5 2.5 q-2.5 2.5 -2.5 5.5 l0 568 l-232 0 q-3 0 -5.5 2.5 q-2.5 2.5 -2.5 5.5 l0 80 q0 3 2.5 5.5 q2.5 2.5 5.5 2.5 l560 0 q3 0 5.5 -2.5 q2.5 -2.5 2.5 -5.5 l0 -80 q0 -3 -2.5 -5.5 q-2.5 -2.5 -5.5 -2.5 l-232 0 ZM864 696 q17 0 28.5 11.5 q11.5 11.5 11.5 28.5 q0 17 -11.5 28.5 q-11.5 11.5 -28.5 11.5 q-17 0 -28.5 -11.5 q-11.5 -11.5 -11.5 -28.5 q0 -17 11.5 -28.5 q11.5 -11.5 28.5 -11.5 ZM864 640 q-40 0 -68 28 q-28 28 -28 68 q0 40 28 68 q28 28 68 28 q40 0 68 -28 q28 -28 28 -68 q0 -40 -28 -68 q-28 -28 -68 -28 ZM576 322 l0 -63 q0 -3 2 -5 l89 -70 l-89 -70 q-2 -2 -2 -5 l0 -63 q0 -4 3.5 -5.5 q3.5 -1.5 6.5 0.5 l170 133 q4 3 4.5 8.5 q0.5 5.5 -2.5 9.5 l-2 2 l-170 133 q-3 2 -6.5 0.5 q-3.5 -1.5 -3.5 -5.5 ZM256 322 l0 -63 q0 -3 -2 -5 l-89 -70 l89 -70 q2 -2 2 -5 l0 -63 q0 -4 -3.5 -5.5 q-3.5 -1.5 -6.5 0.5 l-170 133 q-4 3 -4.5 8.5 q-0.5 5.5 2.5 9.5 l2 2 l170 133 q3 2 6.5 0.5 q3.5 -1.5 3.5 -5.5 Z\"></path></g></svg>",
|
||||||
|
"SubmenuCommands": [
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:superscript",
|
||||||
|
"name": "Toggle superscript",
|
||||||
|
"icon": "superscript-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:subscript",
|
||||||
|
"name": "Toggle subscript",
|
||||||
|
"icon": "subscript-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:toggle-code",
|
||||||
|
"name": "inline code",
|
||||||
|
"icon": "code-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:codeblock",
|
||||||
|
"name": "Toggle codeblock",
|
||||||
|
"icon": "codeblock-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:insert-wikilink",
|
||||||
|
"name": "insert wikilink [[]]",
|
||||||
|
"icon": "<svg width=\"15\" height=\"15\" focusable=\"false\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\"><g transform=\"scale(1, -1) translate(0, -896) scale(0.9, 0.9) \"><path class=\"path\" d=\"M306 134 l91 0 q1 0 1 -8 l0 -80 q0 -8 -1 -8 l-91 0 q-1 0 -1 7 q0 -8 -5 -8 l-45 0 q-5 0 -5 8 l0 784 q0 8 5 8 l45 0 q5 0 5 -8 q0 8 1 8 l91 0 q1 0 1 -8 l0 -80 q0 -8 -1 -8 l-91 0 q-1 0 -1 8 l0 -623 q0 8 1 8 ZM139 134 l91 0 q1 0 1 -8 l0 -80 q0 -8 -1 -8 l-91 0 q-1 0 -1 7 q0 -8 -5 -8 l-45 0 q-5 0 -5 8 l0 784 q0 8 5 8 l45 0 q5 0 5 -8 q0 8 1 8 l91 0 q1 0 1 -8 l0 -80 q0 -8 -1 -8 l-91 0 q-1 0 -1 8 l0 -623 q0 8 1 8 ZM711 134 q1 0 1 -8 l0 623 q0 -8 -1 -8 l-91 0 q-1 0 -1 8 l0 80 q0 8 1 8 l91 0 q1 0 1 -8 q0 8 4 8 l46 0 q4 0 4 -8 l0 -784 q0 -8 -4 -8 l-46 0 q-4 0 -4 8 q0 -7 -1 -7 l-91 0 q-1 0 -1 8 l0 80 q0 8 1 8 l91 0 ZM878 134 q1 0 1 -8 l0 623 q0 -8 -1 -8 l-91 0 q-1 0 -1 8 l0 80 q0 8 1 8 l91 0 q1 0 1 -8 q0 8 5 8 l45 0 q4 0 4 -8 l0 -784 q0 -8 -4 -8 l-45 0 q-5 0 -5 8 q0 -7 -1 -7 l-91 0 q-1 0 -1 8 l0 80 q0 8 1 8 l91 0 Z\"></path></g></svg>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:insert-embed",
|
||||||
|
"name": "insert embed ![[]]",
|
||||||
|
"icon": "note-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:insert-link",
|
||||||
|
"name": "insert link []()",
|
||||||
|
"icon": "link-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:hrline",
|
||||||
|
"name": "Horizontal divider",
|
||||||
|
"icon": "<svg width=\"18\" height=\"18\" focusable=\"false\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\"><g transform=\"scale(1, -1) translate(0, -896) scale(0.9, 0.9) \"><path class=\"path\" d=\"M912 424 l0 -80 q0 -3 -2.5 -5.5 q-2.5 -2.5 -5.5 -2.5 l-784 0 q-3 0 -5.5 2.5 q-2.5 2.5 -2.5 5.5 l0 80 q0 3 2.5 5.5 q2.5 2.5 5.5 2.5 l784 0 q3 0 5.5 -2.5 q2.5 -2.5 2.5 -5.5 Z\"></path></g></svg>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:toggle-inline-math",
|
||||||
|
"name": "Toggle inline math",
|
||||||
|
"icon": "lucide-sigma"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:insert-mathblock",
|
||||||
|
"name": "Toggle MathBlock",
|
||||||
|
"icon": "lucide-sigma-square"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "SubmenuCommands-list",
|
||||||
|
"name": "submenu-list",
|
||||||
|
"icon": "bullet-list-glyph",
|
||||||
|
"SubmenuCommands": [
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:editor:toggle-checklist-status",
|
||||||
|
"name": "checklist",
|
||||||
|
"icon": "checkbox-glyph"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editor:toggle-numbered-list",
|
||||||
|
"name": "numbered list",
|
||||||
|
"icon": "<svg width=\"18\" height=\"18\" focusable=\"false\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\"><g transform=\"scale(1, -1) translate(0, -896) scale(0.9, 0.9) \"><path class=\"path\" d=\"M860 424 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-457 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l457 0 ZM860 756 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-457 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l457 0 ZM860 92 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-457 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l457 0 ZM264 136 l-3 -3 l-51 -57 l56 0 q14 0 24.5 -10 q10.5 -10 11.5 -25 l0 -1 q0 -15 -10.5 -25.5 q-10.5 -10.5 -24.5 -10.5 l-137 0 q-15 0 -25 10 q-10 10 -11 24.5 q-1 14.5 9 25.5 l63 70 l49 54 q7 7 7 16.5 q0 9.5 -7.5 16.5 q-7.5 7 -18.5 7 q-11 0 -18.5 -6.5 q-7.5 -6.5 -8.5 -16.5 l0 0 q0 -15 -10.5 -25.5 q-10.5 -10.5 -25.5 -10.5 q-15 0 -25.5 10.5 q-10.5 10.5 -10.5 25.5 q0 26 13.5 47.5 q13.5 21.5 36 34.5 q22.5 13 49 13 q26.5 0 49.5 -13 q23 -13 36 -34.5 q13 -21.5 13 -47.5 q0 -20 -7.5 -37.5 q-7.5 -17.5 -21.5 -30.5 l-1 -1 ZM173 794 q11 11 25 10.5 q14 -0.5 24.5 -10.5 q10.5 -10 10.5 -25 l0 -293 q0 -15 -10 -25.5 q-10 -10.5 -25 -10.5 q-15 0 -25.5 10 q-10.5 10 -11.5 25 l0 211 q-10 -8 -23.5 -7 q-13.5 1 -22.5 11 l-1 0 q-10 11 -9.5 25.5 q0.5 14.5 10.5 24.5 l58 54 Z\"></path></g></svg>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editor:toggle-bullet-list",
|
||||||
|
"name": "bullet list",
|
||||||
|
"icon": "<svg width=\"18\" height=\"18\" focusable=\"false\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\"><g transform=\"scale(1, -1) translate(0, -896) scale(0.9, 0.9) \"><path class=\"path\" d=\"M860 424 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-477 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l477 0 ZM860 756 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-477 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l477 0 ZM860 92 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-477 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l477 0 ZM176 716 l0 0 ZM112 716 q0 -27 18.5 -45.5 q18.5 -18.5 45.5 -18.5 q27 0 45.5 18.5 q18.5 18.5 18.5 45.5 q0 27 -18.5 45.5 q-18.5 18.5 -45.5 18.5 q-27 0 -45.5 -18.5 q-18.5 -18.5 -18.5 -45.5 ZM176 384 l0 0 ZM112 384 q0 -27 18.5 -45.5 q18.5 -18.5 45.5 -18.5 q27 0 45.5 18.5 q18.5 18.5 18.5 45.5 q0 27 -18.5 45.5 q-18.5 18.5 -45.5 18.5 q-27 0 -45.5 -18.5 q-18.5 -18.5 -18.5 -45.5 ZM176 52 l0 0 ZM112 52 q0 -27 18.5 -45.5 q18.5 -18.5 45.5 -18.5 q27 0 45.5 18.5 q18.5 18.5 18.5 45.5 q0 27 -18.5 45.5 q-18.5 18.5 -45.5 18.5 q-27 0 -45.5 -18.5 q-18.5 -18.5 -18.5 -45.5 Z\"></path></g></svg>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:undent-list",
|
||||||
|
"name": "unindent-list",
|
||||||
|
"icon": "<svg width=\"18\" height=\"18\" focusable=\"false\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\"><g transform=\"scale(1, -1) translate(0, -896) scale(0.9, 0.9) \"><path class=\"path\" d=\"M872 302 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-429 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l429 0 ZM872 542 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-429 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l429 0 ZM872 784 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-721 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l721 0 ZM872 62 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-721 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l721 0 ZM244 534 l-123 -122 q-8 -7 -8 -18 q0 -11 8 -18 l123 -122 q8 -7 19 -7 q11 0 18.5 7.5 q7.5 7.5 7.5 18.5 l0 242 q0 11 -7.5 18.5 q-7.5 7.5 -18.5 7.5 q-11 0 -19 -7 Z\"></path></g></svg>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:indent-list",
|
||||||
|
"name": "indent list",
|
||||||
|
"icon": "<svg width=\"18\" height=\"18\" focusable=\"false\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\"><g transform=\"scale(1, -1) translate(0, -896) scale(0.9, 0.9) \"><path class=\"path\" d=\"M872 302 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-429 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l429 0 ZM872 542 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-429 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l429 0 ZM872 784 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-721 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l721 0 ZM872 62 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-721 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l721 0 ZM158 534 l124 -122 q7 -7 7 -18 q0 -11 -7 -18 l-124 -122 q-7 -7 -18 -7 q-11 0 -19 7.5 q-8 7.5 -8 18.5 l0 242 q0 11 8 18.5 q8 7.5 19 7.5 q11 0 18 -7 Z\"></path></g></svg>"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "SubmenuCommands-aligin",
|
||||||
|
"name": "submenu-aligin",
|
||||||
|
"icon": "<svg width=\"18\" height=\"18\" focusable=\"false\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\"><g transform=\"scale(1, -1) translate(0, -896) scale(0.9, 0.9) \"><path class=\"path\" d=\"M724 304 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-421 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l421 0 ZM872 540 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-721 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l721 0 ZM724 776 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-421 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l421 0 ZM872 68 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-721 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l721 0 Z\"></path></g></svg>",
|
||||||
|
"SubmenuCommands": [
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:justify",
|
||||||
|
"name": "<p aligin=\"justify\"></p>",
|
||||||
|
"icon": "<svg width=\"18\" height=\"18\" focusable=\"false\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\"><g transform=\"scale(1, -1) translate(0, -896) scale(0.9, 0.9) \"><path class=\"path\" d=\"M112 736 l0 0 ZM120 736 l784 0 q8 0 8 -8 l0 -80 q0 -8 -8 -8 l-784 0 q-8 0 -8 8 l0 80 q0 8 8 8 ZM112 331 l0 0 ZM120 331 l784 0 q8 0 8 -8 l0 -80 q0 -8 -8 -8 l-784 0 q-8 0 -8 8 l0 80 q0 8 8 8 ZM112 128 l0 0 ZM120 128 l784 0 q8 0 8 -8 l0 -80 q0 -8 -8 -8 l-784 0 q-8 0 -8 8 l0 80 q0 8 8 8 ZM112 533 l0 0 ZM120 533 l784 0 q8 0 8 -8 l0 -80 q0 -8 -8 -8 l-784 0 q-8 0 -8 8 l0 80 q0 8 8 8 Z\"></path></g></svg>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:left",
|
||||||
|
"name": "<p aligin=\"left\"></p>",
|
||||||
|
"icon": "<svg width=\"18\" height=\"18\" focusable=\"false\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\"><g transform=\"scale(1, -1) translate(0, -896) scale(0.9, 0.9) \"><path class=\"path\" d=\"M572 304 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-421 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l421 0 ZM872 540 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-721 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l721 0 ZM572 776 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-421 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l421 0 ZM872 68 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-721 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l721 0 Z\"></path></g></svg>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:center",
|
||||||
|
"name": "<center>",
|
||||||
|
"icon": "<svg width=\"18\" height=\"18\" focusable=\"false\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\"><g transform=\"scale(1, -1) translate(0, -896) scale(0.9, 0.9) \"><path class=\"path\" d=\"M724 304 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-421 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l421 0 ZM872 540 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-721 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l721 0 ZM724 776 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-421 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l421 0 ZM872 68 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-721 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l721 0 Z\"></path></g></svg>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:right",
|
||||||
|
"name": "<p aligin=\"right\"></p>",
|
||||||
|
"icon": "<svg width=\"18\" height=\"18\" focusable=\"false\" fill=\"currentColor\" viewBox=\"0 0 1024 1024\"><g transform=\"scale(1, -1) translate(0, -896) scale(0.9, 0.9) \"><path class=\"path\" d=\"M872 304 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-421 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l421 0 ZM872 540 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-721 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l721 0 ZM872 776 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-421 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l421 0 ZM872 68 q17 0 28.5 -11.5 q11.5 -11.5 11.5 -28 q0 -16.5 -11.5 -28.5 q-11.5 -12 -27.5 -12 l-721 0 q-17 0 -28.5 11.5 q-11.5 11.5 -11.5 28 q0 16.5 11.5 28.5 q11.5 12 27.5 12 l721 0 Z\"></path></g></svg>"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:change-font-color",
|
||||||
|
"name": "Change font color[html]",
|
||||||
|
"icon": "<svg width=\"24\" height=\"24\" focusable=\"false\" fill=\"currentColor\"><g fill-rule=\"evenodd\"><path id=\"change-font-color-icon\" d=\"M3 18h18v3H3z\" style=\"fill:#2DC26B\"></path><path d=\"M8.7 16h-.8a.5.5 0 01-.5-.6l2.7-9c.1-.3.3-.4.5-.4h2.8c.2 0 .4.1.5.4l2.7 9a.5.5 0 01-.5.6h-.8a.5.5 0 01-.4-.4l-.7-2.2c0-.3-.3-.4-.5-.4h-3.4c-.2 0-.4.1-.5.4l-.7 2.2c0 .3-.2.4-.4.4zm2.6-7.6l-.6 2a.5.5 0 00.5.6h1.6a.5.5 0 00.5-.6l-.6-2c0-.3-.3-.4-.5-.4h-.4c-.2 0-.4.1-.5.4z\"></path></g></svg>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:change-background-color",
|
||||||
|
"name": "Change Backgroundcolor[html]",
|
||||||
|
"icon": "<svg width=\"18\" height=\"24\" viewBox=\"0 0 256 256\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\"><g stroke=\"none\" stroke-width=\"1\" fill=\"currentColor\" fill-rule=\"evenodd\"><g ><g fill=\"currentColor\"><g transform=\"translate(119.502295, 137.878331) rotate(-135.000000) translate(-119.502295, -137.878331) translate(48.002295, 31.757731)\" ><path d=\"M100.946943,60.8084699 L43.7469427,60.8084699 C37.2852111,60.8084699 32.0469427,66.0467383 32.0469427,72.5084699 L32.0469427,118.70847 C32.0469427,125.170201 37.2852111,130.40847 43.7469427,130.40847 L100.946943,130.40847 C107.408674,130.40847 112.646943,125.170201 112.646943,118.70847 L112.646943,72.5084699 C112.646943,66.0467383 107.408674,60.8084699 100.946943,60.8084699 Z M93.646,79.808 L93.646,111.408 L51.046,111.408 L51.046,79.808 L93.646,79.808 Z\" fill-rule=\"nonzero\"></path><path d=\"M87.9366521,16.90916 L87.9194966,68.2000001 C87.9183543,69.4147389 86.9334998,70.399264 85.7187607,70.4 L56.9423078,70.4 C55.7272813,70.4 54.7423078,69.4150264 54.7423078,68.2 L54.7423078,39.4621057 C54.7423078,37.2523513 55.5736632,35.1234748 57.0711706,33.4985176 L76.4832996,12.4342613 C78.9534987,9.75382857 83.1289108,9.5834005 85.8093436,12.0535996 C87.1658473,13.303709 87.9372691,15.0644715 87.9366521,16.90916 Z\" fill-rule=\"evenodd\"></path><path d=\"M131.3,111.241199 L11.7,111.241199 C5.23826843,111.241199 0,116.479467 0,122.941199 L0,200.541199 C0,207.002931 5.23826843,212.241199 11.7,212.241199 L131.3,212.241199 C137.761732,212.241199 143,207.002931 143,200.541199 L143,122.941199 C143,116.479467 137.761732,111.241199 131.3,111.241199 Z M124,130.241 L124,193.241 L19,193.241 L19,130.241 L124,130.241 Z\" fill-rule=\"nonzero\"></path></g></g><path d=\"M51,218 L205,218 C211.075132,218 216,222.924868 216,229 C216,235.075132 211.075132,240 205,240 L51,240 C44.9248678,240 40,235.075132 40,229 C40,222.924868 44.9248678,218 51,218 Z\" id=\"change-background-color-icon\" style=\"fill:#FA541C\"></path></g></g></svg>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:fullscreen-focus",
|
||||||
|
"name": "Fullscreen focus mode",
|
||||||
|
"icon": "fullscreen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "editing-toolbar:workplace-fullscreen-focus",
|
||||||
|
"name": "workplace-Fullscreen ",
|
||||||
|
"icon": "exit-fullscreen"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"appendMethod": "workspace",
|
||||||
|
"shouldShowMenuOnSelect": false,
|
||||||
|
"cMenuVisibility": true,
|
||||||
|
"cMenuBottomValue": 4.25,
|
||||||
|
"cMenuNumRows": 12,
|
||||||
|
"cMenuWidth": 610,
|
||||||
|
"cMenuFontColor": "#f79646",
|
||||||
|
"cMenuBackgroundColor": "#d3f8b6",
|
||||||
|
"autohide": false,
|
||||||
|
"custom_bg1": "#FFB78B8C",
|
||||||
|
"custom_bg2": "#CDF4698C",
|
||||||
|
"custom_bg3": "#A0CCF68C",
|
||||||
|
"custom_bg4": "#F0A7D88C",
|
||||||
|
"custom_bg5": "#ADEFEF8C",
|
||||||
|
"custom_fc1": "#D83931",
|
||||||
|
"custom_fc2": "#DE7802",
|
||||||
|
"custom_fc3": "#245BDB",
|
||||||
|
"custom_fc4": "#6425D0",
|
||||||
|
"custom_fc5": "#646A73",
|
||||||
|
"isLoadOnMobile": false
|
||||||
|
}
|
||||||
12
.obsidian/plugins/editing-toolbar/main.js
vendored
Normal file
12
.obsidian/plugins/editing-toolbar/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/editing-toolbar/manifest.json
vendored
Normal file
11
.obsidian/plugins/editing-toolbar/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"id": "editing-toolbar",
|
||||||
|
"name": "Editing Toolbar",
|
||||||
|
"version": "2.4.16",
|
||||||
|
"minAppVersion": "0.14.0",
|
||||||
|
"description": "The Obsidian Editing Toolbar is modified from cmenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.",
|
||||||
|
"author": "Cuman",
|
||||||
|
"authorUrl": "https://github.com/cumany/obsidian-editing-toolbar",
|
||||||
|
"fundingUrl": "https://github.com/cumany#thank-you-very-much-for-your-support",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
971
.obsidian/plugins/editing-toolbar/styles.css
vendored
Normal file
971
.obsidian/plugins/editing-toolbar/styles.css
vendored
Normal file
@@ -0,0 +1,971 @@
|
|||||||
|
#cMenuToolbarModalBar {
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
padding: 3px;
|
||||||
|
display: grid;
|
||||||
|
user-select: none;
|
||||||
|
border-radius: var(--radius-m);
|
||||||
|
position: absolute;
|
||||||
|
transition: 100ms cubic-bezier(0.92, -0.53, 0.65, 1.21);
|
||||||
|
-webkit-transition: 100ms cubic-bezier(0.92, -0.53, 0.65, 1.21);
|
||||||
|
min-width: fit-content;
|
||||||
|
justify-content: space-around;
|
||||||
|
z-index: var(--layer-modal);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar.cMenuToolbarFlex {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar.cMenuToolbarFlex :is(.cMenuToolbarCommandItem, button[class^=cMenuToolbarCommandsubItem]) {
|
||||||
|
min-width: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar .cMenuToolbarCommandItem {
|
||||||
|
margin: 2px;
|
||||||
|
border: none;
|
||||||
|
display: flex;
|
||||||
|
cursor: default;
|
||||||
|
padding: 5px 6px;
|
||||||
|
box-shadow: none;
|
||||||
|
margin-left: 3px;
|
||||||
|
margin-right: 3px;
|
||||||
|
position: relative;
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
font-size: initial !important;
|
||||||
|
background-color: var(--background-primary-alt);
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button[class^=cMenuToolbarCommandsubItem]>.subitem button:hover,
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button[class^=cMenuToolbarCommand]:hover,
|
||||||
|
#cMenuToolbarSecond:hover {
|
||||||
|
background-color: var(--background-modifier-hover) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* #cMenuToolbarModalBar button.cMenuToolbarCommandItem svg {
|
||||||
|
width: 1.3em;
|
||||||
|
height: 1.3em;
|
||||||
|
} */
|
||||||
|
|
||||||
|
/*----------------------------------------------------------------
|
||||||
|
cMenuToolbar SETTINGS BUTTONS
|
||||||
|
----------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.modal.mod-settings button:not(.mod-cta):not(.mod-warning).cMenuToolbarSettingsButton.cMenuToolbarSettingsButtonAdd,
|
||||||
|
button:not(.mod-cta):not(.mod-warning).cMenuToolbarSettingsButton.cMenuToolbarSettingsButtonAdd {
|
||||||
|
background-color: var(--interactive-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal.mod-settings button:not(.mod-cta):not(.mod-warning).cMenuToolbarSettingsButton.cMenuToolbarSettingsButtonDelete,
|
||||||
|
button:not(.mod-cta):not(.mod-warning).cMenuToolbarSettingsButton.cMenuToolbarSettingsButtonDelete {
|
||||||
|
background-color: #989cab;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal.mod-settings button:not(.mod-cta):not(.mod-warning).cMenuToolbarSettingsButton.cMenuToolbarSettingsButtonRefresh,
|
||||||
|
button:not(.mod-cta):not(.mod-warning).cMenuToolbarSettingsButton.cMenuToolbarSettingsButtonRefresh {
|
||||||
|
background-color: var(--text-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
button.cMenuToolbarSettingsButton {
|
||||||
|
padding: 4px 14px;
|
||||||
|
border-radius: var(--radius-m);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*----------------------------------------------------------------
|
||||||
|
cMenuToolbar SETTING ITEMS
|
||||||
|
----------------------------------------------------------------*/
|
||||||
|
.setting-item.cMenuToolbarCommandItem:first-child {
|
||||||
|
padding-top: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarCommandItem {
|
||||||
|
cursor: grab;
|
||||||
|
padding: 18px 0 18px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .sortable-fallback {
|
||||||
|
cursor: grabbing;
|
||||||
|
box-shadow: 0px 3px 32px rgb(31 38 135 / 15%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .sortable-grab {
|
||||||
|
cursor: grabbing !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .sortable-ghost {
|
||||||
|
opacity: 0.4;
|
||||||
|
cursor: grabbing;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .sortable-chosen {
|
||||||
|
cursor: grabbing;
|
||||||
|
padding: 18px 0 18px 18px;
|
||||||
|
background-color: var(--color-base-10, --background-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .sortable-drag {
|
||||||
|
cursor: grabbing;
|
||||||
|
box-shadow: 0px 3px 32px rgb(31 38 135 / 15%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer {
|
||||||
|
border-top: 1px solid var(--background-modifier-border);
|
||||||
|
border-bottom: 1px solid var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*----------------------------------------------------------------
|
||||||
|
cMenuToolbar CLASS CHANGES
|
||||||
|
----------------------------------------------------------------*/
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar.cMenuToolbarDefaultAesthetic {
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar.cMenuToolbarDefaultAesthetic:not(.top) :is(.cMenuToolbarCommandItem, button[class^=cMenuToolbarCommandsubItem]) {
|
||||||
|
min-height: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar.cMenuToolbarDefaultAesthetic:not(.top) button[class^=cMenuToolbarCommandsubItem] {
|
||||||
|
margin: auto;
|
||||||
|
padding: 6px;
|
||||||
|
box-shadow: none;
|
||||||
|
border: none;
|
||||||
|
background-color: transparent;
|
||||||
|
|
||||||
|
place-items: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarDefaultAesthetic {
|
||||||
|
background-color: var(--color-base-10, --background-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar.cMenuToolbarGlassAesthetic,
|
||||||
|
#cMenuToolbarModalBar.cMenuToolbarGlassAesthetic~#cMenuToolbarPopoverBar {
|
||||||
|
backdrop-filter: blur(6px);
|
||||||
|
-webkit-backdrop-filter: blur(6px);
|
||||||
|
box-shadow: none;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar.cMenuToolbarGlassAesthetic:not(.top) button[class^=cMenuToolbarCommandsubItem] {
|
||||||
|
margin: auto;
|
||||||
|
padding: 0px;
|
||||||
|
box-shadow: none;
|
||||||
|
border: none;
|
||||||
|
display: flex;
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
font-size: 10px;
|
||||||
|
margin-right: 0px;
|
||||||
|
position: relative;
|
||||||
|
background-color: transparent;
|
||||||
|
place-items: center;
|
||||||
|
clear: both;
|
||||||
|
max-width: 28px;
|
||||||
|
max-height: 23px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*----------------------------------------------------------------
|
||||||
|
cMenuToolbar ICONS
|
||||||
|
----------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.cMenuToolbarIconPick {
|
||||||
|
line-height: normal;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarIconPick svg {
|
||||||
|
width: 17px;
|
||||||
|
height: 17px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*----------------------------------------------------------------
|
||||||
|
cMenuToolbar STATUS BAR MENU
|
||||||
|
----------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu {
|
||||||
|
text-align: center;
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu .menu-item {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu .menu-item.settings-item {
|
||||||
|
font-size: 12px;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 1;
|
||||||
|
border-radius: var(--radius-m);
|
||||||
|
height: auto;
|
||||||
|
padding: 8px 5px 0px 5px;
|
||||||
|
margin: 0 auto;
|
||||||
|
width: fit-content;
|
||||||
|
color: var(--text-faint);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu .menu-item.settings-item .menu-item-title {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu .menu-item:hover,
|
||||||
|
.cMenuToolbar-statusbar-menu .menu-item .selected:hover,
|
||||||
|
.cMenuToolbar-statusbar-menu .menu-item.selected:not(.is-disabled):not(.is-label) {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu .menu-item-title {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu .slider {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu .menu-item.buttonitem {
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
height: fit-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu .menu-item.buttonitem button.cMenuToolbarSettingsButton {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu .menu-item-icon svg path {
|
||||||
|
fill: var(--text-muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu .menu-item-icon svg {
|
||||||
|
stroke: var(--text-muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu>.menu-item:is([data-section="ButtonAdd"]) {
|
||||||
|
display: inline-flex;
|
||||||
|
padding: 0px 0px 5px 5px;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu>.menu-item {
|
||||||
|
display: inline-flex;
|
||||||
|
padding: 0px 0px 5px 5px;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-menu>.menu-item:is([data-section="ButtonAdd"]) .menu-item-icon {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*----------------------------------------------------------------
|
||||||
|
cMenuToolbar STATUS BAR BUTTONS
|
||||||
|
----------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-button {
|
||||||
|
cursor: default;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbar-statusbar-button svg {
|
||||||
|
display: flex;
|
||||||
|
width: 1.3em;
|
||||||
|
height: 1.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*----------------------------------------------------------------
|
||||||
|
cMenuToolbar SUPPORT
|
||||||
|
---------------------------------------------`-------------------*/
|
||||||
|
|
||||||
|
.cDonationSection {
|
||||||
|
width: 60%;
|
||||||
|
height: 50vh;
|
||||||
|
margin: 0 auto;
|
||||||
|
text-align: center;
|
||||||
|
color: var(--text-normal);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar {
|
||||||
|
align-items: center;
|
||||||
|
justify-items: center;
|
||||||
|
border: none;
|
||||||
|
backdrop-filter: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar.cMenuToolbarGlassAesthetic .cMenuToolbarCommandItem {
|
||||||
|
|
||||||
|
background-color: #ffffff00;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar.cMenuToolbarGlassAesthetic [class^=cMenuToolbarCommandsubItem] {
|
||||||
|
|
||||||
|
background-color: #ffffff00;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar .cMenuToolbarCommandItem {
|
||||||
|
justify-content: center;
|
||||||
|
align-content: center;
|
||||||
|
place-items: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* #cMenuToolbarModalBar.cMenuToolbarTinyAesthetic .cMenuToolbarCommandItem svg{
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
div.modal-container.cMenuToolbar-Modal:not(.changename) .modal-bg {
|
||||||
|
background-color: transparent !important;
|
||||||
|
backdrop-filter: none !important;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-container.cMenuToolbar-Modal:not(.changename) .modal {
|
||||||
|
padding: 10px 30px;
|
||||||
|
min-width: 130px;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 2em;
|
||||||
|
right: 0.5em;
|
||||||
|
background-color: rgb(var(--mono-rgb-0), 0.8);
|
||||||
|
backdrop-filter: blur(4px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-container.cMenuToolbar-Modal .modal-title {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-container.cMenuToolbar-Modal .modal input[type='range'] {
|
||||||
|
width: 90%;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
body.theme-dark .modal-container.cMenuToolbar-Modal .modal input[type='range'] {
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*tiny 样式*/
|
||||||
|
#cMenuToolbarModalBar.cMenuToolbarTinyAesthetic {
|
||||||
|
align-items: center;
|
||||||
|
justify-items: center;
|
||||||
|
border: 1px solid var(--background-modifier-border-hover);
|
||||||
|
backdrop-filter: none;
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar.cMenuToolbarTinyAesthetic .cMenuToolbarCommandItem {
|
||||||
|
margin: auto;
|
||||||
|
padding: 0px;
|
||||||
|
box-shadow: none;
|
||||||
|
margin-left: 0px;
|
||||||
|
margin-right: 0px;
|
||||||
|
position: relative;
|
||||||
|
background-color: transparent;
|
||||||
|
backdrop-filter: blur(8px);
|
||||||
|
-webkit-backdrop-filter: blur(8px);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar .cMenuToolbarCommandItem {
|
||||||
|
margin: auto;
|
||||||
|
|
||||||
|
padding: 0px;
|
||||||
|
box-shadow: none;
|
||||||
|
|
||||||
|
margin-left: 4px;
|
||||||
|
margin-right: 0px;
|
||||||
|
position: relative;
|
||||||
|
background-color: transparent;
|
||||||
|
backdrop-filter: blur(8px);
|
||||||
|
-webkit-backdrop-filter: blur(8px);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar).cMenuToolbarTinyAesthetic:not(.top) button[class^=cMenuToolbarCommandsubItem] {
|
||||||
|
margin: auto;
|
||||||
|
padding: 0px;
|
||||||
|
box-shadow: none;
|
||||||
|
border: none;
|
||||||
|
display: flex;
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
font-size: 10px;
|
||||||
|
margin-right: 0px;
|
||||||
|
position: relative;
|
||||||
|
background-color: transparent;
|
||||||
|
|
||||||
|
place-items: center;
|
||||||
|
clear: both;
|
||||||
|
max-width: 28px;
|
||||||
|
max-height: 18px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
button[class^=cMenuToolbarCommandsubItem]::after {
|
||||||
|
|
||||||
|
content: url("data:image/svg+xml,%3Csvg width='4' height='4' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' enable-background='new 0 0 1024 1024' xml:space='preserve'%3E%3Cpath fill='%23666' d='M13.24 80.11 l461.75 560.8 q14.56 16.02 36.41 16.02 q21.85 0 36.42 -16.02 l463.2 -560.8 q10.2 -10.19 12.38 -24.75 q2.18 -14.57 -3.64 -27.68 q-5.82 -13.11 -18.21 -20.39 q-12.39 -7.29 -26.95 -7.29 l-924.95 0 q-20.4 0 -34.23 13.11 q-13.84 13.11 -15.29 32.77 q-1.46 19.66 13.11 34.23 Z'/%3E%3C/svg%3E");
|
||||||
|
|
||||||
|
margin-left: 1px;
|
||||||
|
margin-top: 6px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button[class^=cMenuToolbarCommandsubItem]>.subitem {
|
||||||
|
background-color: var(--color-base-10, --background-primary);
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
|
||||||
|
position: absolute;
|
||||||
|
z-index: var(--layer-menu);
|
||||||
|
user-select: none;
|
||||||
|
transform: translateY(90%) translateX(0%);
|
||||||
|
-webkit-transform: translateY(90%) translateX(0%);
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button[class^=cMenuToolbarCommandsubItem]>.subitem svg {
|
||||||
|
max-width: 1.3em;
|
||||||
|
max-height: 1.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button[class^=cMenuToolbarCommandsubItem]>.subitem button.menu-item {
|
||||||
|
background-color: transparent;
|
||||||
|
line-height: 2em;
|
||||||
|
display: inline-flex;
|
||||||
|
box-shadow: none;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button[class^=cMenuToolbarCommandsubItem]>.subitem .menu-item {
|
||||||
|
margin-left: 2px;
|
||||||
|
margin-right: 2px;
|
||||||
|
padding: 0px 4px 0px 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button[class^=cMenuToolbarCommandsubItem]>.subitem {
|
||||||
|
|
||||||
|
visibility: hidden;
|
||||||
|
transition: all 0.3s linear;
|
||||||
|
-webkit-transition: all 0.3s linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button.cMenuToolbarCommandsubItem-font-color .triangle-icon {
|
||||||
|
position: absolute;
|
||||||
|
margin-left: 18px;
|
||||||
|
bottom: 8%;
|
||||||
|
background-size: 4px 4px;
|
||||||
|
background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' enable-background='new 0 0 1024 1024' xml:space='preserve'%3E%3Cpath fill='%23666' d='M13.24 80.11 l461.75 560.8 q14.56 16.02 36.41 16.02 q21.85 0 36.42 -16.02 l463.2 -560.8 q10.2 -10.19 12.38 -24.75 q2.18 -14.57 -3.64 -27.68 q-5.82 -13.11 -18.21 -20.39 q-12.39 -7.29 -26.95 -7.29 l-924.95 0 q-20.4 0 -34.23 13.11 q-13.84 13.11 -15.29 32.77 q-1.46 19.66 13.11 34.23 Z'/%3E%3C/svg%3E");
|
||||||
|
|
||||||
|
width: 16px;
|
||||||
|
height: 20px;
|
||||||
|
background-position: center;
|
||||||
|
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
min-width: unset;
|
||||||
|
border-left: 2px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar):not(.top) button.cMenuToolbarCommandsubItem-font-color .triangle-icon {
|
||||||
|
margin-left: 16px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar):not(.top) button.cMenuToolbarCommandsubItem-font-color .x-color-picker-wrapper {
|
||||||
|
top: auto;
|
||||||
|
bottom: calc(100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar):not(.top) button[class^=cMenuToolbarCommandsubItem]:not(.cMenuToolbarSecond)>.subitem {
|
||||||
|
bottom: calc(100% + 2.8em);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button.cMenuToolbarCommandsubItem-font-color .subitem {
|
||||||
|
visibility: hidden;
|
||||||
|
transition: all 0.3s linear;
|
||||||
|
-webkit-transition: all 0.3s linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button.cMenuToolbarCommandsubItem-font-color .subitem:hover {
|
||||||
|
visibility: visible;
|
||||||
|
transition: all 0.3s linear;
|
||||||
|
-webkit-transition: all 0.3s linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button[class^=cMenuToolbarCommandsubItem]:hover>.subitem {
|
||||||
|
|
||||||
|
visibility: visible;
|
||||||
|
transition: all 0.3s linear;
|
||||||
|
-webkit-transition: all 0.3s linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* :is(#cMenuToolbarModalBar,#cMenuToolbarPopoverBar) button[class^=cMenuToolbarCommandsubItem] >.subitem:hover {
|
||||||
|
visibility:visible;
|
||||||
|
transition: all 0.3s linear;
|
||||||
|
-webkit-transition: all 0.3s linear;
|
||||||
|
} */
|
||||||
|
|
||||||
|
.cMenuToolbarCommandsubItem-font-color button {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbarCommandItem .setting-item-info {
|
||||||
|
|
||||||
|
flex: 30%;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbarSettingsTabsContainer_sub {
|
||||||
|
border-left: 1px solid var(--background-modifier-border);
|
||||||
|
flex-flow: column;
|
||||||
|
min-height: 45px;
|
||||||
|
display: flex;
|
||||||
|
padding: 0;
|
||||||
|
margin-left: 10px;
|
||||||
|
flex: 70%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbarSettingsTabsContainer_sub:empty {
|
||||||
|
border: 2px dashed rgba(var(--interactive-accent-rgb), 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbarSettingsTabsContainer_sub:empty::before {
|
||||||
|
content: "✖️Drag it here";
|
||||||
|
margin: auto;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbarSettingsTabsContainer_sub .cMenuToolbarCommandItem {
|
||||||
|
flex: auto;
|
||||||
|
margin-left: 2em;
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbarSettingsTabsContainer_sub .setting-item-control {
|
||||||
|
flex: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbarCommandSubItem>.setting-item-info {
|
||||||
|
flex: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarCommandSubItem>.setting-item-control {
|
||||||
|
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal.mod-settings button:not(.mod-cta):not(.mod-warning).cMenuToolbarSettingsButton.cMenuToolbarSettingsButtonaddsub {
|
||||||
|
background-color: var(--background-secondary-alt);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.setting-item button.cMenuToolbarSettingsIcon {
|
||||||
|
display: block;
|
||||||
|
transform: translateX(-30%);
|
||||||
|
-webkit-transform: translateX(-30%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.setting-item button.cMenuToolbarSettingsIcon:empty::before {
|
||||||
|
content: "❗";
|
||||||
|
}
|
||||||
|
|
||||||
|
.setting-item button.cMenuToolbarSettingsIcon svg {
|
||||||
|
max-width: 1.5em;
|
||||||
|
max-height: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal.mod-settings button:not(.mod-cta):not(.mod-warning).cMenuToolbarSettingsIcon:hover {
|
||||||
|
background-color: var(--interactive-accent-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal.mod-settings button:not(.mod-cta):not(.mod-warning).cMenuToolbarSettingsIcon {
|
||||||
|
background-color: transparent;
|
||||||
|
box-shadow: 0 1px 1px 0px var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 781px) {
|
||||||
|
.cMenuToolbar-Modal .wideInputPromptInputEl {
|
||||||
|
width: 40rem;
|
||||||
|
max-width: 100%;
|
||||||
|
height: 20rem;
|
||||||
|
background-color: rgb(var(--mono-rgb-0), 0.8);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarcustomIcon svg {
|
||||||
|
max-width: 1.3em;
|
||||||
|
max-height: 1.3em;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsButton svg {
|
||||||
|
max-width: 1.3em;
|
||||||
|
max-height: 1.3em;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cmdr-page-header {
|
||||||
|
min-width: 1em;
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.x-color-picker-wrapper {
|
||||||
|
right: 0px;
|
||||||
|
top: 1.8em;
|
||||||
|
min-width: 1px;
|
||||||
|
padding: 10px;
|
||||||
|
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14);
|
||||||
|
position: absolute;
|
||||||
|
width: fit-content;
|
||||||
|
font-weight: 400;
|
||||||
|
font-family: Source Sans Pro, sans-serif;
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
background-color: var(--color-base-10, --background-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-source-view.mod-cm6 .x-color-picker-wrapper table.x-color-picker-table#x-color-picker-table {
|
||||||
|
width: unset;
|
||||||
|
border-collapse: separate;
|
||||||
|
border-spacing: 6px;
|
||||||
|
margin: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-color-picker-wrapper table.x-color-picker-table#x-backgroundcolor-picker-table {
|
||||||
|
width: unset;
|
||||||
|
border-collapse: separate;
|
||||||
|
border-spacing: 6px;
|
||||||
|
margin: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-color-picker-wrapper .x-color-picker-table th {
|
||||||
|
border: 0;
|
||||||
|
text-align: left;
|
||||||
|
font-weight: normal;
|
||||||
|
background: transparent !important;
|
||||||
|
color: #718096;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-color-picker-wrapper #x-color-picker-table td {
|
||||||
|
font-size: 1px;
|
||||||
|
padding: 9px;
|
||||||
|
cursor: default;
|
||||||
|
border: solid 1px var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-color-picker-wrapper #x-backgroundcolor-picker-table td {
|
||||||
|
font-size: 1px;
|
||||||
|
border-radius: 50%;
|
||||||
|
padding: 9px;
|
||||||
|
cursor: default;
|
||||||
|
border: solid 1px var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-color-picker-wrapper .x-color-picker-table tr td:hover {
|
||||||
|
filter: brightness(1.2);
|
||||||
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* .x-color-picker-wrapper tbody>tr:hover {
|
||||||
|
background-color: transparent !important;
|
||||||
|
} */
|
||||||
|
|
||||||
|
/**top**/
|
||||||
|
#cMenuToolbarModalBar.top {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
position: relative;
|
||||||
|
height: 38px;
|
||||||
|
align-items: center;
|
||||||
|
transition: all 0.2s linear;
|
||||||
|
-webkit-transition: all 0.2s linear;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar.top.autohide {
|
||||||
|
opacity: 0;
|
||||||
|
transition: all 0.5s linear;
|
||||||
|
-webkit-transition: all 0.5s linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar.top.autohide:hover {
|
||||||
|
opacity: 1;
|
||||||
|
transition: all 1s linear;
|
||||||
|
-webkit-transition: all 1s linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar.top :is(.cMenuToolbarCommandItem, button[class^=cMenuToolbarCommandsubItem]):not(.cMenuToolbar-Divider-Line) {
|
||||||
|
font-size: 10px;
|
||||||
|
margin-right: 0px;
|
||||||
|
clear: both;
|
||||||
|
opacity: 1;
|
||||||
|
flex-shrink: 0;
|
||||||
|
height: 26px;
|
||||||
|
padding: 0;
|
||||||
|
border: none;
|
||||||
|
background: transparent;
|
||||||
|
cursor: default;
|
||||||
|
outline: none;
|
||||||
|
box-shadow: none;
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
display: inline-flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
transition: all 0.2s linear;
|
||||||
|
-webkit-transition: all 0.2s linear;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* #cMenuToolbarModalBar.top button.cMenuToolbarCommandItem:hover {
|
||||||
|
background-color: var(--interactive-hover);
|
||||||
|
} */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#cMenuToolbarPopoverBar {
|
||||||
|
|
||||||
|
padding: 0 10px;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
width: fit-content;
|
||||||
|
z-index: var(--layer-popover);
|
||||||
|
background-color: var(--color-base-10, --background-primary);
|
||||||
|
background-clip: padding-box;
|
||||||
|
border-radius: var(--radius-m);
|
||||||
|
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: 25px;
|
||||||
|
transition: all 0.1s linear;
|
||||||
|
-webkit-transition: all 0.1s linear;
|
||||||
|
margin-top: 32px;
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cMenuToolbarPopoverBar :is(.cMenuToolbarCommandItem, button[class^=cMenuToolbarCommandsubItem]) {
|
||||||
|
|
||||||
|
height: 26px;
|
||||||
|
margin-left: 4px;
|
||||||
|
font-size: 10px;
|
||||||
|
margin-right: 4px;
|
||||||
|
clear: both;
|
||||||
|
opacity: 1;
|
||||||
|
flex-shrink: 0;
|
||||||
|
height: 26px;
|
||||||
|
padding: 0;
|
||||||
|
border: none;
|
||||||
|
background: transparent;
|
||||||
|
cursor: default;
|
||||||
|
outline: none;
|
||||||
|
box-shadow: none;
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
display: inline-flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
transition: all 0.2s linear;
|
||||||
|
-webkit-transition: all 0.2s linear;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#cMenuToolbarModalBar .more-menu {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
box-shadow: none;
|
||||||
|
margin-left: 4px;
|
||||||
|
border-left: 1px inset var(--background-modifier-form-field);
|
||||||
|
height: 24px;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Divider-Line**/
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbar-Divider-Line {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
line-height: 0px;
|
||||||
|
border-left: 200px solid rgba(var(--interactive-accent-rgb), 0.05);
|
||||||
|
border-right: 200px solid rgba(var(--interactive-accent-rgb), 0.05);
|
||||||
|
text-align: center;
|
||||||
|
background: rgba(var(--interactive-accent-rgb), 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbar-Divider-Line .setting-item-control button:not(:last-child) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbar-Divider-Line .setting-item-info {
|
||||||
|
flex: 1 1 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbar-Divider-Line .setting-item-control {
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbar-Divider-Line .setting-item-info .setting-item-name {
|
||||||
|
font-size: 12px;
|
||||||
|
text-align: right;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbar-Divider-Line .setting-item-control button:last-child {
|
||||||
|
padding: 0;
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbar-Divider-Line .setting-item-control button:last-child svg {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMenuToolbarSettingsTabsContainer .cMenuToolbar-Divider-Line .setting-item-control button:last-child::before {
|
||||||
|
content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M511.674077 66.707284c-246.52265 0-446.347744 199.835328-446.347744 446.347744s199.825095 446.356954 446.347744 446.356954c246.50423 0 446.348768-199.844537 446.348768-446.356954S758.177284 66.707284 511.674077 66.707284zM744.967424 667.159826c21.8701 21.8701 21.8701 57.310264 0 79.199807-21.8701 21.851681-57.30924 21.851681-79.198783-0.019443L511.674077 592.264045 357.56007 746.359632c-21.8701 21.8701-57.30924 21.851681-79.17934-0.019443s-21.8701-57.290821 0-79.160921L432.493713 513.065262 278.379707 358.950232c-21.8701-21.86089-21.8701-57.328683 0-79.18855 21.8701-21.87931 57.30924-21.87931 79.17934 0l154.114007 154.104797 154.095587-154.104797c21.889543-21.87931 57.32766-21.87931 79.198783-0.010233 21.8701 21.8701 21.8701 57.348126 0 79.207993L590.89128 513.065262 744.967424 667.159826z' fill='%23666666'/%3E%3C/svg%3E");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button.cMenuToolbar-Divider-Line
|
||||||
|
{
|
||||||
|
min-width: unset;
|
||||||
|
flex-shrink: 0;
|
||||||
|
display: inline-flex;
|
||||||
|
width: 0.6px;
|
||||||
|
background-color: var(--background-modifier-border);
|
||||||
|
height: 22px;
|
||||||
|
opacity: 0.8;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button[class^=cMenuToolbarCommandsubItem]>.subitem button.menu-item.cMenuToolbar-Divider-Line
|
||||||
|
{ min-width: unset;
|
||||||
|
flex-shrink: 0;
|
||||||
|
display: inline-flex;
|
||||||
|
width: 0.6px;
|
||||||
|
background-color: var(--background-modifier-border);
|
||||||
|
height: 22px;
|
||||||
|
opacity: 0.8;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
height: auto;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-dark :is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button.cMenuToolbar-Divider-Line {
|
||||||
|
|
||||||
|
background-color: #4f4f5188;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(#cMenuToolbarModalBar, #cMenuToolbarPopoverBar) button.cMenuToolbar-Divider-Line svg {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.workspace-tabs.mod-stacked .workspace-tab-header:not(.is-active)+.workspace-leaf #cMenuToolbarModalBar {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(.cm-line, p) span[style^="background:rgba"] {
|
||||||
|
color: var(--text-normal);
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(.cm-line, p) span[style^="background:#"] {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.setting-item.toolbar-cta:after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: -10%;
|
||||||
|
width: 104%;
|
||||||
|
left: -2%;
|
||||||
|
height: 120%;
|
||||||
|
outline: 2px solid var(--text-accent);
|
||||||
|
border-radius: 1em;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.setting-item.toolbar-cta {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toolbar-pickr .pcr-last-color,
|
||||||
|
.pickr .pcr-button{
|
||||||
|
background-color: var(--pcr-color);
|
||||||
|
}
|
||||||
|
.toolbar-pickr .pcr-interaction :not(:is(input.pcr-save,.pcr-result)){
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.toolbar-pickr .pcr-swatches {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.toolbar-pickr {
|
||||||
|
display:flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div[data-type="thino_view"] .memo-editor-wrapper:has(#cMenuToolbarModalBar)
|
||||||
|
{
|
||||||
|
padding-top:0;
|
||||||
|
padding-left:0;
|
||||||
|
padding-right:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div[data-type="thino_view"] .memo-editor-wrapper:has(#cMenuToolbarModalBar) .common-tools-wrapper
|
||||||
|
{
|
||||||
|
padding-left:16px;
|
||||||
|
padding-right:16px;
|
||||||
|
}
|
||||||
|
div[data-type="thino_view"] .memo-editor-wrapper #cMenuToolbarModalBar ~ .cm-editor{
|
||||||
|
padding-top:38px;
|
||||||
|
padding-bottom:0px;
|
||||||
|
padding-left:16px;
|
||||||
|
padding-right:16px;
|
||||||
|
}
|
||||||
|
div[data-type=thino_view] .common-editor-wrapper .common-editor-inputer:has(#cMenuToolbarModalBar)
|
||||||
|
{
|
||||||
|
min-height:118px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div[data-type=thino_view] #cMenuToolbarModalBar.top
|
||||||
|
{
|
||||||
|
position:absolute!important;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
body.auto-hide-header .workspace-tab-header-container:hover + .workspace-tab-container .workspace-leaf .workspace-leaf-content>.view-header {
|
||||||
|
margin-top: 0;
|
||||||
|
transition: all 0.1s linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.auto-hide-header .workspace-tab-header-container + .workspace-tab-container .workspace-leaf .workspace-leaf-content>.view-header:hover {
|
||||||
|
margin-top: 0;
|
||||||
|
transition: all 0.6s linear;
|
||||||
|
}
|
||||||
|
body.auto-hide-header .workspace-tab-header-container + .workspace-tab-container .workspace-leaf .workspace-leaf-content>.view-header {
|
||||||
|
margin-top: -40px;
|
||||||
|
transition: all 0.6s linear;
|
||||||
|
}
|
||||||
27
.obsidian/plugins/obsidian-5e-statblocks/data.json
vendored
Normal file
27
.obsidian/plugins/obsidian-5e-statblocks/data.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"monsters": [],
|
||||||
|
"defaultLayouts": {},
|
||||||
|
"layouts": [],
|
||||||
|
"default": "basic-5e-layout",
|
||||||
|
"useDice": true,
|
||||||
|
"renderDice": false,
|
||||||
|
"export": true,
|
||||||
|
"showAdvanced": false,
|
||||||
|
"version": {
|
||||||
|
"major": 4,
|
||||||
|
"minor": 8,
|
||||||
|
"patch": 1
|
||||||
|
},
|
||||||
|
"paths": [
|
||||||
|
"/"
|
||||||
|
],
|
||||||
|
"autoParse": false,
|
||||||
|
"disableSRD": false,
|
||||||
|
"tryToRenderLinks": true,
|
||||||
|
"debug": false,
|
||||||
|
"notifiedOfFantasy": false,
|
||||||
|
"hideConditionHelp": false,
|
||||||
|
"alwaysImport": false,
|
||||||
|
"defaultLayoutsIntegrated": true,
|
||||||
|
"atomicWrite": false
|
||||||
|
}
|
||||||
877
.obsidian/plugins/obsidian-5e-statblocks/main.js
vendored
Normal file
877
.obsidian/plugins/obsidian-5e-statblocks/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-5e-statblocks/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-5e-statblocks/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-5e-statblocks",
|
||||||
|
"name": "Fantasy Statblocks",
|
||||||
|
"version": "4.8.1",
|
||||||
|
"description": "Create Fantasy Statblocks in Obsidian.md",
|
||||||
|
"minAppVersion": "0.12.0",
|
||||||
|
"author": "Jeremy Valentine",
|
||||||
|
"authorUrl": "",
|
||||||
|
"fundingUrl": "https://www.buymeacoffee.com/valentine195",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
116
.obsidian/plugins/obsidian-5e-statblocks/styles.css
vendored
Normal file
116
.obsidian/plugins/obsidian-5e-statblocks/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
95
.obsidian/plugins/obsidian-dice-roller/data.json
vendored
Normal file
95
.obsidian/plugins/obsidian-dice-roller/data.json
vendored
Normal file
@@ -0,0 +1,95 @@
|
|||||||
|
{
|
||||||
|
"position": "RIGHT",
|
||||||
|
"showFudgeIcon": false,
|
||||||
|
"rollLinksForTags": false,
|
||||||
|
"copyContentButton": true,
|
||||||
|
"customFormulas": [],
|
||||||
|
"displayFormulaForMod": true,
|
||||||
|
"displayResultsInline": false,
|
||||||
|
"displayFormulaAfter": false,
|
||||||
|
"escapeDiceMod": true,
|
||||||
|
"signed": false,
|
||||||
|
"displayLookupRoll": true,
|
||||||
|
"formulas": {},
|
||||||
|
"defaultRoll": 1,
|
||||||
|
"defaultFace": 100,
|
||||||
|
"renderer": false,
|
||||||
|
"renderAllDice": false,
|
||||||
|
"addToView": false,
|
||||||
|
"renderTime": 2000,
|
||||||
|
"colorfulDice": false,
|
||||||
|
"scaler": 1,
|
||||||
|
"diceColor": "#202020",
|
||||||
|
"textColor": "#ffffff",
|
||||||
|
"textFont": "Arial",
|
||||||
|
"showLeafOnStartup": true,
|
||||||
|
"narrativeSymbolSet": "Genesys",
|
||||||
|
"displayAsSymbols": false,
|
||||||
|
"displayAsEmbed": true,
|
||||||
|
"round": "None",
|
||||||
|
"initialDisplay": "Roll",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"id": "dice-roller-d4",
|
||||||
|
"shape": "Triangle",
|
||||||
|
"formula": "d4",
|
||||||
|
"text": "4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "dice-roller-d6",
|
||||||
|
"shape": "Square",
|
||||||
|
"formula": "d6",
|
||||||
|
"text": "6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "dice-roller-d8",
|
||||||
|
"shape": "Diamond",
|
||||||
|
"formula": "d8",
|
||||||
|
"text": "8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "dice-roller-d10",
|
||||||
|
"shape": "Diamond",
|
||||||
|
"formula": "d10",
|
||||||
|
"text": "10"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "dice-roller-d12",
|
||||||
|
"shape": "Dodecahedron",
|
||||||
|
"formula": "d12",
|
||||||
|
"text": "12"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "dice-roller-d20",
|
||||||
|
"shape": "Icosahedron",
|
||||||
|
"formula": "d20",
|
||||||
|
"text": "20"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "dice-roller-d100",
|
||||||
|
"shape": "Circle",
|
||||||
|
"formula": "d%",
|
||||||
|
"text": "%"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"showRenderNotice": true,
|
||||||
|
"diceModTemplateFolders": {},
|
||||||
|
"replaceDiceModInLivePreview": true,
|
||||||
|
"version": "11.4.1",
|
||||||
|
"viewResults": [
|
||||||
|
{
|
||||||
|
"result": "6",
|
||||||
|
"original": "1d8",
|
||||||
|
"resultText": "1d8\n[6]",
|
||||||
|
"timestamp": 1755763860762,
|
||||||
|
"id": "iTpDdFVRZUh6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"result": "14",
|
||||||
|
"original": "1d20",
|
||||||
|
"resultText": "1d20\n[14]",
|
||||||
|
"timestamp": 1755765210205,
|
||||||
|
"id": "iE0JIsxgY7nz"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
3107
.obsidian/plugins/obsidian-dice-roller/main.js
vendored
Normal file
3107
.obsidian/plugins/obsidian-dice-roller/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-dice-roller/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-dice-roller/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-dice-roller",
|
||||||
|
"name": "Dice Roller",
|
||||||
|
"version": "11.4.1",
|
||||||
|
"minAppVersion": "0.12.15",
|
||||||
|
"description": "Inline dice rolling for Obsidian.md",
|
||||||
|
"author": "Jeremy Valentine",
|
||||||
|
"authorUrl": "",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
1
.obsidian/plugins/obsidian-dice-roller/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-dice-roller/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
788
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
vendored
Normal file
788
.obsidian/plugins/obsidian-excalidraw-plugin/data.json
vendored
Normal file
@@ -0,0 +1,788 @@
|
|||||||
|
{
|
||||||
|
"folder": "Excalidraw",
|
||||||
|
"cropFolder": "",
|
||||||
|
"annotateFolder": "",
|
||||||
|
"embedUseExcalidrawFolder": false,
|
||||||
|
"templateFilePath": "Excalidraw/Template.excalidraw",
|
||||||
|
"scriptFolderPath": "Excalidraw/Scripts",
|
||||||
|
"fontAssetsPath": "Excalidraw/CJK Fonts",
|
||||||
|
"loadChineseFonts": false,
|
||||||
|
"loadJapaneseFonts": false,
|
||||||
|
"loadKoreanFonts": false,
|
||||||
|
"compress": true,
|
||||||
|
"decompressForMDView": false,
|
||||||
|
"onceOffCompressFlagReset": true,
|
||||||
|
"onceOffGPTVersionReset": true,
|
||||||
|
"autosave": true,
|
||||||
|
"autosaveIntervalDesktop": 60000,
|
||||||
|
"autosaveIntervalMobile": 30000,
|
||||||
|
"drawingFilenamePrefix": "Drawing ",
|
||||||
|
"drawingEmbedPrefixWithFilename": true,
|
||||||
|
"drawingFilnameEmbedPostfix": " ",
|
||||||
|
"drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
|
||||||
|
"useExcalidrawExtension": true,
|
||||||
|
"cropPrefix": "cropped_",
|
||||||
|
"annotatePrefix": "annotated_",
|
||||||
|
"annotatePreserveSize": false,
|
||||||
|
"previewImageType": "SVGIMG",
|
||||||
|
"allowImageCache": true,
|
||||||
|
"allowImageCacheInScene": true,
|
||||||
|
"displayExportedImageIfAvailable": false,
|
||||||
|
"previewMatchObsidianTheme": false,
|
||||||
|
"width": "400",
|
||||||
|
"height": "",
|
||||||
|
"overrideObsidianFontSize": false,
|
||||||
|
"dynamicStyling": "colorful",
|
||||||
|
"isLeftHanded": false,
|
||||||
|
"iframeMatchExcalidrawTheme": true,
|
||||||
|
"matchTheme": false,
|
||||||
|
"matchThemeAlways": false,
|
||||||
|
"matchThemeTrigger": false,
|
||||||
|
"defaultMode": "normal",
|
||||||
|
"defaultPenMode": "never",
|
||||||
|
"penModeDoubleTapEraser": true,
|
||||||
|
"penModeSingleFingerPanning": true,
|
||||||
|
"penModeCrosshairVisible": true,
|
||||||
|
"renderImageInMarkdownReadingMode": false,
|
||||||
|
"renderImageInHoverPreviewForMDNotes": false,
|
||||||
|
"renderImageInMarkdownToPDF": false,
|
||||||
|
"allowPinchZoom": false,
|
||||||
|
"allowWheelZoom": false,
|
||||||
|
"zoomToFitOnOpen": true,
|
||||||
|
"zoomToFitOnResize": true,
|
||||||
|
"zoomToFitMaxLevel": 2,
|
||||||
|
"linkPrefix": "📍",
|
||||||
|
"urlPrefix": "🌐",
|
||||||
|
"parseTODO": false,
|
||||||
|
"todo": "☐",
|
||||||
|
"done": "🗹",
|
||||||
|
"hoverPreviewWithoutCTRL": false,
|
||||||
|
"linkOpacity": 1,
|
||||||
|
"openInAdjacentPane": true,
|
||||||
|
"showSecondOrderLinks": true,
|
||||||
|
"focusOnFileTab": true,
|
||||||
|
"openInMainWorkspace": true,
|
||||||
|
"showLinkBrackets": true,
|
||||||
|
"allowCtrlClick": true,
|
||||||
|
"forceWrap": false,
|
||||||
|
"pageTransclusionCharLimit": 200,
|
||||||
|
"wordWrappingDefault": 0,
|
||||||
|
"removeTransclusionQuoteSigns": true,
|
||||||
|
"iframelyAllowed": true,
|
||||||
|
"pngExportScale": 1,
|
||||||
|
"exportWithTheme": true,
|
||||||
|
"exportWithBackground": true,
|
||||||
|
"exportPaddingSVG": 10,
|
||||||
|
"exportEmbedScene": false,
|
||||||
|
"keepInSync": false,
|
||||||
|
"autoexportSVG": false,
|
||||||
|
"autoexportPNG": false,
|
||||||
|
"autoExportLightAndDark": false,
|
||||||
|
"autoexportExcalidraw": false,
|
||||||
|
"embedType": "excalidraw",
|
||||||
|
"embedMarkdownCommentLinks": true,
|
||||||
|
"embedWikiLink": true,
|
||||||
|
"syncExcalidraw": false,
|
||||||
|
"experimentalFileType": false,
|
||||||
|
"experimentalFileTag": "✏️",
|
||||||
|
"experimentalLivePreview": true,
|
||||||
|
"fadeOutExcalidrawMarkup": false,
|
||||||
|
"loadPropertySuggestions": true,
|
||||||
|
"experimentalEnableFourthFont": false,
|
||||||
|
"experimantalFourthFont": "Virgil",
|
||||||
|
"addDummyTextElement": false,
|
||||||
|
"zoteroCompatibility": false,
|
||||||
|
"fieldSuggester": true,
|
||||||
|
"compatibilityMode": false,
|
||||||
|
"drawingOpenCount": 0,
|
||||||
|
"library": "deprecated",
|
||||||
|
"library2": {
|
||||||
|
"type": "excalidrawlib",
|
||||||
|
"version": 2,
|
||||||
|
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.7.2",
|
||||||
|
"libraryItems": []
|
||||||
|
},
|
||||||
|
"imageElementNotice": true,
|
||||||
|
"mdSVGwidth": 500,
|
||||||
|
"mdSVGmaxHeight": 800,
|
||||||
|
"mdFont": "Virgil",
|
||||||
|
"mdFontColor": "Black",
|
||||||
|
"mdBorderColor": "Black",
|
||||||
|
"mdCSS": "",
|
||||||
|
"scriptEngineSettings": {},
|
||||||
|
"defaultTrayMode": true,
|
||||||
|
"previousRelease": "2.7.2",
|
||||||
|
"showReleaseNotes": true,
|
||||||
|
"showNewVersionNotification": true,
|
||||||
|
"latexBoilerplate": "\\color{blue}",
|
||||||
|
"taskboneEnabled": false,
|
||||||
|
"taskboneAPIkey": "",
|
||||||
|
"pinnedScripts": [],
|
||||||
|
"customPens": [
|
||||||
|
{
|
||||||
|
"type": "default",
|
||||||
|
"freedrawOnly": false,
|
||||||
|
"strokeColor": "#000000",
|
||||||
|
"backgroundColor": "transparent",
|
||||||
|
"fillStyle": "hachure",
|
||||||
|
"strokeWidth": 0,
|
||||||
|
"roughness": 0,
|
||||||
|
"penOptions": {
|
||||||
|
"highlighter": false,
|
||||||
|
"constantPressure": false,
|
||||||
|
"hasOutline": false,
|
||||||
|
"outlineWidth": 1,
|
||||||
|
"options": {
|
||||||
|
"thinning": 0.6,
|
||||||
|
"smoothing": 0.5,
|
||||||
|
"streamline": 0.5,
|
||||||
|
"easing": "easeOutSine",
|
||||||
|
"start": {
|
||||||
|
"cap": true,
|
||||||
|
"taper": 0,
|
||||||
|
"easing": "linear"
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"cap": true,
|
||||||
|
"taper": 0,
|
||||||
|
"easing": "linear"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "highlighter",
|
||||||
|
"freedrawOnly": true,
|
||||||
|
"strokeColor": "#FFC47C",
|
||||||
|
"backgroundColor": "#FFC47C",
|
||||||
|
"fillStyle": "solid",
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"roughness": null,
|
||||||
|
"penOptions": {
|
||||||
|
"highlighter": true,
|
||||||
|
"constantPressure": true,
|
||||||
|
"hasOutline": true,
|
||||||
|
"outlineWidth": 4,
|
||||||
|
"options": {
|
||||||
|
"thinning": 1,
|
||||||
|
"smoothing": 0.5,
|
||||||
|
"streamline": 0.5,
|
||||||
|
"easing": "linear",
|
||||||
|
"start": {
|
||||||
|
"taper": 0,
|
||||||
|
"cap": true,
|
||||||
|
"easing": "linear"
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"taper": 0,
|
||||||
|
"cap": true,
|
||||||
|
"easing": "linear"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "finetip",
|
||||||
|
"freedrawOnly": false,
|
||||||
|
"strokeColor": "#3E6F8D",
|
||||||
|
"backgroundColor": "transparent",
|
||||||
|
"fillStyle": "hachure",
|
||||||
|
"strokeWidth": 0.5,
|
||||||
|
"roughness": 0,
|
||||||
|
"penOptions": {
|
||||||
|
"highlighter": false,
|
||||||
|
"hasOutline": false,
|
||||||
|
"outlineWidth": 1,
|
||||||
|
"constantPressure": true,
|
||||||
|
"options": {
|
||||||
|
"smoothing": 0.4,
|
||||||
|
"thinning": -0.5,
|
||||||
|
"streamline": 0.4,
|
||||||
|
"easing": "linear",
|
||||||
|
"start": {
|
||||||
|
"taper": 5,
|
||||||
|
"cap": false,
|
||||||
|
"easing": "linear"
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"taper": 5,
|
||||||
|
"cap": false,
|
||||||
|
"easing": "linear"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "fountain",
|
||||||
|
"freedrawOnly": false,
|
||||||
|
"strokeColor": "#000000",
|
||||||
|
"backgroundColor": "transparent",
|
||||||
|
"fillStyle": "hachure",
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"roughness": 0,
|
||||||
|
"penOptions": {
|
||||||
|
"highlighter": false,
|
||||||
|
"constantPressure": false,
|
||||||
|
"hasOutline": false,
|
||||||
|
"outlineWidth": 1,
|
||||||
|
"options": {
|
||||||
|
"smoothing": 0.2,
|
||||||
|
"thinning": 0.6,
|
||||||
|
"streamline": 0.2,
|
||||||
|
"easing": "easeInOutSine",
|
||||||
|
"start": {
|
||||||
|
"taper": 150,
|
||||||
|
"cap": true,
|
||||||
|
"easing": "linear"
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"taper": 1,
|
||||||
|
"cap": true,
|
||||||
|
"easing": "linear"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "marker",
|
||||||
|
"freedrawOnly": true,
|
||||||
|
"strokeColor": "#B83E3E",
|
||||||
|
"backgroundColor": "#FF7C7C",
|
||||||
|
"fillStyle": "dashed",
|
||||||
|
"strokeWidth": 2,
|
||||||
|
"roughness": 3,
|
||||||
|
"penOptions": {
|
||||||
|
"highlighter": false,
|
||||||
|
"constantPressure": true,
|
||||||
|
"hasOutline": true,
|
||||||
|
"outlineWidth": 4,
|
||||||
|
"options": {
|
||||||
|
"thinning": 1,
|
||||||
|
"smoothing": 0.5,
|
||||||
|
"streamline": 0.5,
|
||||||
|
"easing": "linear",
|
||||||
|
"start": {
|
||||||
|
"taper": 0,
|
||||||
|
"cap": true,
|
||||||
|
"easing": "linear"
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"taper": 0,
|
||||||
|
"cap": true,
|
||||||
|
"easing": "linear"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "thick-thin",
|
||||||
|
"freedrawOnly": true,
|
||||||
|
"strokeColor": "#CECDCC",
|
||||||
|
"backgroundColor": "transparent",
|
||||||
|
"fillStyle": "hachure",
|
||||||
|
"strokeWidth": 0,
|
||||||
|
"roughness": null,
|
||||||
|
"penOptions": {
|
||||||
|
"highlighter": true,
|
||||||
|
"constantPressure": true,
|
||||||
|
"hasOutline": false,
|
||||||
|
"outlineWidth": 1,
|
||||||
|
"options": {
|
||||||
|
"thinning": 1,
|
||||||
|
"smoothing": 0.5,
|
||||||
|
"streamline": 0.5,
|
||||||
|
"easing": "linear",
|
||||||
|
"start": {
|
||||||
|
"taper": 0,
|
||||||
|
"cap": true,
|
||||||
|
"easing": "linear"
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"cap": true,
|
||||||
|
"taper": true,
|
||||||
|
"easing": "linear"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "thin-thick-thin",
|
||||||
|
"freedrawOnly": true,
|
||||||
|
"strokeColor": "#CECDCC",
|
||||||
|
"backgroundColor": "transparent",
|
||||||
|
"fillStyle": "hachure",
|
||||||
|
"strokeWidth": 0,
|
||||||
|
"roughness": null,
|
||||||
|
"penOptions": {
|
||||||
|
"highlighter": true,
|
||||||
|
"constantPressure": true,
|
||||||
|
"hasOutline": false,
|
||||||
|
"outlineWidth": 1,
|
||||||
|
"options": {
|
||||||
|
"thinning": 1,
|
||||||
|
"smoothing": 0.5,
|
||||||
|
"streamline": 0.5,
|
||||||
|
"easing": "linear",
|
||||||
|
"start": {
|
||||||
|
"cap": true,
|
||||||
|
"taper": true,
|
||||||
|
"easing": "linear"
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"cap": true,
|
||||||
|
"taper": true,
|
||||||
|
"easing": "linear"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "default",
|
||||||
|
"freedrawOnly": false,
|
||||||
|
"strokeColor": "#000000",
|
||||||
|
"backgroundColor": "transparent",
|
||||||
|
"fillStyle": "hachure",
|
||||||
|
"strokeWidth": 0,
|
||||||
|
"roughness": 0,
|
||||||
|
"penOptions": {
|
||||||
|
"highlighter": false,
|
||||||
|
"constantPressure": false,
|
||||||
|
"hasOutline": false,
|
||||||
|
"outlineWidth": 1,
|
||||||
|
"options": {
|
||||||
|
"thinning": 0.6,
|
||||||
|
"smoothing": 0.5,
|
||||||
|
"streamline": 0.5,
|
||||||
|
"easing": "easeOutSine",
|
||||||
|
"start": {
|
||||||
|
"cap": true,
|
||||||
|
"taper": 0,
|
||||||
|
"easing": "linear"
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"cap": true,
|
||||||
|
"taper": 0,
|
||||||
|
"easing": "linear"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "default",
|
||||||
|
"freedrawOnly": false,
|
||||||
|
"strokeColor": "#000000",
|
||||||
|
"backgroundColor": "transparent",
|
||||||
|
"fillStyle": "hachure",
|
||||||
|
"strokeWidth": 0,
|
||||||
|
"roughness": 0,
|
||||||
|
"penOptions": {
|
||||||
|
"highlighter": false,
|
||||||
|
"constantPressure": false,
|
||||||
|
"hasOutline": false,
|
||||||
|
"outlineWidth": 1,
|
||||||
|
"options": {
|
||||||
|
"thinning": 0.6,
|
||||||
|
"smoothing": 0.5,
|
||||||
|
"streamline": 0.5,
|
||||||
|
"easing": "easeOutSine",
|
||||||
|
"start": {
|
||||||
|
"cap": true,
|
||||||
|
"taper": 0,
|
||||||
|
"easing": "linear"
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"cap": true,
|
||||||
|
"taper": 0,
|
||||||
|
"easing": "linear"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "default",
|
||||||
|
"freedrawOnly": false,
|
||||||
|
"strokeColor": "#000000",
|
||||||
|
"backgroundColor": "transparent",
|
||||||
|
"fillStyle": "hachure",
|
||||||
|
"strokeWidth": 0,
|
||||||
|
"roughness": 0,
|
||||||
|
"penOptions": {
|
||||||
|
"highlighter": false,
|
||||||
|
"constantPressure": false,
|
||||||
|
"hasOutline": false,
|
||||||
|
"outlineWidth": 1,
|
||||||
|
"options": {
|
||||||
|
"thinning": 0.6,
|
||||||
|
"smoothing": 0.5,
|
||||||
|
"streamline": 0.5,
|
||||||
|
"easing": "easeOutSine",
|
||||||
|
"start": {
|
||||||
|
"cap": true,
|
||||||
|
"taper": 0,
|
||||||
|
"easing": "linear"
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"cap": true,
|
||||||
|
"taper": 0,
|
||||||
|
"easing": "linear"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"numberOfCustomPens": 0,
|
||||||
|
"pdfScale": 4,
|
||||||
|
"pdfBorderBox": true,
|
||||||
|
"pdfFrame": false,
|
||||||
|
"pdfGapSize": 20,
|
||||||
|
"pdfGroupPages": false,
|
||||||
|
"pdfLockAfterImport": true,
|
||||||
|
"pdfNumColumns": 1,
|
||||||
|
"pdfNumRows": 1,
|
||||||
|
"pdfDirection": "right",
|
||||||
|
"pdfImportScale": 0.3,
|
||||||
|
"gridSettings": {
|
||||||
|
"DYNAMIC_COLOR": true,
|
||||||
|
"COLOR": "#000000",
|
||||||
|
"OPACITY": 50
|
||||||
|
},
|
||||||
|
"laserSettings": {
|
||||||
|
"DECAY_LENGTH": 50,
|
||||||
|
"DECAY_TIME": 1000,
|
||||||
|
"COLOR": "#ff0000"
|
||||||
|
},
|
||||||
|
"embeddableMarkdownDefaults": {
|
||||||
|
"useObsidianDefaults": false,
|
||||||
|
"backgroundMatchCanvas": false,
|
||||||
|
"backgroundMatchElement": true,
|
||||||
|
"backgroundColor": "#fff",
|
||||||
|
"backgroundOpacity": 60,
|
||||||
|
"borderMatchElement": true,
|
||||||
|
"borderColor": "#fff",
|
||||||
|
"borderOpacity": 0,
|
||||||
|
"filenameVisible": false
|
||||||
|
},
|
||||||
|
"markdownNodeOneClickEditing": false,
|
||||||
|
"canvasImmersiveEmbed": true,
|
||||||
|
"startupScriptPath": "",
|
||||||
|
"openAIAPIToken": "",
|
||||||
|
"openAIDefaultTextModel": "gpt-3.5-turbo-1106",
|
||||||
|
"openAIDefaultVisionModel": "gpt-4o",
|
||||||
|
"openAIDefaultImageGenerationModel": "dall-e-3",
|
||||||
|
"openAIURL": "https://api.openai.com/v1/chat/completions",
|
||||||
|
"openAIImageGenerationURL": "https://api.openai.com/v1/images/generations",
|
||||||
|
"openAIImageEditsURL": "https://api.openai.com/v1/images/edits",
|
||||||
|
"openAIImageVariationURL": "https://api.openai.com/v1/images/variations",
|
||||||
|
"modifierKeyConfig": {
|
||||||
|
"Mac": {
|
||||||
|
"LocalFileDragAction": {
|
||||||
|
"defaultAction": "image-import",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "image-import"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": true,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "image-url"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": true,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "embeddable"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"WebBrowserDragAction": {
|
||||||
|
"defaultAction": "image-url",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "image-url"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": true,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": true,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "embeddable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "image-import"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"InternalDragAction": {
|
||||||
|
"defaultAction": "link",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": true,
|
||||||
|
"result": "embeddable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": true,
|
||||||
|
"result": "image-fullsize"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"LinkClickAction": {
|
||||||
|
"defaultAction": "new-tab",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "active-pane"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "new-tab"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": true,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "new-pane"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": true,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "popout-window"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": true,
|
||||||
|
"result": "md-properties"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Win": {
|
||||||
|
"LocalFileDragAction": {
|
||||||
|
"defaultAction": "image-import",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "image-import"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "image-url"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "embeddable"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"WebBrowserDragAction": {
|
||||||
|
"defaultAction": "image-url",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "image-url"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "embeddable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "image-import"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"InternalDragAction": {
|
||||||
|
"defaultAction": "link",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "embeddable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": true,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "image-fullsize"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"LinkClickAction": {
|
||||||
|
"defaultAction": "new-tab",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": false,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "active-pane"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "new-tab"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": true,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "new-pane"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": true,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": true,
|
||||||
|
"meta_ctrl": false,
|
||||||
|
"result": "popout-window"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"shift": false,
|
||||||
|
"ctrl_cmd": true,
|
||||||
|
"alt_opt": false,
|
||||||
|
"meta_ctrl": true,
|
||||||
|
"result": "md-properties"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"slidingPanesSupport": false,
|
||||||
|
"areaZoomLimit": 1,
|
||||||
|
"longPressDesktop": 500,
|
||||||
|
"longPressMobile": 500,
|
||||||
|
"doubleClickLinkOpenViewMode": true,
|
||||||
|
"isDebugMode": false,
|
||||||
|
"rank": "Bronze",
|
||||||
|
"modifierKeyOverrides": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "Enter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "k"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Mod"
|
||||||
|
],
|
||||||
|
"key": "G"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"showSplashscreen": true
|
||||||
|
}
|
||||||
10
.obsidian/plugins/obsidian-excalidraw-plugin/main.js
vendored
Normal file
10
.obsidian/plugins/obsidian-excalidraw-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json
vendored
Normal file
12
.obsidian/plugins/obsidian-excalidraw-plugin/manifest.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-excalidraw-plugin",
|
||||||
|
"name": "Excalidraw",
|
||||||
|
"version": "2.7.2",
|
||||||
|
"minAppVersion": "1.1.6",
|
||||||
|
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
|
||||||
|
"author": "Zsolt Viczian",
|
||||||
|
"authorUrl": "https://www.zsolt.blog",
|
||||||
|
"fundingUrl": "https://ko-fi.com/zsolt",
|
||||||
|
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
1
.obsidian/plugins/obsidian-excalidraw-plugin/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-excalidraw-plugin/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
17
.obsidian/plugins/obsidian-git/data.json
vendored
17
.obsidian/plugins/obsidian-git/data.json
vendored
@@ -1,23 +1,18 @@
|
|||||||
{
|
{
|
||||||
"commitMessage": "vault backup: {{date}}",
|
"commitMessage": "vault backup: {{date}}",
|
||||||
"autoCommitMessage": "vault backup: {{date}}",
|
|
||||||
"commitMessageScript": "",
|
|
||||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||||
"autoSaveInterval": 0,
|
"autoSaveInterval": 0,
|
||||||
"autoPushInterval": 0,
|
"autoPushInterval": 0,
|
||||||
"autoPullInterval": 0,
|
"autoPullInterval": 0,
|
||||||
"autoPullOnBoot": false,
|
"autoPullOnBoot": false,
|
||||||
"autoCommitOnlyStaged": false,
|
|
||||||
"disablePush": false,
|
"disablePush": false,
|
||||||
"pullBeforePush": true,
|
"pullBeforePush": true,
|
||||||
"disablePopups": false,
|
"disablePopups": false,
|
||||||
"showErrorNotices": true,
|
|
||||||
"disablePopupsForNoChanges": false,
|
"disablePopupsForNoChanges": false,
|
||||||
"listChangedFilesInMessageBody": false,
|
"listChangedFilesInMessageBody": false,
|
||||||
"showStatusBar": true,
|
"showStatusBar": true,
|
||||||
"updateSubmodules": false,
|
"updateSubmodules": false,
|
||||||
"syncMethod": "merge",
|
"syncMethod": "merge",
|
||||||
"mergeStrategy": "none",
|
|
||||||
"customMessageOnAutoBackup": false,
|
"customMessageOnAutoBackup": false,
|
||||||
"autoBackupAfterFileChange": false,
|
"autoBackupAfterFileChange": false,
|
||||||
"treeStructure": false,
|
"treeStructure": false,
|
||||||
@@ -34,12 +29,6 @@
|
|||||||
"showFileMenu": true,
|
"showFileMenu": true,
|
||||||
"authorInHistoryView": "hide",
|
"authorInHistoryView": "hide",
|
||||||
"dateInHistoryView": false,
|
"dateInHistoryView": false,
|
||||||
"diffStyle": "split",
|
|
||||||
"hunks": {
|
|
||||||
"showSigns": false,
|
|
||||||
"hunkCommands": false,
|
|
||||||
"statusBar": "disabled"
|
|
||||||
},
|
|
||||||
"lineAuthor": {
|
"lineAuthor": {
|
||||||
"show": false,
|
"show": false,
|
||||||
"followMovement": "inactive",
|
"followMovement": "inactive",
|
||||||
@@ -61,7 +50,7 @@
|
|||||||
},
|
},
|
||||||
"textColorCss": "var(--text-muted)",
|
"textColorCss": "var(--text-muted)",
|
||||||
"ignoreWhitespace": false,
|
"ignoreWhitespace": false,
|
||||||
"lastShownAuthorDisplay": "initials",
|
"gutterSpacingFallbackLength": 5
|
||||||
"lastShownDateTimeFormatOptions": "date"
|
},
|
||||||
}
|
"autoCommitMessage": "vault backup: {{date}}"
|
||||||
}
|
}
|
||||||
622
.obsidian/plugins/obsidian-git/main.js
vendored
622
.obsidian/plugins/obsidian-git/main.js
vendored
File diff suppressed because one or more lines are too long
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
2
.obsidian/plugins/obsidian-git/manifest.json
vendored
@@ -6,5 +6,5 @@
|
|||||||
"description": "Integrate Git version control with automatic backup and other advanced features.",
|
"description": "Integrate Git version control with automatic backup and other advanced features.",
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||||
"version": "2.38.6"
|
"version": "2.30.1"
|
||||||
}
|
}
|
||||||
|
|||||||
1013
.obsidian/plugins/obsidian-git/styles.css
vendored
1013
.obsidian/plugins/obsidian-git/styles.css
vendored
File diff suppressed because it is too large
Load Diff
40
.obsidian/plugins/obsidian-icon-folder/data.json
vendored
Normal file
40
.obsidian/plugins/obsidian-icon-folder/data.json
vendored
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"settings": {
|
||||||
|
"migrated": 6,
|
||||||
|
"iconPacksPath": ".obsidian/icons",
|
||||||
|
"fontSize": 16,
|
||||||
|
"emojiStyle": "native",
|
||||||
|
"iconColor": null,
|
||||||
|
"recentlyUsedIcons": [
|
||||||
|
"LiAtom",
|
||||||
|
"LiStars",
|
||||||
|
"⭐",
|
||||||
|
"LiLeaf",
|
||||||
|
"RaDragonWing"
|
||||||
|
],
|
||||||
|
"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,
|
||||||
|
"useInternalPlugins": false
|
||||||
|
},
|
||||||
|
"Ideas random.md": "LiAtom",
|
||||||
|
"public": "LiFiles",
|
||||||
|
"content/Notas": "LiNotebook"
|
||||||
|
}
|
||||||
7158
.obsidian/plugins/obsidian-icon-folder/main.js
vendored
Normal file
7158
.obsidian/plugins/obsidian-icon-folder/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-icon-folder/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-icon-folder/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-icon-folder",
|
||||||
|
"name": "Iconize",
|
||||||
|
"version": "2.14.6",
|
||||||
|
"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
Normal file
119
.obsidian/plugins/obsidian-icon-folder/styles.css
vendored
Normal file
@@ -0,0 +1,119 @@
|
|||||||
|
.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;
|
||||||
|
}
|
||||||
153
.obsidian/plugins/obsidian-kanban/main.js
vendored
Normal file
153
.obsidian/plugins/obsidian-kanban/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-kanban/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-kanban/manifest.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-kanban",
|
||||||
|
"name": "Kanban",
|
||||||
|
"version": "2.0.51",
|
||||||
|
"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
|
||||||
|
}
|
||||||
1
.obsidian/plugins/obsidian-kanban/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-kanban/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
39
.obsidian/plugins/obsidian-leaflet-plugin/data.json
vendored
Normal file
39
.obsidian/plugins/obsidian-leaflet-plugin/data.json
vendored
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"mapMarkers": [],
|
||||||
|
"defaultMarker": {
|
||||||
|
"type": "default",
|
||||||
|
"iconName": "map-marker",
|
||||||
|
"color": "#dddddd",
|
||||||
|
"transform": {
|
||||||
|
"size": 6,
|
||||||
|
"x": 0,
|
||||||
|
"y": -2
|
||||||
|
},
|
||||||
|
"isImage": false
|
||||||
|
},
|
||||||
|
"markerIcons": [],
|
||||||
|
"color": "#dddddd",
|
||||||
|
"lat": 39.983334,
|
||||||
|
"long": -82.98333,
|
||||||
|
"notePreview": true,
|
||||||
|
"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": "metric",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
3
.obsidian/plugins/obsidian-leaflet-plugin/main.js
vendored
Normal file
3
.obsidian/plugins/obsidian-leaflet-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-leaflet-plugin/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-leaflet-plugin/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"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
Normal file
1314
.obsidian/plugins/obsidian-leaflet-plugin/styles.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1067
.obsidian/plugins/obsidian-statusbar-pomo/main.js
vendored
Normal file
1067
.obsidian/plugins/obsidian-statusbar-pomo/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-statusbar-pomo/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-statusbar-pomo/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-statusbar-pomo",
|
||||||
|
"name": "Status Bar Pomodoro Timer",
|
||||||
|
"version": "0.1.15",
|
||||||
|
"minAppVersion": "0.9.12",
|
||||||
|
"description": "Adds a pomodoro timer to your status bar.",
|
||||||
|
"author": "kzhovn",
|
||||||
|
"authorUrl": "",
|
||||||
|
"isDesktopOnly": true
|
||||||
|
}
|
||||||
7
.obsidian/plugins/obsidian-statusbar-pomo/styles.css
vendored
Normal file
7
.obsidian/plugins/obsidian-statusbar-pomo/styles.css
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
.statusbar-pomo {
|
||||||
|
font-variant-numeric: tabular-nums;
|
||||||
|
}
|
||||||
|
|
||||||
|
.statusbar-pomo-logging:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
18
.obsidian/plugins/obsidian-style-settings/data.json
vendored
Normal file
18
.obsidian/plugins/obsidian-style-settings/data.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"ITS@@t-d": false,
|
||||||
|
"ITS@@drwn": false,
|
||||||
|
"ITS@@notion": false,
|
||||||
|
"ITS@@its-d": false,
|
||||||
|
"ITS@@mini": false,
|
||||||
|
"ITS@@breadcrumbs-block": false,
|
||||||
|
"ITS@@writing-document": false,
|
||||||
|
"ITS@@paper": false,
|
||||||
|
"ITS@@writing": false,
|
||||||
|
"ITS@@disable-source-styling": false,
|
||||||
|
"ITS@@s-d": false,
|
||||||
|
"ITS@@select": "none",
|
||||||
|
"ITS@@slrvb-g": false,
|
||||||
|
"ITS@@slrvb-b": false,
|
||||||
|
"ITS@@nord": false,
|
||||||
|
"ITS@@accent-color": false
|
||||||
|
}
|
||||||
165
.obsidian/plugins/obsidian-style-settings/main.js
vendored
Normal file
165
.obsidian/plugins/obsidian-style-settings/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-style-settings/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-style-settings/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-style-settings",
|
||||||
|
"name": "Style Settings",
|
||||||
|
"version": "1.0.9",
|
||||||
|
"minAppVersion": "0.11.5",
|
||||||
|
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
|
||||||
|
"author": "mgmeyers",
|
||||||
|
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
243
.obsidian/plugins/obsidian-style-settings/styles.css
vendored
Normal file
243
.obsidian/plugins/obsidian-style-settings/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
.obsidian/themes/ITS Theme/manifest.json
vendored
Normal file
7
.obsidian/themes/ITS Theme/manifest.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"name": "ITS Theme",
|
||||||
|
"version": "1.3.30",
|
||||||
|
"minAppVersion": "0.16.0",
|
||||||
|
"author": "SlRvb",
|
||||||
|
"authorUrl": "https://github.com/SlRvb"
|
||||||
|
}
|
||||||
14453
.obsidian/themes/ITS Theme/theme.css
vendored
Normal file
14453
.obsidian/themes/ITS Theme/theme.css
vendored
Normal file
File diff suppressed because one or more lines are too long
27
.obsidian/types.json
vendored
Normal file
27
.obsidian/types.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"types": {
|
||||||
|
"aliases": "aliases",
|
||||||
|
"cssclasses": "multitext",
|
||||||
|
"tags": "tags",
|
||||||
|
"excalidraw-plugin": "text",
|
||||||
|
"excalidraw-export-transparent": "checkbox",
|
||||||
|
"excalidraw-mask": "checkbox",
|
||||||
|
"excalidraw-export-dark": "checkbox",
|
||||||
|
"excalidraw-export-padding": "number",
|
||||||
|
"excalidraw-export-pngscale": "number",
|
||||||
|
"excalidraw-export-embed-scene": "checkbox",
|
||||||
|
"excalidraw-link-prefix": "text",
|
||||||
|
"excalidraw-url-prefix": "text",
|
||||||
|
"excalidraw-link-brackets": "checkbox",
|
||||||
|
"excalidraw-onload-script": "text",
|
||||||
|
"excalidraw-linkbutton-opacity": "number",
|
||||||
|
"excalidraw-default-mode": "text",
|
||||||
|
"excalidraw-font": "text",
|
||||||
|
"excalidraw-font-color": "text",
|
||||||
|
"excalidraw-border-color": "text",
|
||||||
|
"excalidraw-css": "text",
|
||||||
|
"excalidraw-autoexport": "text",
|
||||||
|
"excalidraw-embeddable-theme": "text",
|
||||||
|
"excalidraw-open-md": "checkbox"
|
||||||
|
}
|
||||||
|
}
|
||||||
192
.obsidian/workspace.json
vendored
192
.obsidian/workspace.json
vendored
@@ -1,41 +1,70 @@
|
|||||||
{
|
{
|
||||||
"main": {
|
"main": {
|
||||||
"id": "281d891d2db75ab7",
|
"id": "d4a290484a7ce5f8",
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "a21ec06cd37a7a39",
|
"id": "b296a228164f8ce4",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "9f5d2c22ee960ac1",
|
"id": "8a4aa4bd225bba48",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "content/Exemple.md",
|
"file": "content/Notas/Finarbor.md",
|
||||||
"mode": "preview",
|
"mode": "source",
|
||||||
"source": false
|
"source": true
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Exemple"
|
"title": "Finarbor"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2dcdbb34283192ce",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "content/Notas/Dragones ancestrales.md",
|
||||||
|
"mode": "preview",
|
||||||
|
"source": true
|
||||||
|
},
|
||||||
|
"icon": "lucide-file",
|
||||||
|
"title": "Dragones ancestrales"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "b0c5ab5d3030f37b",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "content/Notas/Razas mundanas.md",
|
||||||
|
"mode": "preview",
|
||||||
|
"source": true
|
||||||
|
},
|
||||||
|
"icon": "lucide-file",
|
||||||
|
"title": "Razas mundanas"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"stacked": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
},
|
},
|
||||||
"left": {
|
"left": {
|
||||||
"id": "7b6617f0c32c0b53",
|
"id": "382896f6b287dfe8",
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "b5a9835320aa5edd",
|
"id": "4240e060cb086e7d",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "07aac2b5083bcb58",
|
"id": "6506afc05c00f650",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "file-explorer",
|
"type": "file-explorer",
|
||||||
@@ -48,12 +77,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "3dbed453bca67944",
|
"id": "3b89140dfa9b50d4",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "search",
|
"type": "search",
|
||||||
"state": {
|
"state": {
|
||||||
"query": "",
|
"query": "Albor",
|
||||||
"matchingCase": false,
|
"matchingCase": false,
|
||||||
"explainSearch": false,
|
"explainSearch": false,
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
@@ -65,13 +94,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "070d0818eaa3bab4",
|
"id": "edd43e5f80e1155b",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "bookmarks",
|
"type": "bookmarks",
|
||||||
"state": {},
|
"state": {},
|
||||||
"icon": "lucide-bookmark",
|
"icon": "lucide-bookmark",
|
||||||
"title": "Marcadores"
|
"title": "Bookmarks"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -81,20 +110,20 @@
|
|||||||
"width": 300
|
"width": 300
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "cfcc3f4342ff47d3",
|
"id": "8a319fb3cf6a5e9a",
|
||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "e0c996c8c0a4295c",
|
"id": "1ed4570dfe9ab06a",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "845b492cb4c89064",
|
"id": "533335637bed39e7",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Bienvenido.md",
|
"file": "gghg.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@@ -104,72 +133,74 @@
|
|||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-coming-in",
|
"icon": "links-coming-in",
|
||||||
"title": "Enlaces entrantes de Bienvenido"
|
"title": "Backlinks for gghg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "26502a74dadefe2c",
|
"id": "8fb8d93bece6d2d5",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Bienvenido.md",
|
"file": "gghg.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-going-out",
|
"icon": "links-going-out",
|
||||||
"title": "Enlaces salientes de Bienvenido"
|
"title": "Outgoing links from gghg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "796e927f404f4ef0",
|
"id": "190db2d764ef2fee",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "tag",
|
"type": "tag",
|
||||||
"state": {
|
"state": {
|
||||||
"sortOrder": "frequency",
|
"sortOrder": "frequency",
|
||||||
"useHierarchy": true,
|
"useHierarchy": true
|
||||||
"showSearch": false,
|
|
||||||
"searchQuery": ""
|
|
||||||
},
|
},
|
||||||
"icon": "lucide-tags",
|
"icon": "lucide-tags",
|
||||||
"title": "Etiquetas"
|
"title": "Tags"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "b7b8ce2029707e8d",
|
"id": "0bbc414ccc83c787",
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "all-properties",
|
|
||||||
"state": {
|
|
||||||
"sortOrder": "frequency",
|
|
||||||
"showSearch": false,
|
|
||||||
"searchQuery": ""
|
|
||||||
},
|
|
||||||
"icon": "lucide-archive",
|
|
||||||
"title": "Todas las propiedades"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "d68f447b69afc433",
|
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Bienvenido.md",
|
"file": "gghg.md"
|
||||||
"followCursor": false,
|
|
||||||
"showSearch": false,
|
|
||||||
"searchQuery": ""
|
|
||||||
},
|
},
|
||||||
"icon": "lucide-list",
|
"icon": "lucide-list",
|
||||||
"title": "Esquema de Bienvenido"
|
"title": "Outline of gghg"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "15293d872b0188b5",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "git-view",
|
||||||
|
"state": {},
|
||||||
|
"icon": "git-pull-request",
|
||||||
|
"title": "Source Control"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "9876130f05aa0c4d",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "DICE_ROLLER_VIEW",
|
||||||
|
"state": {},
|
||||||
|
"icon": "dices",
|
||||||
|
"title": "Dice Tray"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"currentTab": 5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 300,
|
"width": 332.5,
|
||||||
"collapsed": true
|
"collapsed": true
|
||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
@@ -181,14 +212,63 @@
|
|||||||
"templates:Insertar plantilla": false,
|
"templates:Insertar plantilla": false,
|
||||||
"command-palette:Abrir paleta de comandos": false,
|
"command-palette:Abrir paleta de comandos": false,
|
||||||
"bases:Crear nueva base": false,
|
"bases:Crear nueva base": false,
|
||||||
"obsidian-git:Open Git source control": false
|
"obsidian-5e-statblocks:Open Creature pane": false,
|
||||||
|
"obsidian-statusbar-pomo:Start pomodoro": false,
|
||||||
|
"obsidian-excalidraw-plugin:Create new drawing": false,
|
||||||
|
"obsidian-git:Open Git source control": false,
|
||||||
|
"obsidian-kanban:Create new board": false,
|
||||||
|
"obsidian-leaflet-plugin:Open Leaflet Map": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "9f5d2c22ee960ac1",
|
"active": "6506afc05c00f650",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"content/index.md",
|
"content",
|
||||||
"content/Exemple.md",
|
"content/Notas/Finarbor.md",
|
||||||
"content/Bienvenido.md",
|
"content/Notas/Alkatlak.md",
|
||||||
"content"
|
"content/Notas/Dragones ancestrales.md",
|
||||||
|
"content/Notas/Finistio.md",
|
||||||
|
"content/Notas/Dracónidos.md",
|
||||||
|
"content/Notas/Razas mundanas.md",
|
||||||
|
"content/Campanas/Campana 3 - Crónicas de Finistia/Session 1.md",
|
||||||
|
"content/Notas/Limdor.md",
|
||||||
|
"content/Notas/Dragones.md",
|
||||||
|
"content/Notas/La gran enciclopedia de Hibolica.md",
|
||||||
|
"content/Notas/Hibolica.md",
|
||||||
|
"content/Notas/Finistia.md",
|
||||||
|
"Ideas random.md",
|
||||||
|
"content/Notas/Hibolia.md",
|
||||||
|
"content/Notas/Katlum.md",
|
||||||
|
"content/Notas/Noth.md",
|
||||||
|
"content/Notas/Goldrach.md",
|
||||||
|
"public/Drawing/Maps/finarbor.png",
|
||||||
|
"Assets/Drawing/Maps/aldea.png",
|
||||||
|
"public/Drawing/Maps",
|
||||||
|
"Primordiales.md",
|
||||||
|
"content/Campanas/Campana 3 - Crónicas de Finistia/Log.md",
|
||||||
|
"public/Cheat Sheet.md",
|
||||||
|
"content/Notas/Ithara.md",
|
||||||
|
"content/Notas/Boric Rebama.md",
|
||||||
|
"content/Notas/Alyria IV.md",
|
||||||
|
"content/Notas/Alth.md",
|
||||||
|
"content/Notas/Dragones de las columnas.md",
|
||||||
|
"public/Internet/nig-full.png",
|
||||||
|
"public/Internet/valentin.png",
|
||||||
|
"public/Internet/Pasted image 20260217004215.png",
|
||||||
|
"public/Internet/Pasted image 20260217000919.png",
|
||||||
|
"public/Internet/Pasted image 20251210223525.png",
|
||||||
|
"public/Internet/27.png",
|
||||||
|
"public/Internet/25.png",
|
||||||
|
"public/Internet/15.png",
|
||||||
|
"public/Drawing",
|
||||||
|
"content/Campanas/Campana 3 - Crónicas de Finistia",
|
||||||
|
"Tablas",
|
||||||
|
"content/Campanas/Niggers",
|
||||||
|
"public/Photoshop/mapamundi-hibolica.psd",
|
||||||
|
"Lugares",
|
||||||
|
"Ideas.canvas",
|
||||||
|
"Campanas/Dragones y tormentas/Items lore",
|
||||||
|
"Campanas/Dragones y tormentas/NPCs",
|
||||||
|
"Campanas/Sin Titulo/Campana Josep map.canvas",
|
||||||
|
"Campanas/Dragones y tormentas"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
125
Ideas random.md
Normal file
125
Ideas random.md
Normal file
@@ -0,0 +1,125 @@
|
|||||||
|
# Ideas random
|
||||||
|
## Yapping (contexto)
|
||||||
|
|
||||||
|
Desde hace aproximadamente 2 años empecé a dibujar bastantes dragones porque es el tipo de autismo que viene con una hiperfijación incluida, y es lo que me ha tocado, el de los dragones.
|
||||||
|
|
||||||
|
No me quejo podría ser bastante peor, como por ejemplo pingüinos. Durante nose cuando me ha dado como bastante vergüenza todo esto de tener una hiperfijación, porque es muy raro y no encaja casi nada con la sociedad, y lo triste es algo que creo que tiene muchísima importancia pues realmente no le importa a nadie.
|
||||||
|
|
||||||
|
Tener una hiperfijacion tiene algunas partes buenas y algunas partes malas también. Puede ser que la gente te mire con muy mala cara y que seas bastante raro, por el hecho de sacar la fijación con cosas que no vienen a cuento y incomodar un poco a las personas que tienes a tu alrededor. Por otra parte, te hace destacar quieras o no. Seguramente todas las personas que tienes a tu alrededor no tengan la misma hiperfijacion que tu. Al menos, no me he encontrado ninguna en la vida real.
|
||||||
|
|
||||||
|
Y para colmo, esta hiperfijacion no me sirve para nada en el mundo real, es totalmente inútil. Si me fijara en los pingüinos podría ser biólogo, y si me fijara en las mates podría ser matemático. Pues nada.
|
||||||
|
|
||||||
|
También internet me ha hecho un poco de daño con todo este tema. Obviamente hay muchísimos colgados en el mundo que también tienen una hiperfijacion con lagartos grandes, y algunos de algunas formas bastante degeneradas. En el fondo, creo que gran parte de mi miedo a mostrar ésta hiperfijacion viene de que la gente me compare con algún degenerado. No quiero tener ningún fetiche con ningún lagarto ni mucho menos.
|
||||||
|
|
||||||
|
Pues eso, durante toda mi vida le di vueltas a esto. Intenté ocultar todo esto durante toda mi vida hasta que entonces de repente me atreví a empezar a dibujar. Y dije, quiero expresarme, voy a dibujar un dragón. Y hice esto:
|
||||||
|
|
||||||
|
![[Pasted image 20260217000919.png]]
|
||||||
|
|
||||||
|
Este dibujo lo hice durante mi periodo de educación secundaría obligatoria, en 2019. Representa que quería hacer como un dragón fractal. Con mis nulas habilidades solamente pegué un set de Julia de color rojo al cuerpo del dragón y quería también que tocase una especie de cristal cósmico o algo así con la pata esa de delante. Lo acabé dejando a medias.
|
||||||
|
|
||||||
|
No lo enseñé a nadie porque me daba mucha vergüenza. Aún así, continué dibujando dragones. Hice el bachillerato, hice algunos bocetos a papel cuando me aburria en clase, y como que había COVID, nos juntaron los del bachillerato tecnológico con los del artístico, así que hacia bocetos y se los enseñaba a ellos por enseñarles algo nose, para decirles que el tecnológico es claramente el bachillerato superior.
|
||||||
|
|
||||||
|
Durante esa época aparqué un poco el dibujo y me empezó a interesar el modelaje 3D. Me obsesioné mucho. Por LITERALMENTE culpa de este render precioso
|
||||||
|
|
||||||
|
<img src="Assets/EternalFlameLowRes.png" alt="Alt text" style="display: block; margin: 0 auto; width: 60%;">
|
||||||
|
|
||||||
|
No saqué matricula de honor en bachillerato, ya que pasé de hacer un trabajo para subir nota y me dediqué a hacer este render. Literalmente, está hecho con sangre. El daño ya está hecho, no sé si valió la pena, creo que si. Sobre la imagen, es literalmente un dragón rojo que arrasa una ciudad. En concreto Barcelona ya que encontré un plugin para meter ciudades dentro de Blender.
|
||||||
|
|
||||||
|
Este modelo 3D de este dragón lo reutilicé bastante. Originalmente no le puse alas y era así:
|
||||||
|
|
||||||
|
![[15.png]]
|
||||||
|
|
||||||
|
Este es monisimo me encanta lo tengo de foto de perfil. Perdí el modelo por desgracia.
|
||||||
|
|
||||||
|
Y bueno más renders que hice, reaprovechando,
|
||||||
|
|
||||||
|
![[14.png]]
|
||||||
|
|
||||||
|
Otro dragón, este está jugando con saturno.
|
||||||
|
|
||||||
|
Después de esto, entré en la universidad. Compré una tablet para hacer apuntes que la utilicé más para dibujar que otra cosa. Este fue el primer dibujo que hice con el que me consideré satisfecho conmigo mismo, y con el cual ya empecé a intentar hacer un worldbuilding serio.
|
||||||
|
|
||||||
|
Como que los dragones son bestias mitológicas, que salen en muchos mitos, quería dar a entender que realmente son seres legendarios (o incluso dioses) bastante importantes.
|
||||||
|
|
||||||
|
## Dragones de Hibolia
|
||||||
|
|
||||||
|
Llegaré hasta la **primera guerra** porque se me ha alargado el worldbuilding al final tendré que hacer otro documento.
|
||||||
|
|
||||||
|
En fin esto pasa en Hibolia: un plano literalmente. En el cielo hay cielo en el suelo hay suelo mas alla del suelo hay suelo y más alla del cielo hay cielo. No hay luz, ni tiempo, ni nada, solo hay plano.
|
||||||
|
|
||||||
|
El plano está vacío totalmente plano hasta que Alth (un dragón dios interplanetario en el sentido de que viaja entre el espacio entre planos) toca el plano sin querer y parte de su esencia manifestada en 4 dragones primordiales que se quedan en el plano y hacen terraforming y vida y lo que les da la gana. Empiezan desde Hibolica (el punto donde Alth rozo sin querer Hibolia) ya que lo consideran sagrado y a partir de alli van haciendo su magia y moldean el plano y cosas de dioses y todo eso.
|
||||||
|
|
||||||
|
Con esto pasa un suceso divertido también y es que si uno se aleja mucho de Hibolica ya no hay influencia de estos dragones primordiales y acabas viendo lo que era el plano originalmente: un lugar donde el cielo es cielo y el suelo es suelo y no hay nada más. SI hay mucha nada hay mucho igualmente quien sabe. La gente se vuelve loca cuando llega hasta allí (más adelante trataré esto)
|
||||||
|
|
||||||
|
Estos son los 4 dragones primordiales:
|
||||||
|
|
||||||
|
### Era
|
||||||
|
![[nig-full.png]]
|
||||||
|
|
||||||
|
Era se origino como la esencia del tiempo, lo finito y la muerte. Fue la primera que llegó al plano. Su propia presencia provoca la existencia del tiempo y la muerte y tal.
|
||||||
|
|
||||||
|
En la actualidad, Era está encerrada en el Oceano Condenado. Ahora mismo la dragona recoge las almas de todos los seres que nacen y mueren del agua del oceano.
|
||||||
|
|
||||||
|
### Nozt
|
||||||
|
|
||||||
|
Para este tenemos dos ilustraciones!
|
||||||
|
|
||||||
|
![[Pasted image 20260217004215.png]]
|
||||||
|
|
||||||
|
![[Pasted image 20251210223525.png]]
|
||||||
|
|
||||||
|
Se llama Nozt. Es un dragón rojo demonio aparenta ser bastante malo.
|
||||||
|
|
||||||
|
Nozt es un dragón primordial. Vino al mundo más tarde que Tau. Y claro, Nozt no tardó en darse cuenta que tenia un pequeño conflicto de interés con Tau, ya que ella, en su momento, se encargaba de que las cosas muriesen, incluidos los dragones. Nozt no queria borrarse a si mismo de la existencia, asi que decidíó encerrar a Tau en el oceano (alguno) haciendo un sello en las profundidades de Morsia.
|
||||||
|
|
||||||
|
Hacer ese sello tenia unas cuantas consecuencias un poco graves. Necesitava ver literalmente a Alth mismo. Llegó a hacerlo pero le costo pues su sanidad mental, no volvió a ser el mismo, blabla. Después también, lo guardó en el lugar más profundo de las antiguas montañas de Morsia.
|
||||||
|
|
||||||
|
Está guai de los 4 primordiales es el unico que ha visto directamente a su creador, y es aterrador.
|
||||||
|
|
||||||
|
Los otros dos dragones primordiales (en concreto a Era) no les gusto mucho la idea así que le intentaron a palazos a Nozt asi que pelearon contra Nozt y hicieron un boquete bastante grande a de Morsia (tiran una nuke magica o algo) haciendo un crater bastante gordo. Eso debilito muy ligeramente el sello, aun asi perdieron, se retiraron, y Nozt busca venganza por lo que le han hecho. Se hace gaslighting a si mismo pensando que lo quieren matar liberando a Tau y pues arma cosas y amenaza con destruir Hibolia y todo eso.
|
||||||
|
|
||||||
|
### Albor y Katlum
|
||||||
|
|
||||||
|
![[valentin.png]]
|
||||||
|
|
||||||
|
Albor el amarillo y Katlum el azul
|
||||||
|
|
||||||
|
Albor cree firmemente en que su padre Alth creó a los dragones primordiales para llenar el plano de cosas hacer una cosa preciosa y luego marxar a otro plano. Representa que Era es la llave para irse de este plano a otro, pero claro eh Nozt no deja porque la ha encerrado haciendo a los dragones inmortales.
|
||||||
|
|
||||||
|
Katlum por otra parte pues era un dragon que también le gustava crear pero el no le gustaba que el plano fuese muy plano asi que decidió hacer que el plano no sea plano y pues terraformo el plano en cierta medida. Hizo algunas montañas y también parte de su cuerpo acabó pues siendo agua y así se formaron los oceanos de Hibolia.
|
||||||
|
|
||||||
|
Entonces Albor hizo una cosa cogió como un poco del agua de Katlum y empezo a calentarla y a hacer noseque cosas pero vamos que empieza a hacer seres vivos!!! Entonces pasa una cosa eh al ver esto se acaban queriendo al final y pues en el canon son como los dos dragones primordiales buenos buenos que los seres vivos de almenos la parte occidente de Hibolia veneran.
|
||||||
|
|
||||||
|
A parte también hacen las plantas y los arboles y las nubes porque es agua que se calienta y tal. También aparecen dragones de color verde, también mortales porque vienen del agua dinosaurios lagartos etc.
|
||||||
|
|
||||||
|
Y después pasa eso se pelean con Noth y todo eso y bla bla bla.
|
||||||
|
|
||||||
|
Al final cuando ven que no pueden pues con Noth intentan hacer otra cosa, ya que como se cansan un poco de este plano, van un poco más arriba e intentan hacer otro, asi que lo hacen. Antes de irse estos les dan un regalo a los seres de abajo que es pues la luz y agua y tal. Asi que los oceanos se quedan y aun hay luz.
|
||||||
|
|
||||||
|
No en forma de sol, porque ahora tenemos plano encima de plano. Debajo del plano nuevo hay unas plantitas sagradas con los cuales Albor da luz, y cuando no dan luz pues Katlum les da la luz de la noche que es blanca tenue y pues todo se vuelve azul oscuro (como la noche con luna llena que brilla como un poco todo pues eso).
|
||||||
|
|
||||||
|
no no puede entonces se enamora de alguna forma con Katlum, que di
|
||||||
|
|
||||||
|
|
||||||
|
1. Este y Era quieren hacer una cosa después que es para dar luz tapan el cielo y la parte de más arriba se la quedan solo ellos. Luego Nozt lo hace como discurso de que estos dos son malos porque dejan a su gente tirados, pero en realidad el problema es que eso taparia todas las montañas que "comunican" con Alth. Nozt sabe que en verdad ese rumor es cierto, si comunican y eso romperia el sello.
|
||||||
|
|
||||||
|
Obviamente de estos 4 dragones primordiales, tienen unos descendientes, y también de las razas de agua (necesito un nombre mejor) los adoran como dioses segun en que región esten:
|
||||||
|
|
||||||
|
- Turlium adoran a Era
|
||||||
|
- Hirria originalmente a Tau pero ya se ha perdido han dejado de ser religiosos
|
||||||
|
- Karstia a Rak
|
||||||
|
- Nilsia a Tau
|
||||||
|
- Morsia, Morvhaal, Raksia todo eso a Nozt
|
||||||
|
- En finistia hay muchas praderas y dragones verdes. Está entremedio de Turlium y Karstia
|
||||||
|
|
||||||
|
Más cosas
|
||||||
|
|
||||||
|
- Limdor es la capital de Turlium
|
||||||
|
- Los dragones verdes se acaban volviendo locos
|
||||||
|
- Hirria imperio autoritario de blabla militarizado odiamos dragones en general (no los hace malvados porque malo en si es Nozt)
|
||||||
|
- Morsia hay orcos y razas malas todo eso que sirven a señor malvado
|
||||||
|
- Nilsia hay descendientes de Tau que al no poder entrar directamente en Morsia para romper el sello miran hacia el plano, e intentan estudiar la esencia del plano en si, para buscar alguna mágia o algo que se escape a Alth mismo. Como que lo acaban traicionando un poco a la esencia de su padre para tal de liberar a Tau, mola mucho.
|
||||||
|
- Hibolia hay montaña con pico muy grande. Si uno llega arriba del todo se rumorea que se sale del plano y llega a ver a Alth. Es un mito esto incluso entre dragones primordiales.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
20
Tablas/Tablas.md
Normal file
20
Tablas/Tablas.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|
| Roll | Formas de govierno |
|
||||||
|
| ----- | ------------------ |
|
||||||
|
| 1-8 | Autocracia |
|
||||||
|
| 9-13 | Democracia |
|
||||||
|
| 14-19 | Dictadura |
|
||||||
|
| 20-24 | Feudalismo |
|
||||||
|
| 25-29 | Magocracia |
|
||||||
|
| 30 | Jerarquia |
|
||||||
|
| 31 | Meritocracia |
|
||||||
|
| 32-37 | Militocracia |
|
||||||
|
| 38-50 | Monarquia |
|
||||||
|
| 51-56 | Oligarquia |
|
||||||
|
| 57-60 | Patriarcado |
|
||||||
|
| 61-66 | Republica |
|
||||||
|
| 67-70 | Kleptocracia |
|
||||||
|
| 70-75 | Teocracia |
|
||||||
|
^politica
|
||||||
|
|
||||||
|
Ola: `dice: [[Tablas#^politica]]`
|
||||||
@@ -1 +0,0 @@
|
|||||||
Test example test
|
|
||||||
3
content/Notas/Alkatlak.md
Normal file
3
content/Notas/Alkatlak.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Una monada
|
||||||
|
|
||||||
|
![[greennigga.png]]
|
||||||
1
content/Notas/Alth.md
Normal file
1
content/Notas/Alth.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Alth és el creador y princial dios de Hibolica.
|
||||||
1
content/Notas/Alyria IV.md
Normal file
1
content/Notas/Alyria IV.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Alyria IV es la reina del reinado de [[Limdor]]
|
||||||
2
content/Notas/Boric Rebama.md
Normal file
2
content/Notas/Boric Rebama.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Boric es un enviado de la reina de [[Limdor]] que acompaña a [[Gizmo]] para intentar recuperar a [[Goldrach]].
|
||||||
|
|
||||||
1
content/Notas/Dracónidos.md
Normal file
1
content/Notas/Dracónidos.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Sirvientes de [[Dragones]]. Entran en la categoria de razas mundanas aunque son como un bastardo de Katlum, ya que salen a partir de relaciones entre los primeros [[Humanos]] y [[Dragones]]. Fueron tratados como bastardos por los [[Dragones]] hasta el punto de que ahora ambas razas se odian completamente.
|
||||||
8
content/Notas/Dragones ancestrales.md
Normal file
8
content/Notas/Dragones ancestrales.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Los dragones ancestrales fueron los primeros dragones que habitaron [[Hibolica]] tras el la marxa de [[Alth]].
|
||||||
|
|
||||||
|
Los dragones ancestrales són:
|
||||||
|
|
||||||
|
- [[Arbor]]
|
||||||
|
- [[Katlum]]
|
||||||
|
- [[Nozt]]
|
||||||
|
- [[Era]]
|
||||||
3
content/Notas/Dragones de las columnas.md
Normal file
3
content/Notas/Dragones de las columnas.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Los dragones de las columnas són [[Dragones]] que se originaron a partir de las [[Columnas]], es decir los remanentes de los [[Dragones ancestrales]]. Estos no contienen tanta [[Ithara]] como los dragones ancestrales y por tanto són menores que estos.
|
||||||
|
|
||||||
|
En la actualidad, hay diferentes [[Dragones de las columnas]] vivos, como por ejemplo [[Goldrach]] el protector de [[Limdor]].
|
||||||
20
content/Notas/Dragones.md
Normal file
20
content/Notas/Dragones.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
> < [[Razas]]
|
||||||
|
|
||||||
|
> Hay diferentes tipos de dragones presentes en el mundo de Hibolica
|
||||||
|
>
|
||||||
|
> - [[Dragones ancestrales]]
|
||||||
|
> - [[Dragones de las columnas]]
|
||||||
|
|
||||||
|
Los dragones son unas grandes bestias temidas y beneradas al mismo tiempo por todo el plano de [[Hibolica]].
|
||||||
|
|
||||||
|
## Historia
|
||||||
|
|
||||||
|
## Extras
|
||||||
|
|
||||||
|
### Como poner nombre a un dragón
|
||||||
|
|
||||||
|
Los dragones tienen la tradición de añadir sufijos de sus ancestros a su propio nombre para así hacerles honor, tradición que los [[Dracónidos]] luego adoptarían.
|
||||||
|
|
||||||
|
Por ejemplo, un [[Dragón verde]], es descendiente de Albor y Katlum, por tanto, todos los dragones verdes empiezan por "Alkat-". Luego, al no haber tantos dragones en [[Hibolia]] el sufijo ya es el propio nombre del dragón (p. ej, Alkat**lak**).
|
||||||
|
|
||||||
|
Los draconidos añaden otro sufijo al final de su dragón maestro (p. ej, Alkatlak**tum**)
|
||||||
31
content/Notas/Finarbor.md
Normal file
31
content/Notas/Finarbor.md
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
Finarbor es un pequeño pueblo situado al oeste de [[Finistia]]
|
||||||
|
|
||||||
|
![[finarbor.png]]
|
||||||
|
|
||||||
|
Los habitantes de Finarbor son mayoritariamente ganaderos contratados por una empresa centralizada en turismo de gran parte del reino llamada [[Drundis S.A.]].
|
||||||
|
|
||||||
|
## Población
|
||||||
|
|
||||||
|
Los habitantes de Finarbor són principalmente [[Humanos]]. También hay:
|
||||||
|
- Una pareja de [[Elfos]], contratados por [[Drundis S.A.]] con contrato indefinido para ejercer labores en el "atractivo" del [[El Resurgir del Dragón]]
|
||||||
|
- El dragón verde [[Alkatlak]]
|
||||||
|
|
||||||
|
Finarbor ofrece principalmente el "atractivo" de [[El Resurgir del Dragón]]
|
||||||
|
|
||||||
|
## Historia
|
||||||
|
|
||||||
|
Originalmente Finarbor fue un asentamiento humano desde hace mucho tiempo. Los habitantes de Finarbor tardaron en darse cuenta que no muy lejos de ellos habitaba [[Alkatlak]]. Se dieron cuenta porque el dragón se presentó directamente en el pueblo y lo amenazó con devorarlo a no ser que le dieran de comer un 50% de la carne que generase el pueblo y de sus ganancias, de caso contrario empezaría a devorar a sus habitantes.
|
||||||
|
|
||||||
|
De esta forma, el pueblo se quedó estancado generación tras generación, generando lo justo para satisfacer las demandas del dragón y a la vez sobrevivir. Hasta que un dia llegó [[Zafiri]], un representante de [[Drundis S.A.]] proveniente desde [[Limdor]], que buscaba nuevas oportunidades para la empresa.
|
||||||
|
|
||||||
|
Su idea era simple: experiencias para satisfacer la demanda de aventura de jovenes aventureros provenientes de la capital. Al conocer los habitantes de el pueblo, intentó provocar a [[Alkatlak]] para poder ofrecerle un trato.
|
||||||
|
|
||||||
|
La idea era traer un flujo de turistas que darian suficiente oro para el dragón y el pueblo, y simplemente el pueblo se concentraria en criar animales para que luego [[Alkatlak]] los comiese. A cambio, el pueblo y el dragón tenian la obligación de actuar cada vez que viniese un grupo de turistas.
|
||||||
|
|
||||||
|
Después de un primer ingresó, tanto el pueblo como el dragón acabaron aceptando, y ya desde hace unos cuantos años, Finarbor se mantiene economicamente gracias a [[Drundis S.A.]]
|
||||||
|
|
||||||
|
## Lugares de interés
|
||||||
|
|
||||||
|
En Finarbor hay una taberna, una herreria local y una tienda.
|
||||||
|
|
||||||
|
Cuando llegan los turistas, el pueblo entero tiene una reserva de souvenirs con figuras de [[Alkatlak]] esculpidas por un [[Dracónidos|Draconido]].
|
||||||
17
content/Notas/Finistia.md
Normal file
17
content/Notas/Finistia.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
La región de finistia se encuentra al oeste del medio mundo. Es un gran continente con diversos climas y regiones forestales.
|
||||||
|
|
||||||
|
(Poner mapa)
|
||||||
|
|
||||||
|
## Historia
|
||||||
|
|
||||||
|
Finistia está principalmente habitada por [[Razas mundanas]] y diferente flora y fauna.
|
||||||
|
|
||||||
|
## Lenguaje
|
||||||
|
|
||||||
|
En Finistia se habla una gran variedad de lenguajes muy diversos (DND lenguajes) aunque según la leyenda, los ancestros de los [[Humanos]] y [[Enanos]], y algun que otro [[Elfos|Elfo]] aún habla [[Finistio]].
|
||||||
|
|
||||||
|
Los pueblos de Finistia son bastante viejos y antiguos, asi que la gran mayoria provienen de nombres escritos en [[Finistio]]
|
||||||
|
|
||||||
|
## Lugares de interés
|
||||||
|
|
||||||
|
- [[Finarbor]]
|
||||||
7
content/Notas/Finistio.md
Normal file
7
content/Notas/Finistio.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
El FInistio es una lengua proveniente de la región de [[Finistia]]
|
||||||
|
|
||||||
|
## Dicconario
|
||||||
|
|
||||||
|
- *FIn* - Final
|
||||||
|
- *arbor* - Bosque, el lexema proviene de [[Arbor]]
|
||||||
8
content/Notas/Goldrach.md
Normal file
8
content/Notas/Goldrach.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
> [!infobox]
|
||||||
|
> # Goldrach
|
||||||
|
> ![[golddragonfinalnofirma.png]]
|
||||||
|
> ## Tipo
|
||||||
|
> Dragon dorado
|
||||||
|
|
||||||
|
Goldrach és un [[Dragones de las columnas|Dragon de las columnas]]. Está encargado para proteger [[Limdor]]
|
||||||
|
|
||||||
3
content/Notas/Hibolia.md
Normal file
3
content/Notas/Hibolia.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
La Gran Columna és el centro del mundo de Hibolica. Se formó a partir de la muerte de [[Elyrath]].
|
||||||
|
|
||||||
|
![[27.png]]
|
||||||
37
content/Notas/Hibolica.md
Normal file
37
content/Notas/Hibolica.md
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
> Caminamos sobre los cadáveres de nuestros dioses.
|
||||||
|
|
||||||
|
Hibolica (*plano muerto* en [[Antiguo Althirio]]) és nuestro mundo. Un plano infinito con un centro mágico marcado por dragones ancestrales. Hibolica es un mundo rebosante de vida y cultura.
|
||||||
|
|
||||||
|
Muchos aventureros y topógrafos de diferentes regiones, (algunos viejos amigos mios) han intentado documentar y recopilar toda la información . Esta enciclopedia o guia ha sido recopilada y curada por el [[Gremio de topógrafos de Turlium]].
|
||||||
|
|
||||||
|
Una de las características más destacables de Hibolica és [[Hibolia|La Gran Columna]], una imponente estructura hecha de pura [[Ithara]] que se extiende hasta [[Los Cielos]], atravesando el [[Gran Techo]].
|
||||||
|
|
||||||
|
Hibólica és infinta, pero los principales continentes habitables són [[Elysia]], [[Finistia]], [[Valirkia]], [[Nilsia]], [[Raksia]] y [[Hibolia]]
|
||||||
|
|
||||||
|
Por otro lado, muchos exploradores han intentado explorar los confines del plano. Como consenso general, como más alejado está un punto de [[Hibolia|La Gran Columna]], este más carece de vida y mágia.
|
||||||
|
|
||||||
|
Hay diferentes religiones en [[Hibolica]], la gran mayoria promovidas por distintos dragones, ya que el inmenso poder mágico que tienen hace imposible cuestionar su vínculo con la divinidad. La principal és la [[Religión de Liria]]
|
||||||
|
|
||||||
|
## Linea temporal
|
||||||
|
|
||||||
|
|
||||||
|
- [[Era de Alth]] ( 20000~ AP - 4272 AP)
|
||||||
|
- [[El gran cataclismo]] (4272 AP - 3872 AP )
|
||||||
|
- [[Edad oscura]] ( 3872 AP - 243 AP )
|
||||||
|
- [[Edad de los humanos]] ( 243 AP - 1328 DP )
|
||||||
|
|
||||||
|
El plano de Hibólica siempre ha estado presente, tanto él como Alth, el primer dragón. Toda la magia y todos los seres vivos provienen de él. Se partió a si mismo para dar forma al plano de Hibólica. [[Alth]] Creó a los [[Dragones ancestrales]], a los que consideraba sus hijos. Ellos tenían el objetivo a dar forma a ese plano sin vida y modelar un mundo que él considerase precioso y perfecto. Este periodo es conocido como la [[Era de Alth]].
|
||||||
|
|
||||||
|
Mientras el resto de [[Dragones Primordiales]] estaba centrado en esculpir un mundo perfecto y maravillar a [[Alth]]. [[Elyrath]], la primordial más poderosa, creó a la gran mayoría de seres vivos y a parte, su obra maestra, los [[Humanos antiguos]]. Seres con consciencia propia con la habilidad de poder manipular la magia, independientes de [[Alth]]. Algunos dragones primordiales se asombraron con su creación, pero la gran mayoria se opusieron a ella ya que esos constructos vivos violaban directamente las directrices de [[Alth]], ya que aprovechaban su magia y eran completamente impredecibles.
|
||||||
|
|
||||||
|
Se desató una gran guerra entre los [[Dragones ancestrales]] conocida como [[El gran cataclismo]]. Esta guerra fue de proporciones cósmicas ya que se demostró el increíble poder destructivo que tenían los primordiales. Todo el mundo quedó reducido a cenizas, muchos primordiales murieron. Se estima que alrededor de un 2% de los seres creados por [[Elyrath]] sobrevivieron.
|
||||||
|
|
||||||
|
Cuando [[Alth]] regresó y observó todo el caos que formó [[El gran cataclismo]]. Decepcionado y furioso con sus hijos, decidió deshacerse de ellos. Desgarró y plego el mundo sobre si mismo, cerrando la entrada a [[Los Cielos]] y separó a los [[Dragones ancestrales]] en diferentes confines del mundo y les extirpó su magia a cuajo, creando las grandes columnas características de Hibólica. Luego, decidió abandonar el plano.
|
||||||
|
|
||||||
|
El mundo quedó sumiso en la más profunda oscuridad, y sin creadores. Soló quedaban sus cadáveres. Los pocos humanos y otros seres que sobrevivieron permanecieron cerca de las columnas, los últimos lugares remanentes de [[Ithara]]. Después del cataclismo el plano de Hibólica permaneció oscuro y desolado durante milenios. Esta edad se conoce como la [[Edad oscura]].
|
||||||
|
|
||||||
|
Con el paso del tiempo. La esencia restante de las columnas se fue colapsando lentamente y formó a los [[Dragones de las columnas]], que viven hasta la actualidad. Los dragones, guiados y aconsejados de los [[Humanos]] restantes descendientes de los [[Humanos antiguos]], encontraron su propósito en el mundo dentro de las columnas. (Posar que les plantes de dalt per tal de fer que tinguin llum pobrets). Consiguieron comunicarse con [[Alth]], que les encomendó la misma tarea que dio a los [[Primordiales]]: dar la belleza en este mundo por si alguna vez regresaba al plano muerto.
|
||||||
|
|
||||||
|
Llenos de fe, tanto los [[Dragones de las columnas]] como los [[Humanos]]. Empezaron a reconstruir el mundo. Los humanos empezaron a hacer civilizaciones, entre ellas surgieron los estados [[Turlium]], [[Limdor]] y [[Finistia]]. Dio comienzo a la [[Edad de los humanos]]
|
||||||
|
|
||||||
|
Tanto dragones como humanos convivieron durante cientos de años.
|
||||||
3
content/Notas/Ithara.md
Normal file
3
content/Notas/Ithara.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Ithara és la substancia que forma el cuerpo de [[Alth]], y por ende, el de todos los [[Dragones]] y todos los seres vivos de Hibolica.
|
||||||
|
|
||||||
|
La mágia és la transformación de
|
||||||
6
content/Notas/Katlum.md
Normal file
6
content/Notas/Katlum.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
Katlum es uno de los [[Dragones ancestrales]]. Es el dragón del agua y la tormenta.
|
||||||
|
|
||||||
|
![[valentin.png]]
|
||||||
|
(Katlum es el de la derecha)
|
||||||
|
|
||||||
|
## Historia
|
||||||
32
content/Notas/La gran enciclopedia de Hibolica.md
Normal file
32
content/Notas/La gran enciclopedia de Hibolica.md
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
|
||||||
|
Bienvenido!
|
||||||
|
|
||||||
|
Está gran enciclopedia escrita y curada por el [[Gremio de topógrafos de Turlium]] intenta abarcar y documentar toda la información possible sobre nuestro mundo, Hibolica.
|
||||||
|
|
||||||
|
Esta enciclopedia se desgolsa por:
|
||||||
|
|
||||||
|
## Seres
|
||||||
|
- [[Razas]]
|
||||||
|
|
||||||
|
## Lugares
|
||||||
|
- [[Hibolica]]
|
||||||
|
-
|
||||||
|
|
||||||
|
## Un mapa de Hibolica
|
||||||
|
|
||||||
|
```leaflet
|
||||||
|
id: hibolica-map
|
||||||
|
image: [[mapamundi-hibolica@0,5x.png]]
|
||||||
|
height: 600px
|
||||||
|
minZoom: -2.5
|
||||||
|
maxZoom: 10
|
||||||
|
zoomDelta: 0.5
|
||||||
|
defaultZoom: 0
|
||||||
|
recenter: true
|
||||||
|
lock: true
|
||||||
|
bounds: [[0,0], [4835, 6003]]
|
||||||
|
lat: 2417.5
|
||||||
|
long: 2417.5
|
||||||
|
unit: kilometers
|
||||||
|
scale: 0.0794
|
||||||
|
```
|
||||||
28
content/Notas/Limdor.md
Normal file
28
content/Notas/Limdor.md
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
> Siempre brilla como el mismo amanecer
|
||||||
|
|
||||||
|
Limdor (La ciudad de oro) es una de las principales ciudades de [[Hibolica]].
|
||||||
|
|
||||||
|
Los edificios són altos, bastante limpios y tienen bastantes bordados en oro, de allí que la ciudad reciba ese apodo.
|
||||||
|
|
||||||
|
## Política
|
||||||
|
|
||||||
|
Politicamente Limdor és un reino, gobernado actualmente por [[Alyria IV]]
|
||||||
|
|
||||||
|
|
||||||
|
### Ship encounters
|
||||||
|
|
||||||
|
| Roll | Encounter |
|
||||||
|
| ---- | --------------------------------------------------------------------- |
|
||||||
|
| 1 | Carnivorous Ship, ToB II p. 56 |
|
||||||
|
| 2 | Map Mimic: https://www.dndbeyond.com/monsters/1624929-map-mimic |
|
||||||
|
| 3 | Random curse: p.249 of GM's Book of Random Encounters - d100 |
|
||||||
|
| 4 | Clockwork weaving spider (1, ToB p. 66) |
|
||||||
|
| 5 | 1d6 Cobbleswarm (2, ToB p. 68) |
|
||||||
|
| 6 | a feral little girl wearing a periapt of proof against poison |
|
||||||
|
| 7 | A large gold coin bearing the crest of the Kryn Dynasty and the queen |
|
||||||
|
| 8 | Book about the Arms of the Betrayer Gods |
|
||||||
|
| | |
|
||||||
|
^ship
|
||||||
|
|
||||||
|
|
||||||
|
Shipwreck encounter: `dice: [[Limdor#^ship]]`
|
||||||
3
content/Notas/Los Cielos.md
Normal file
3
content/Notas/Los Cielos.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Se denomina a "Los Cielos" a todo lo que está fuera del plano de [[Hibolica]]. Se conoce muy poco acerca de Los Cielos
|
||||||
|
|
||||||
|
Al terminar el [[El gran cataclismo]],
|
||||||
7
content/Notas/Noth.md
Normal file
7
content/Notas/Noth.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
> [!infobox]
|
||||||
|
> # Nidozuth
|
||||||
|
> ![[Pasted image 20251210223525.png]]
|
||||||
|
> # Tipo
|
||||||
|
> Dragon rojo
|
||||||
|
|
||||||
|
Dragon demonio idk
|
||||||
7
content/Notas/Razas mundanas.md
Normal file
7
content/Notas/Razas mundanas.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Conjunto de razas categorizadas por seres mundanos, provenientes de la agua de [[Katlum]]. Son seres bípedos capaces de pensar i actuar en el mundo. Entre ellos se componen:
|
||||||
|
|
||||||
|
- [[Humanos]]
|
||||||
|
- [[Elfos]]
|
||||||
|
- [[Enanos]]
|
||||||
|
- [[Dracónidos]]
|
||||||
|
|
||||||
1
content/Notas/Razas.md
Normal file
1
content/Notas/Razas.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
- [[Dragones]]
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
# Index
|
|
||||||
|
|
||||||
Pagina principal. S'hauria de poder anara a [[Exemple]]
|
|
||||||
Reference in New Issue
Block a user