main
lyt 2 years ago
commit a48ed9f64b

@ -0,0 +1,20 @@
{
"legacyEditor": false,
"livePreview": true,
"promptDelete": false,
"attachmentFolderPath": "atta",
"pdfExportSettings": {
"includeName": true,
"pageSize": "Tabloid",
"landscape": false,
"margin": "0",
"downscalePercent": 100
},
"showLineNumber": false,
"fileSortOrder": "alphabetical",
"newFileLocation": "current",
"newLinkFormat": "absolute",
"useMarkdownLinks": true,
"alwaysUpdateLinks": true,
"defaultViewMode": "preview"
}

@ -0,0 +1,8 @@
{
"theme": "moonstone",
"cssTheme": "Blue Topaz",
"baseFontSize": 16,
"textFontFamily": "",
"monospaceFontFamily": "Fira Code",
"accentColor": ""
}

@ -0,0 +1,9 @@
{
"pinned": [
"editor:insert-callout",
"editor:insert-embed",
"editor:attach-file",
"editor:insert-link",
"obsidian-git:backup-and-close"
]
}

@ -0,0 +1,18 @@
[
"obsidian-style-settings",
"table-editor-obsidian",
"obsidian-quiet-outline",
"obsidian-enhancing-mindmap",
"obsidian-auto-link-title",
"cm-editor-syntax-highlight-obsidian",
"markdown-prettifier",
"emoji-shortcodes",
"obsidian-emoji-toolbar",
"obsidian-enhancing-export",
"obsidian-git",
"obsidian-pandoc",
"dbfolder",
"dataview",
"templater-obsidian",
"obsidian-excalidraw-plugin"
]

@ -0,0 +1,15 @@
[
"obsidian-style-settings",
"table-editor-obsidian",
"obsidian-quiet-outline",
"obsidian-enhancing-mindmap",
"obsidian-auto-link-title",
"cm-editor-syntax-highlight-obsidian",
"markdown-prettifier",
"emoji-shortcodes",
"obsidian-emoji-toolbar",
"obsidian-enhancing-export",
"obsidian-git",
"obsidian-pandoc",
"calendar"
]

@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"outgoing-link": false,
"tag-pane": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": true,
"editor-status": true,
"starred": false,
"markdown-importer": true,
"zk-prefixer": true,
"random-note": false,
"outline": true,
"word-count": true,
"slides": true,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false,
"canvas": true,
"bookmarks": true
}

@ -0,0 +1,23 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"slash-command",
"editor-status",
"bookmarks",
"markdown-importer",
"zk-prefixer",
"outline",
"word-count",
"slides",
"file-recovery"
]

@ -0,0 +1,3 @@
{
"folder": "Daily"
}

@ -0,0 +1,5 @@
{
"showFullPath": true,
"linkStyle": "markdown",
"listStyle": "-"
}

@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1.0000000000000049,
"close": false
}

@ -0,0 +1,77 @@
{
"insert-current-date": [
{
"modifiers": [
"Mod"
],
"key": ";"
}
],
"insert-current-time": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": ";"
}
],
"workspace:split-vertical": [
{
"modifiers": [
"Mod"
],
"key": "\\"
}
],
"obsidian-auto-link-title:enhance-url-with-title": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "K"
}
],
"markdown-prettifier:markdown-prettifier-run": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "S"
},
{
"modifiers": [
"Alt",
"Shift"
],
"key": "F"
}
],
"editor:toggle-bullet-list": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "."
}
],
"slides:start": [
{
"modifiers": [
"Mod"
],
"key": "F5"
}
],
"templater-obsidian:jump-to-next-cursor-location": [
{
"modifiers": [
"Shift"
],
"key": "Tab"
}
]
}

@ -0,0 +1,10 @@
{
"shouldConfirmBeforeCreate": true,
"weekStart": "locale",
"wordsPerDot": 250,
"showWeeklyNote": true,
"weeklyNoteFormat": "",
"weeklyNoteTemplate": "",
"weeklyNoteFolder": "",
"localeOverride": "system-default"
}

File diff suppressed because it is too large Load Diff

@ -0,0 +1,10 @@
{
"id": "calendar",
"name": "Calendar",
"description": "Calendar view of your daily notes",
"version": "1.5.10",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
"minAppVersion": "0.9.11"
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "cm-editor-syntax-highlight-obsidian",
"name": "Editor Syntax Highlight",
"author": "death_au",
"authorUrl": "https://github.com/deathau",
"description": "Show syntax highlighing in code blocks the editor",
"isDesktopOnly": false,
"version": "0.1.3",
"minAppVersion": "0.10.0"
}

@ -0,0 +1,177 @@
@charset "UTF-8";
.cm-s-obsidian pre.HyperMD-codeblock span.cm-formatting-code-block {
color: var(--text-muted);
}
.cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
font-weight: normal;
}
.theme-dark .cm-s-obsidian {
/*
Name: yoncé
Author: Thomas MacLean (http://github.com/thomasmaclean)
Original yoncé color scheme by Mina Markham (https://github.com/minamarkham)
*/
/**/
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-keyword,
.theme-dark .cm-s-obsidian .cm-math.cm-keyword,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
color: #00A7AA;
font-weight: normal;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-atom,
.theme-dark .cm-s-obsidian .cm-math.cm-atom,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-atom {
color: #F39B35;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-number,
.theme-dark .cm-s-obsidian .cm-math.cm-number,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-number {
color: #A06FCA;
}
.theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-type,
.theme-dark .cm-s-obsidian span.cm-math.cm-type,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-type {
color: #A06FCA;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-def,
.theme-dark .cm-s-obsidian .cm-math.cm-def,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-def {
color: #98E342;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-property,
.theme-dark .cm-s-obsidian .cm-math.cm-property,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-property {
color: #D4D4D4;
}
.theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable,
.theme-dark .cm-s-obsidian span.cm-math.cm-variable,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable {
color: #D4D4D4;
}
.theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable-2,
.theme-dark .cm-s-obsidian span.cm-math.cm-variable-2,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-2 {
color: #da7dae;
}
.theme-dark .cm-s-obsidian span.cm-hmd-frontmatter.cm-variable-3,
.theme-dark .cm-s-obsidian span.cm-math.cm-variable-3,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock span.cm-variable-3 {
color: #A06FCA;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-type.cm-def,
.theme-dark .cm-s-obsidian .cm-math.cm-type.cm-def,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-type.cm-def {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-property.cm-def,
.theme-dark .cm-s-obsidian .cm-math.cm-property.cm-def,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-property.cm-def {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-callee,
.theme-dark .cm-s-obsidian .cm-math.cm-callee,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-callee {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-operator,
.theme-dark .cm-s-obsidian .cm-math.cm-operator,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-operator {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-qualifier,
.theme-dark .cm-s-obsidian .cm-math.cm-qualifier,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-qualifier {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-tag,
.theme-dark .cm-s-obsidian .cm-math.cm-tag,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-tag {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-tag.cm-bracket,
.theme-dark .cm-s-obsidian .cm-math.cm-tag.cm-bracket,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-tag.cm-bracket {
color: #D4D4D4;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-attribute,
.theme-dark .cm-s-obsidian .cm-math.cm-attribute,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-attribute {
color: #A06FCA;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment,
.theme-dark .cm-s-obsidian .cm-math.cm-comment,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment.cm-tag,
.theme-dark .cm-s-obsidian .cm-math.cm-comment.cm-tag,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment.cm-tag {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-comment.cm-attribute,
.theme-dark .cm-s-obsidian .cm-math.cm-comment.cm-attribute,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-comment.cm-attribute {
color: #D4D4D4;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-string,
.theme-dark .cm-s-obsidian .cm-math.cm-string,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-string {
color: #E6DB74;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-string-2,
.theme-dark .cm-s-obsidian .cm-math.cm-string-2,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-string-2 {
color: #F39B35;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-meta,
.theme-dark .cm-s-obsidian .cm-math.cm-meta,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-meta {
color: #D4D4D4;
background: inherit;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-builtin,
.theme-dark .cm-s-obsidian .cm-math.cm-builtin,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-builtin {
color: #FC4384;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-header,
.theme-dark .cm-s-obsidian .cm-math.cm-header,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-header {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-hr,
.theme-dark .cm-s-obsidian .cm-math.cm-hr,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-hr {
color: #98E342;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-link,
.theme-dark .cm-s-obsidian .cm-math.cm-link,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-link {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.cm-error,
.theme-dark .cm-s-obsidian .cm-math.cm-error,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-error {
border-bottom: 1px solid #C42412;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.CodeMirror-activeline-background,
.theme-dark .cm-s-obsidian .cm-math.CodeMirror-activeline-background,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .CodeMirror-activeline-background {
background: #272727;
}
.theme-dark .cm-s-obsidian .cm-hmd-frontmatter.CodeMirror-matchingbracket,
.theme-dark .cm-s-obsidian .cm-math.CodeMirror-matchingbracket,
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .CodeMirror-matchingbracket {
outline: 1px solid grey;
color: #D4D4D4 !important;
}

@ -0,0 +1,26 @@
{
"renderNullAs": "\\-",
"taskCompletionTracking": true,
"taskCompletionUseEmojiShorthand": false,
"taskCompletionText": "completion",
"taskCompletionDateFormat": "yyyy-MM-dd",
"recursiveSubTaskCompletion": false,
"warnOnEmptyResult": true,
"refreshEnabled": true,
"refreshInterval": 2500,
"defaultDateFormat": "MMMM dd, yyyy",
"defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy",
"maxRecursiveRenderDepth": 4,
"tableIdColumnName": "File",
"tableGroupColumnName": "Group",
"showResultCount": true,
"allowHtml": true,
"inlineQueryPrefix": "=",
"inlineJsQueryPrefix": "$=",
"inlineQueriesInCodeblocks": true,
"enableInlineDataview": true,
"enableDataviewJs": false,
"enableInlineDataviewJs": false,
"prettyRenderInlineFields": true,
"dataviewJsKeyword": "dataviewjs"
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.56",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",
"authorUrl": "https://github.com/blacksmithgu",
"isDesktopOnly": false
}

@ -0,0 +1,146 @@
/** Live Preview padding fixes, specifically for DataviewJS custom HTML elements. */
.is-live-preview .block-language-dataviewjs > p, .is-live-preview .block-language-dataviewjs > span {
line-height: 1.0;
}
.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(--text-selection) !important;
}
.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(--text-nav-selected);
}
.dataview.inline-field-value {
padding-left: 8px;
padding-right: 8px;
font-family: var(--font-monospace);
background-color: var(--background-secondary-alt);
color: var(--text-nav-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(--text-nav-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: ")";
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,11 @@
{
"id": "dbfolder",
"name": "DB Folder",
"version": "3.4.0",
"minAppVersion": "1.1.1",
"description": "Folder with the capability to store and retrieve data from a folder like database",
"author": "RafaelGB",
"authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder",
"isDesktopOnly": false,
"fundingUrl": "https://www.buymeacoffee.com/5tsytn22v9Z"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "emoji-shortcodes",
"name": "Emoji Shortcodes",
"version": "2.1.1",
"minAppVersion": "0.12.17",
"description": "This Plugin enables the use of Markdown Emoji Shortcodes :smile:",
"author": "phibr0",
"authorUrl": "https://github.com/phibr0",
"isDesktopOnly": false
}

@ -0,0 +1,21 @@
a[href="https://www.buymeacoffee.com/phibr0"] > img {
height: 2.2em;
}
a[href="https://www.buymeacoffee.com/phibr0"]{
transform: translate(0, 5%);
}
.ES-suggester-container {
display: flex;
place-content: space-between;
}
.ES-shortcode {
margin-right: 8px;
}
.ES-suggestion-item {
border-top: solid var(--background-secondary) 1px;
padding-left: 10px;
}

@ -0,0 +1,11 @@
{
"bullet": "-",
"emphasis": "*",
"rule": "-",
"createHeaderIfNotPresent": true,
"newHeaderTemplate": "_Created_: {{date:YYYY-MM-DD ddd}} ",
"updateHeader": true,
"updateHeaderTemplate": "_Updated_: {{date:YYYY-MM-DD HH:mm ddd}} \n",
"listItemIndent": "one",
"newlinesAroundHeadings": true
}

File diff suppressed because it is too large Load Diff

@ -0,0 +1,10 @@
{
"id": "markdown-prettifier",
"name": "Markdown prettifier",
"description": "Tries to fix and reformat ugly Markdown and adds things like 'modified date' etc.",
"isDesktopOnly": false,
"author": "Cristian",
"authorUrl": "https://github.com/cristianvasquez",
"js": "main.js",
"version": "0.1.3"
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "obsidian-auto-link-title",
"name": "Auto Link Title",
"version": "1.2.5",
"minAppVersion": "0.12.17",
"description": "This plugin automatically fetches the titles of links from the web",
"author": "Matt Furden",
"authorUrl": "https://github.com/zolrath",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,9 @@
{
"id": "obsidian-emoji-toolbar",
"name": "Emoji Toolbar",
"version": "0.3.1",
"description": "Quickly search for and insert emojis into your notes.",
"author": "oliveryh",
"authorUrl": "https://github.com/oliveryh/obsidian-emoji-toolbar",
"isDesktopOnly": false
}

@ -0,0 +1,505 @@
img.emoji {
height: 1em;
width: 1em;
margin: 0 0.05em 0 0.1em;
vertical-align: -0.1em;
display: inline-block;
}
.emoji-mart,
.emoji-mart * {
box-sizing: border-box;
line-height: 1.15;
}
.emoji-mart {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
font-size: 16px;
display: inline-block;
color: #222427;
border: 1px solid #d9d9d9;
border-radius: 5px;
background: #fff;
}
.emoji-mart .emoji-mart-emoji {
padding: 6px !important;
}
.emoji-mart-bar {
border: 0 solid #d9d9d9;
}
.emoji-mart-bar:first-child {
border-bottom-width: 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
border-top-width: 1px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.emoji-mart-anchors {
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0 6px;
line-height: 0;
}
.emoji-mart-anchor {
position: relative;
display: block;
flex: 1 1 auto;
color: #858585;
text-align: center;
padding: 12px 4px !important;
overflow: hidden;
transition: color .1s ease-out;
margin: 0 !important;
box-shadow: none !important;
background: none !important;
border: none !important;
}
.emoji-mart-anchor:focus { outline: 0 }
.emoji-mart-anchor:hover,
.emoji-mart-anchor:focus,
.emoji-mart-anchor-selected {
color: #464646;
}
.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
bottom: 0;
}
.emoji-mart-anchor-bar {
position: absolute;
bottom: -3px; left: 0;
width: 100%; height: 3px;
background-color: #464646;
}
.emoji-mart-anchors i {
display: inline-block;
width: 100%;
max-width: 22px;
}
.emoji-mart-anchors svg,
.emoji-mart-anchors img {
fill: currentColor;
height: 18px;
width: 18px;
}
.emoji-mart-scroll {
overflow-y: scroll;
overflow-x: hidden;
height: 270px;
padding: 0 6px 6px 6px;
will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */
}
.emoji-mart-search {
margin-top: 6px;
padding: 0 6px;
position: relative;
}
.emoji-mart-search input {
font-size: 16px;
display: block;
width: 100%;
padding: 5px 25px 6px 10px;
border-radius: 5px;
border: 1px solid #d9d9d9;
outline: 0;
}
.emoji-mart-search input,
.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
/* remove webkit/blink styles for <input type="search">
* via https://stackoverflow.com/a/9422689 */
-webkit-appearance: none;
}
.emoji-mart-search-icon {
position: absolute;
top: 7px;
right: 11px;
z-index: 2;
padding: 2px 5px 1px;
border: none !important;
box-shadow: none !important;
background: none !important;
}
.emoji-mart-category .emoji-mart-emoji span {
z-index: 1;
position: relative;
text-align: center;
cursor: default;
}
.emoji-mart-category .emoji-mart-emoji:focus { outline: 0 }
.emoji-mart-category .emoji-mart-emoji:hover:before,
.emoji-mart-category .emoji-mart-emoji:focus:before {
z-index: 0;
content: "";
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
background-color: #c5c5c5;
border-radius: 100%;
}
.emoji-mart-category-label {
z-index: 2;
position: relative;
position: -webkit-sticky;
position: sticky;
top: 0;
}
.emoji-mart-category-label span {
display: block;
width: 100%;
font-weight: 500;
padding: 5px 6px;
background-color: #fff;
background-color: rgba(255, 255, 255, .95);
}
.emoji-mart-category-list {
border-spacing: 0;
margin: 0;
padding: 0;
}
.emoji-mart-category-list td {
margin: 0;
padding: 0;
}
.emoji-mart-emoji {
position: relative;
display: inline-block;
font-size: 0;
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: none !important;
box-shadow: none !important;
}
.emoji-mart-emoji-native {
font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "Android Emoji";
}
.emoji-mart-no-results {
font-size: 14px;
text-align: center;
padding-top: 70px;
color: #858585;
}
.emoji-mart-no-results-img {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.emoji-mart-no-results .emoji-mart-category-label {
display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
margin-top: .2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover:before {
content: none;
}
.emoji-mart-preview {
position: relative;
height: 70px;
}
.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.emoji-mart-preview-emoji {
left: 12px;
}
.emoji-mart-preview-data {
left: 68px; right: 12px;
word-break: break-all;
}
.emoji-mart-preview-skins {
right: 30px;
text-align: right;
}
.emoji-mart-preview-skins.custom {
right: 10px;
text-align: right;
}
.emoji-mart-preview-name {
font-size: 14px;
}
.emoji-mart-preview-shortname {
font-size: 12px;
color: #888;
}
.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
margin-left: .5em;
}
.emoji-mart-preview-emoticon {
font-size: 11px;
color: #bbb;
}
.emoji-mart-title span {
display: inline-block;
vertical-align: middle;
}
.emoji-mart-title .emoji-mart-emoji {
padding: 0;
}
.emoji-mart-title-label {
color: #999A9C;
font-size: 26px;
font-weight: 300;
}
.emoji-mart-skin-swatches {
font-size: 0;
padding: 2px 0;
border: 1px solid #d9d9d9;
border-radius: 12px;
background-color: #fff;
}
.emoji-mart-skin-swatches.custom {
font-size: 0;
border: none;
background-color: #fff;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch {
width: 16px;
padding: 0 2px;
}
.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after {
opacity: .75;
}
.emoji-mart-skin-swatch {
display: inline-block;
width: 0;
vertical-align: middle;
transition-property: width, padding;
transition-duration: .125s;
transition-timing-function: ease-out;
}
.emoji-mart-skin-swatch:nth-child(1) { transition-delay: 0s }
.emoji-mart-skin-swatch:nth-child(2) { transition-delay: .03s }
.emoji-mart-skin-swatch:nth-child(3) { transition-delay: .06s }
.emoji-mart-skin-swatch:nth-child(4) { transition-delay: .09s }
.emoji-mart-skin-swatch:nth-child(5) { transition-delay: .12s }
.emoji-mart-skin-swatch:nth-child(6) { transition-delay: .15s }
.emoji-mart-skin-swatch.selected {
position: relative;
width: 16px;
padding: 0 2px;
}
.emoji-mart-skin-swatch.selected:after {
content: "";
position: absolute;
top: 50%; left: 50%;
width: 4px; height: 4px;
margin: -2px 0 0 -2px;
background-color: #fff;
border-radius: 100%;
pointer-events: none;
opacity: 0;
transition: opacity .2s ease-out;
}
.emoji-mart-skin-swatch.custom {
display: inline-block;
width: 0;
height: 38px;
overflow: hidden;
vertical-align: middle;
transition-property: width, height;
transition-duration: .125s;
transition-timing-function: ease-out;
cursor: default;
}
.emoji-mart-skin-swatch.custom.selected {
position: relative;
width: 36px;
height: 38px;
padding: 0 2px 0 0;
}
.emoji-mart-skin-swatch.custom.selected:after {
content: "";
width: 0;
height: 0;
}
.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover {
background-color: #f4f4f4;
border-radius: 10%;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom {
width: 36px;
height: 38px;
padding: 0 2px 0 0;
}
.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after {
opacity: .75;
}
.emoji-mart-skin-text.opened {
display: inline-block;
vertical-align: middle;
text-align: left;
color: #888;
font-size: 11px;
padding: 5px 2px;
width: 95px;
height: 40px;
border-radius: 10%;
background-color: #fff;
}
.emoji-mart-skin {
display: inline-block;
width: 100%;
padding-top: 100%;
max-width: 12px;
border-radius: 100%;
}
.emoji-mart-skin-tone-1 { background-color: #ffc93a }
.emoji-mart-skin-tone-2 { background-color: #fadcbc }
.emoji-mart-skin-tone-3 { background-color: #e0bb95 }
.emoji-mart-skin-tone-4 { background-color: #bf8f68 }
.emoji-mart-skin-tone-5 { background-color: #9b643d }
.emoji-mart-skin-tone-6 { background-color: #594539 }
/* For screenreaders only, via https://stackoverflow.com/a/19758620 */
.emoji-mart-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
/*
* Dark mode styles
*/
.emoji-mart-dark {
color: #fff;
border-color: #555453;
background-color: #222;
}
.emoji-mart-dark .emoji-mart-bar {
border-color: #555453;
}
.emoji-mart-dark .emoji-mart-search input {
color: #fff;
border-color: #555453;
background-color: #2f2f2f;
}
.emoji-mart-dark .emoji-mart-search-icon svg {
fill: #fff;
}
.emoji-mart-category .emoji-mart-emoji {
background-color: unset !important;
}
.emoji-mart-anchor {
background-color: unset !important;
}
.emoji-mart-search-icon {
background-color: unset !important;
}
.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before,
.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:focus:before {
background-color: #888;
}
.emoji-mart-dark .emoji-mart-category-label span {
background-color: #222;
color: #fff;
}
.emoji-mart-dark .emoji-mart-skin-swatches {
border-color: #555453;
background-color: #222;
}
.emoji-mart-dark .emoji-mart-anchor:hover,
.emoji-mart-dark .emoji-mart-anchor:focus,
.emoji-mart-dark .emoji-mart-anchor-selected {
color: #bfbfbf;
}
#emoji-modal {
padding: 0px;
min-width: unset;
width: unset !important;
}
#emoji-modal > .modal-content {
margin-top: 0px;
}
#emoji-modal > button {
background-color: unset;
border: 0px !important;
box-shadow: 0px !important;
}
#emoji-modal > .modal-close-button {
visibility: hidden;
}

@ -0,0 +1,57 @@
{
"items": [
{
"name": "Markdown"
},
{
"name": "Markdown (Hugo)"
},
{
"name": "Html"
},
{
"name": "TextBundle"
},
{
"name": "PDF"
},
{
"name": "Word (.docx)"
},
{
"name": "OpenOffice"
},
{
"name": "RTF"
},
{
"name": "Epub"
},
{
"name": "Latex"
},
{
"name": "Media Wiki"
},
{
"name": "reStructuredText"
},
{
"name": "Textile"
},
{
"name": "OPML"
}
],
"defaultExportDirectoryMode": "Custom",
"openExportedFile": true,
"lastExportDirectory": {
"win32": "e:\\lyt\\Desktop"
},
"lastEditName": "Html",
"customDefaultExportDirectory": {
"win32": "e:\\lyt\\Desktop"
},
"lastExportType": "OpenOffice",
"version": "1.1.2"
}

@ -0,0 +1,5 @@
package.path=package.path..";" ..debug.getinfo(1).source:match("(.*[/\\])"):sub(2) .. "?.lua"
Mode='hugo'
require('markdown')

@ -0,0 +1,178 @@
package.path=package.path..";" ..debug.getinfo(1).source:match("(.*[/\\])"):sub(2) .. "?.lua"
require("polyfill")
local url = require('url')
local pandoc=pandoc
local PANDOC_STATE=PANDOC_STATE
local PATH = pandoc.path
local doc_dir = nil
local media_dir = nil
if Mode == nil then
Mode = 'default'
end
-- print("Mode: "..Mode)
if PANDOC_STATE.output_file then
local output_file = PANDOC_STATE.output_file
doc_dir = PATH.directory(output_file)
if PANDOC_WRITER_OPTIONS.variables["media_dir"] then
media_dir = PANDOC_WRITER_OPTIONS.variables["media_dir"]
else
media_dir = PATH.split_extension(output_file)
if Mode ~= 'hugo' then
media_dir = media_dir .. '-media'
end
end
end
assert(doc_dir, "doc_dir is nil")
assert(media_dir, "media_dir is nil")
local function get_absolute_path(file_path)
if PATH.is_absolute(file_path) then
return file_path
end
for _, dir in pairs(PANDOC_STATE.resource_path) do
local full_path = PATH.join({dir, file_path})
if os.exists(full_path) then
return full_path
end
end
for _, file in pairs(PANDOC_STATE.input_files) do
if not PATH.is_absolute(file) then
file = PATH.join({pandoc.system.get_working_directory(), file_path})
end
local dir = PATH.directory(file)
local full_path = PATH.join({dir, file_path})
if os.exists(full_path) then
return full_path
end
end
return nil
end
local function get_output_file(file_path)
if media_dir then
local new_file_name = pandoc.utils.sha1(file_path)
local _, new_file_ext = PATH.split_extension(file_path)
file_path = new_file_name .. new_file_ext
local full_path = PATH.join({media_dir, file_path})
return full_path
else
return nil
end
end
local function extract_media(file_path)
os.mkdir(media_dir)
file_path = url.decode(file_path)
local abs_path = get_absolute_path(file_path)
local file = get_output_file(file_path)
if abs_path and file then
if not os.exists(file) then
os.copy(abs_path, file)
end
local rel_path = PATH.make_relative(file, doc_dir, false)
local parts = PATH.split(rel_path)
for i,v in ipairs(parts) do
parts[i] = url.encode(v)
end
local encoded_rel_path = table.concat(parts, "/")
if Mode == 'hugo' then
encoded_rel_path = '../' .. encoded_rel_path
end
return encoded_rel_path
end
end
local function raw(s)
return pandoc.RawInline('markdown', s)
end
function Image(el)
local src = extract_media(el.src)
if src then
el.src = src
end
return el
end
function Space()
return raw(' ')
end
function SoftBreak()
return raw('\n')
end
function RawInline(el)
if el.format == "html" then
el.format = 'markdown'
el.text = string.gsub(el.text, '<img[^>]+>', function(img)
return string.gsub(img, 'src="([^"]+)"', function(src)
local extract_media_src = extract_media(src)
if extract_media_src then
return 'src="' .. extract_media_src .. '"'
end
return src
end)
end)
end
return el
end
function RawBlock(el)
if el.format == "html" then
el.format = 'markdown'
end
return el
end
function Math(el)
if Mode == 'hugo' then
if el.mathtype == 'DisplayMath' then
return raw('{{< mathjax >}}\n$$' .. el.text .. '$$\n{{</mathjax >}}')
else
el.text = string.gsub(el.text, '\\[\\{\\}]', function (v)
return '\\' .. v
end)
el.text = string.gsub(el.text, '_', function (v)
return '\\' .. v
end)
end
end
return el
end
function Para(el)
local content = {}
local in_display_math = false
for _, item in pairs(el.content) do
if item.t == 'Str'and item.text == "$$" then
in_display_math = not in_display_math
else
if in_display_math then
if item.t == 'RawInline' and item.format == 'tex' then
local n = pandoc.Math('DisplayMath', '\n' .. item.text .. '\n')
table.insert(content, Math(n))
else
table.insert(content, item)
end
else
table.insert(content, item)
end
end
end
el.content = content
return el
end
function Pandoc(el)
return el
end

@ -0,0 +1,25 @@
function Para(el)
local content = {}
local in_display_math = false
for _, item in pairs(el.content) do
if item.t == 'Str'and item.text == "$$" then
in_display_math = not in_display_math
else
if in_display_math then
if item.t == 'RawInline' and item.format == 'tex' then
local n = pandoc.Math('DisplayMath', '\n' .. item.text .. '\n')
table.insert(content, n)
elseif (item.t ~= 'SoftBreak') then
table.insert(content, item)
end
else
table.insert(content, item)
end
end
end
el.content = content
return el
end

@ -0,0 +1,45 @@
os.platform = nil
if os.platform == nil then
local libExt = package.cpath:match("%p[\\|/]?%p(%a+)")
if libExt == 'dll' then
os.platform = "windows"
require"utf8_filenames"
elseif libExt == 'so' then
os.platform = "Linux"
elseif libExt == 'dylib' then
os.platform = "MacOS"
end
end
os.copy = function(src, dest)
if os.platform == "windows" then
src = string.gsub(src, "/", "\\")
os.execute('copy "' .. src .. '" "' .. dest .. '"')
else
os.execute('cp "' .. src .. '" "' .. dest .. '"')
end
end
os.mkdir = function(dir)
if os.exists(dir) then
return
end
if os.platform == "windows" then
os.execute('mkdir "' .. dir .. '"')
else
os.execute('mkdir -p "' .. dir .. '"')
end
end
os.exists = function(path)
if os.platform == "windows" then
path = string.gsub(path, "/", "\\")
local _, _, code = os.execute('if exist "' .. path .. '" (exit 0) else (exit 1)')
return code == 0
else
local _, _, code = os.execute('test -e "' .. path .. '"')
return code == 0
end
end

@ -0,0 +1,18 @@
local function encode (str)
str = string.gsub (str, "([^0-9a-zA-Z !'()*._~-])", -- locale independent
function (c) return string.format ("%%%02X", string.byte(c)) end)
str = string.gsub (str, " ", "%%20")
return str
end
local function decode (str)
str = string.gsub (str, "%%20", " ")
str = string.gsub (str, "%%(%x%x)", function(h) return string.char(tonumber(h,16)) end)
return str
end
return {
encode = encode,
decode = decode
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "obsidian-enhancing-export",
"name": "Obsidian Enhancing Export",
"version": "1.1.2",
"minAppVersion": "0.12.0",
"description": "This is a enhancing export plugin for Obsidian. It allows to export to formats like Html, DOCX, ePub and PDF or Markdown(Hugo) etc.",
"author": "YISH",
"authorUrl": "https://github.com/mokeyish",
"isDesktopOnly": true
}

@ -0,0 +1,8 @@
.setting-item.ex-setting-item {
border-top: unset;
padding-top: 0;
}
*[hidden] {
display: none;
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "obsidian-enhancing-mindmap",
"name": "Enhancing Mindmap",
"version": "0.2.2",
"minAppVersion": "0.9.12",
"description": "This is a enhancing mindmap plugin for Obsidian. You can edit mindmap on markdown.",
"author": "Mark",
"authorUrl": "https://github.com/MarkMindCkm/obsidian-enhancing-mindmap",
"isDesktopOnly": false
}

@ -0,0 +1,175 @@
.mm-mindmap {
color: #666;
font-size: 16px;
width: 8000px;
height: 8000px;
}
.theme-dark .mm-node {
color: #f5f5f5;
}
.theme-dark .mm-node.mm-root {
color: #333;
}
.theme-light .mm-node.mm-root .mm-node-content {
color: #fff;
background-color: rgb(0, 170, 255);
}
.mm-node {
position: absolute;
cursor: pointer;
box-sizing: border-box;
}
.mm-node .mm-node-content {
padding: 2px 4px;
max-width: 800px;
word-break: break-word;
}
.mm-node-content > p,
.mm-node-content > h1,
.mm-node-content > h2,
.mm-node-content > h3,
.mm-node-content > h4,
.mm-node-content > h5,
.mm-node-content > h6 {
padding: 0;
margin: 0;
}
.mm-node.mm-root .mm-node-content {
font-size: 1.6em;
padding: 14px 20px;
border-radius: 0.25rem;
background: white;
}
.mm-node.mm-node-second .mm-node-content {
padding: 8px 10px;
font-size: 1.2em;
}
.mm-node.mm-node-select {
border: 2px solid var(--interactive-accent);
border-radius: 0.25rem;
}
.mm-node-bar {
position: absolute;
height: 12px;
width: 12px;
border-radius: 50%;
padding: 0 3px;
bottom: -8px;
box-sizing: border-box;
}
.mm-node-bar:hover {
transform: scale(1.2);
}
.mm-node .mm-node-bar {}
.mm-node-right .mm-node-bar,
.mm-node.mm-root .mm-node-bar {
right: -12px;
}
.mm-root .mm-node-bar,
.mm-node-second .mm-node-bar {
top: 50%;
margin-top: -5px;
bottom: inherit;
}
.mm-node-left .mm-node-bar {
left: -12px;
}
.mm-root .mm-node-bar,
.mm-node-leaf .mm-node-bar {
display: none;
}
.mm-node-collapse .mm-node-bar {
display: block !important;
box-sizing: border-box;
border: 0px;
background-color: #fff !important;
border: 2px solid #ccc;
}
/* node indicate */
.mm-node-layout-indicate {
position: absolute;
left:0;
top:0;
width: 0;
height: 0;
border: 20px solid transparent;
border-bottom: 40px solid var(--interactive-accent);
transform-origin: center center;
z-index:100;
}
.mm-node-layout-indicate.mm-arrow-left{
transform: rotate(-90deg)
}
.mm-node-layout-indicate.mm-arrow-down{
transform: rotate(180deg)
}
.mm-node-layout-indicate.mm-arrow-right{
transform: rotate(-270deg)
}
/* edit node style */
.mm-node.mm-edit-node{
z-index:50;
}
.mm-node.mm-edit-node .mm-node-content{
background-color: #333;
color:white;
}
.theme-light .mm-node.mm-edit-node .mm-node-content{
background-color: white;
color:#333
}
/* menu */
.mm-node-menu{
position:absolute;
background:#333;
border:1px solid #000;
width:56px;
border-radius: 0.25rem;
z-index: 60;
}
.theme-light .mm-node-menu{
background:white;
border:1px solid #666;
}
.mm-node-menu span {
vertical-align: middle;
cursor: pointer;
margin:0 5px
}
.mm-node-menu span svg{
fill:#ccc;
}
.mm-node-menu span svg:hover{
opacity: 0.8;
}
.theme-light .mm-node-menu svg{
fill: #333;
}

@ -0,0 +1,413 @@
{
"folder": "Excalidraw",
"embedUseExcalidrawFolder": false,
"templateFilePath": "Excalidraw/Template.excalidraw",
"scriptFolderPath": "Excalidraw/Scripts",
"compress": false,
"autosave": true,
"autosaveInterval": 15000,
"autosaveIntervalDesktop": 15000,
"autosaveIntervalMobile": 10000,
"drawingFilenamePrefix": "Drawing ",
"drawingEmbedPrefixWithFilename": true,
"drawingFilnameEmbedPostfix": " ",
"drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
"useExcalidrawExtension": true,
"displaySVGInPreview": true,
"allowImageCache": true,
"displayExportedImageIfAvailable": false,
"previewMatchObsidianTheme": false,
"width": "400",
"dynamicStyling": "colorful",
"isLeftHanded": false,
"iframeMatchExcalidrawTheme": true,
"matchTheme": false,
"matchThemeAlways": false,
"matchThemeTrigger": false,
"defaultMode": "normal",
"defaultPenMode": "never",
"allowPinchZoom": false,
"allowWheelZoom": false,
"zoomToFitOnOpen": true,
"zoomToFitOnResize": true,
"zoomToFitMaxLevel": 2,
"linkPrefix": "📍",
"urlPrefix": "🌐",
"parseTODO": false,
"todo": "☐",
"done": "🗹",
"hoverPreviewWithoutCTRL": false,
"linkOpacity": 1,
"openInAdjacentPane": false,
"openInMainWorkspace": true,
"showLinkBrackets": true,
"allowCtrlClick": true,
"forceWrap": false,
"pageTransclusionCharLimit": 200,
"wordWrappingDefault": 0,
"removeTransclusionQuoteSigns": true,
"iframelyAllowed": true,
"pngExportScale": 1,
"exportWithTheme": true,
"exportWithBackground": true,
"exportPaddingSVG": 10,
"keepInSync": false,
"autoexportSVG": false,
"autoexportPNG": false,
"autoExportLightAndDark": false,
"autoexportExcalidraw": false,
"embedType": "excalidraw",
"embedWikiLink": true,
"syncExcalidraw": false,
"experimentalFileType": false,
"experimentalFileTag": "✏️",
"experimentalLivePreview": true,
"experimentalEnableFourthFont": false,
"experimantalFourthFont": "Virgil",
"fieldSuggester": true,
"compatibilityMode": false,
"drawingOpenCount": 0,
"library": "deprecated",
"library2": {
"type": "excalidrawlib",
"version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.12",
"libraryItems": []
},
"imageElementNotice": true,
"mdSVGwidth": 500,
"mdSVGmaxHeight": 800,
"mdFont": "Virgil",
"mdFontColor": "Black",
"mdBorderColor": "Black",
"mdCSS": "",
"scriptEngineSettings": {},
"defaultTrayMode": true,
"previousRelease": "1.9.12",
"showReleaseNotes": true,
"showNewVersionNotification": true,
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",
"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,
"pdfGapSize": 20,
"pdfLockAfterImport": true,
"pdfNumColumns": 1,
"pdfImportScale": 0.3
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,11 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "1.9.12",
"minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian",
"authorUrl": "https://zsolt.blog",
"fundingUrl": "https://ko-fi.com/zsolt",
"isDesktopOnly": false
}

@ -0,0 +1,379 @@
.App {
font-family: sans-serif;
text-align: center;
}
.excalidraw-wrapper {
height: 100%;
margin: 0px;
background-color: white;
}
.context-menu-option__shortcut {
background-color: transparent !important;
}
.block-language-excalidraw {
text-align:center;
}
.excalidraw .github-corner {
display: none;
}
img.excalidraw-embedded-img {
width: 100%;
}
img.excalidraw-svg-right-wrap {
float: right;
margin: 0px 0px 20px 20px;
}
img.excalidraw-svg-left-wrap {
float: left;
margin: 0px 35px 20px 0px;
}
img.excalidraw-svg-right {
float: right;
}
.excalidraw-svg-center {
text-align: center;
}
img.excalidraw-svg-left {
float: left;
}
div.excalidraw-svg-right,
div.excalidraw-svg-left {
display: table;
width: 100%;
}
button.ToolIcon_type_button[title="Export"] {
display:none;
}
.excalidraw-prompt-div {
display: flex;
max-width: 800px;
}
.excalidraw-prompt-form {
display: flex;
flex-grow: 1;
}
.excalidraw-prompt-input {
flex-grow: 1;
}
.excalidraw-prompt-button {
width: 9em;
}
.excalidraw-prompt-buttons-div {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
}
li[data-testid] {
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
}
.excalidraw .context-menu-option-separator {
margin: 4px !important;
}
.excalidraw .popover {
padding: 0 !important;
border-color: transparent !important;
border: 0 !important;
box-shadow: 0 !important;
background-color: transparent !important;
}
.disable-zen-mode--visible {
color: var(--text-primary-color);
}
.disable-zen-mode {
width: 9em !important;
}
.ex-coffee-div {
text-align: center;
margin-bottom: 10px;
}
.excalidraw-scriptengine-install td>img {
width: 100%;
max-width:800px;
}
.excalidraw-scriptengine-install img.coffee {
width: 130px;
}
.excalidraw-scriptengine-install tr {
vertical-align: top;
}
.excalidraw-scriptengine-install table {
max-width: 130ch;
}
.excalidraw-scriptengine-install td.label {
min-width: 11ch;
font-weight: bold;
padding-right: 5px;
}
.excalidraw-scriptengine-install td.data {
width: 100%;
}
.excalidraw-scriptengine-install .modal-content {
max-width: 130ch;
user-select: text;
}
.excalidraw-scriptengine-install .modal {
max-height:90%;
width: auto;
}
.excalidraw-prompt-center {
text-align: center !important;
}
.excalidraw-prompt-center button {
margin: 0 10px;
}
.excalidraw-prompt-center.filepath {
text-align: center;
font-weight: bold;
margin-bottom: 2em;
}
.excalidraw-dirty {
color: red;
}
.workspace-leaf-content .excalidraw-view {
padding: 0px 1px; /*1px so on ipad swipe in from left and right still works*/
overflow: hidden;
}
.excalidraw-videoWrapper {
max-width:600px
}
.excalidraw-videoWrapper div {
position: relative;
padding-bottom: 56.25%;
height: 0;
margin: 0 auto;
}
.excalidraw-videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.excalidraw-release .modal-content{
padding-right: 5px;
margin-right: -5px;
user-select: text;
}
.excalidraw-release .modal {
max-height: 80%;
max-width: 42em;
}
.excalidraw .Island .scrollbar {
--scrollbar-thumb-bg: silver;
}
.excalidraw .ToolIcon__icon img{
height: 1em;
}
.excalidraw-scriptengine-install tbody>tr>td>div>img {
height:20px;
background-color: silver;
padding: 2px;
}
.excalidraw-scriptengine-install tbody>tr>td>div {
width: 50px;
display: inline-block;
}
.excalidraw-release p>a>img {
width: 100%
}
.excalidraw .context-menu-option {
box-shadow: none;
}
textarea.excalidraw-wysiwyg {
border: none;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
.is-tablet .excalidraw button,
.is-mobile .excalidraw button {
padding: initial;
height: 1.8rem;
}
.excalidraw button,
.ToolIcon button {
box-shadow: none;
justify-content: initial;
}
.excalidraw {
--default-button-size: 2rem !important;
--default-icon-size: 1rem !important;
--lg-button-size: 1.8rem !important;
--lg-icon-size: 1rem !important;
}
.excalidraw .tray-zoom {
pointer-events: initial;
padding-bottom: 0.05rem;
padding-top: 0.05rem;
}
.excalidraw-container.theme--dark {
background-color: #121212;
color: #fff;
}
/* https://discordapp.com/channels/686053708261228577/989603365606531104/1041266507256184863 */
/*.workspace-leaf {
contain: none !important;
}*/
.color-picker-content {
overflow-y: auto;
max-height: 10rem;
}
.excalidraw .FixedSideContainer_side_top {
top: 0.3rem;
}
.excalidraw .ToolIcon__keybinding {
font-size: 0.45rem !important;
}
.Island > .Stack > .Stack {
padding:0.2rem;
}
label.color-input-container > input {
max-width: 5rem;
}
.excalidraw .FixedSideContainer_side_top {
left: 10px !important;
top: 10px !important;
right: 10px !important;
bottom: 10px !important;
}
.excalidraw-hidden {
display: none !important;
}
.excalidraw .panelColumn .buttonList {
max-width: 13rem;
}
.excalidraw button {
width: initial;
}
.excalidraw input[type="color"] {
width: 1.65rem;
height: 1.65rem;
}
.excalidraw input[type="color"]::-webkit-color-swatch {
height: 1.65rem;
}
.excalidraw input[type="color"]::-webkit-color-swatch-wrapper {
padding: 0;
}
.excalidraw-settings input {
min-width: 10em;
}
div.excalidraw-draginfo {
position: absolute;
z-index: 1000;
color: var(--text-normal);
padding: 3px;
background: var(--color-base-40);
display: block;
border-radius: 5px;
}
.excalidraw [data-radix-popper-content-wrapper] {
position: absolute !important;
}
.excalidraw__embeddable-container .view-header {
display: none !important;
}
.excalidraw__embeddable-container input {
background: initial;
}
.excalidraw .HelpDialog__key {
background-color: var(--color-gray-80) !important;
}
.excalidraw .embeddable-menu {
width: fit-content;
height: fit-content;
position: absolute;
display: block;
z-index: var(--zIndex-layerUI);
}
.excalidraw .welcome-screen-center__logo svg {
width: 5rem !important;
}
.excalidraw-image-wrapper {
text-align: center;
}
.excalidraw-image-wrapper img {
margin: auto;
}

@ -0,0 +1,27 @@
{
"commitMessage": "vault backup: {{date}}",
"autoCommitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 10,
"autoPushInterval": 0,
"autoPullInterval": 10,
"autoPullOnBoot": true,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"listChangedFilesInMessageBody": true,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": true,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": true,
"username": "",
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,8 @@
{
"id": "obsidian-git",
"name": "Obsidian Git",
"description": "Backup your vault with Git.",
"isDesktopOnly": false,
"js": "main.js",
"version": "2.4.1"
}

@ -0,0 +1,469 @@
@keyframes loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.loading>svg {
animation: 2s linear infinite loading;
transform-origin: 50% 50%;
display: inline-block;
}
.obsidian-git-center {
margin: auto;
width: 50%;
}
.obsidian-git-textarea {
display: block;
margin-left: auto;
margin-right: auto;
}
.obsidian-git-center-button {
display: block;
margin: 20px auto;
}
.tooltip.mod-left {
overflow-wrap: break-word;
}
.tooltip.mod-right {
overflow-wrap: break-word;
}
.obsidian-git-shortcuts {
margin: 10px;
}
.diff-err {
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.diff-err-sign {
font-size: 2em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-d-none {
display: none;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-wrapper {
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-header {
background-color: var(--background-primary);
border-bottom: 1px solid var(--interactive-accent);
font-family: var(--font-monospace);
height: 35px;
padding: 5px 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-header,
.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-stats {
font-size: 14px;
margin-left: auto;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-lines-added {
border: 1px solid #b4e2b4;
border-radius: 5px 0 0 5px;
color: #399839;
padding: 2px;
text-align: right;
vertical-align: middle;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-lines-deleted {
border: 1px solid #e9aeae;
border-radius: 0 5px 5px 0;
color: #c33;
margin-left: 1px;
padding: 2px;
text-align: left;
vertical-align: middle;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-name-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 15px;
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-name {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-wrapper {
border: 1px solid var(--background-modifier-border);
border-radius: 3px;
margin-bottom: 1em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid var(--background-modifier-border);
border-radius: 3px;
cursor: pointer;
display: none;
font-size: 12px;
justify-content: flex-end;
padding: 4px 8px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse.d2h-selected {
background-color: #c8e1ff;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-collapse-input {
margin: 0 4px 0 0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-table {
border-collapse: collapse;
font-family: Menlo, Consolas, monospace;
font-size: 13px;
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-files-diff {
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-diff {
overflow-y: hidden;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-side-diff {
display: inline-block;
margin-bottom: -8px;
margin-right: -4px;
overflow-x: scroll;
overflow-y: hidden;
width: 50%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line {
padding: 0 8em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line {
padding: 0 4.5em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-ctn {
word-wrap: normal;
background: none;
display: inline-block;
padding: 0;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
vertical-align: middle;
white-space: pre;
width: 100%;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line del {
background-color: #ffb6ba;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line del {
background-color: #8d232881;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line del,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line del,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line ins {
border-radius: 0.2em;
display: inline-block;
margin-top: -1px;
text-decoration: none;
vertical-align: middle;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line ins {
background-color: #97f295;
text-align: left;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-line ins,
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-code-side-line ins {
background-color: #1d921996;
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix {
word-wrap: normal;
background: none;
display: inline;
padding: 0;
white-space: pre;
}
.workspace-leaf-content[data-type="diff-view"] .line-num1 {
float: left;
}
.workspace-leaf-content[data-type="diff-view"] .line-num1,
.workspace-leaf-content[data-type="diff-view"] .line-num2 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
padding: 0 0.5em;
text-overflow: ellipsis;
width: 3.5em;
}
.workspace-leaf-content[data-type="diff-view"] .line-num2 {
float: right;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber {
background-color: var(--background-primary);
border: solid var(--background-modifier-border);
border-width: 0 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: var(--text-muted);
cursor: pointer;
display: inline-block;
position: absolute;
text-align: right;
width: 7.5em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber:after {
content: "\200b";
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
background-color: var(--background-primary);
border: solid var(--background-modifier-border);
border-width: 0 1px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: var(--text-muted);
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0 0.5em;
position: absolute;
text-align: right;
text-overflow: ellipsis;
width: 4em;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-diff-tbody tr {
position: relative;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber:after {
content: "\200b";
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-emptyplaceholder,
.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
background-color: var(--background-primary);
border-color: var(--background-modifier-border);
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-line-prefix,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber,
.workspace-leaf-content[data-type="diff-view"] .d2h-emptyplaceholder {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-code-linenumber,
.workspace-leaf-content[data-type="diff-view"] .d2h-code-side-linenumber {
direction: rtl;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-del {
background-color: #fee8e9;
border-color: #e9aeae;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
background-color: #dfd;
border-color: #b4e2b4;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-del {
background-color: #521b1d83;
border-color: #691d1d73;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-ins {
background-color: rgba(30, 71, 30, 0.5);
border-color: #13501381;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-info {
background-color: var(--background-primary);
border-color: var(--background-modifier-border);
color: var(--text-normal);
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-file-diff .d2h-del.d2h-change {
background-color: #fdf2d0;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-file-diff .d2h-del.d2h-change {
background-color: #55492480;
}
.theme-light .workspace-leaf-content[data-type="diff-view"] .d2h-file-diff .d2h-ins.d2h-change {
background-color: #ded;
}
.theme-dark .workspace-leaf-content[data-type="diff-view"] .d2h-file-diff .d2h-ins.d2h-change {
background-color: rgba(37, 78, 37, 0.418);
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper {
margin-bottom: 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper a {
color: #3572b0;
text-decoration: none;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-wrapper a:visited {
color: #3572b0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-header {
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-title {
font-weight: 700;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list-line {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: left;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list>li {
border-bottom: 1px solid var(--background-modifier-border);
margin: 0;
padding: 5px 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-list>li:last-child {
border-bottom: none;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-file-switch {
cursor: pointer;
display: none;
font-size: 10px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-icon {
fill: currentColor;
margin-right: 10px;
vertical-align: middle;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-deleted {
color: #c33;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-added {
color: #399839;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-changed {
color: #d0b44c;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-moved {
color: #3572b0;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-tag {
background-color: var(--background-primary);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 10px;
margin-left: 5px;
padding: 0 2px;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-deleted-tag {
border: 2px solid #c33;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-added-tag {
border: 1px solid #399839;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-changed-tag {
border: 1px solid #d0b44c;
}
.workspace-leaf-content[data-type="diff-view"] .d2h-moved-tag {
border: 1px solid #3572b0;
}

@ -0,0 +1,15 @@
{
"showCLICommands": true,
"addExtensionsToInternalLinks": "html",
"injectAppCSS": "light",
"injectThemeCSS": false,
"customCSSFile": null,
"displayYAMLFrontmatter": false,
"linkStrippingBehaviour": "text",
"highDPIDiagrams": true,
"pandoc": "",
"pdflatex": null,
"outputFolder": null,
"extraArguments": "",
"exportFrom": "html"
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "obsidian-pandoc",
"name": "Pandoc Plugin",
"version": "0.2.5",
"minAppVersion": "0.12.5",
"description": "This is a Pandoc export plugin for Obsidian. It provides commands to export to formats like DOCX, ePub and PDF.",
"author": "Oliver Balfour",
"authorUrl": "https://github.com/OliverBalfour/obsidian-pandoc",
"isDesktopOnly": true
}

@ -0,0 +1,4 @@
.pandoc-plugin-error {
color: red;
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "obsidian-quiet-outline",
"name": "Quiet Outline",
"version": "0.3.1",
"minAppVersion": "0.12.17",
"description": "Make outline quiet and more powerful, including no-auto-expand, rendering heading as markdown, and search support.",
"author": "the_tree",
"authorUrl": "",
"isDesktopOnly": true
}

@ -0,0 +1,163 @@
.quiet-outline .n-tree-node-wrapper {
padding: 0px;
}
.quiet-outline .n-tree-node.n-tree-node--selectable {
align-items: center;
}
/* heading的间距通过行高来设置 */
/* heading line spacing */
.quiet-outline .n-tree-node .n-tree-node-content{
line-height: 1.6em;
min-height: 10px;
}
.quiet-outline .n-tree-node-content__text p {
margin: 0;
}
/* experimental */
/*.quiet-outline .n-tree-node-content__text p { */
/* .quiet-outline .n-tree-node-wrapper {
white-space: pre;
overflow: hidden;
} */
/* .quiet-outline .n-tree:has( .n-tree-node.n-tree-node--highlight) .n-tree-node:not(.n-tree-node--highlight) {
display:none;
} */
/* test features */
/* .quiet-outline .n-tree-node .n-tree-node-content p{
width: 100%;
overflow: hidden;
}
.quiet-outline .n-tree-node {
overflow: hidden;
text-overflow: ellipsis;
}
.quiet-outline .n-tree-node:hover {
word-break: break-all;
} */
/* 悬浮时的背景颜色 */
.quiet-outline .n-tree.n-tree--block-line .n-tree-node:not(.n-tree-node--disabled):hover {
background-color: #41b883;
}
/* 功能栏 */
.quiet-outline .function-bar {
display: flex;
align-items: center;
padding: 0px;
margin-bottom: 10px;
}
.quiet-outline .function-bar>:first-child {
margin-right: 5px;
text-align: center;
}
.quiet-outline .function-bar>:last-child {
flex: 1;
min-width: 10px;
}
/* 图标大小 */
.quiet-outline .n-button__icon {
--n-icon-size: 22px;
font-size: 22px;
}
.quiet-outline code {
color:#ca254e;
font-weight: 500;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.quiet-outline .internal-link {
color: #705dcf;
}
/* ===================== */
/* 对不同级别标题进行设置 */
/* ===================== */
.n-tree .n-tree-node-switcher {
height: 0px;
}
/* 设置除一级标题之外的所有标题 */
/* setting h2-h6 */
.quiet-outline [class*="level-"]:not(.level-1) .n-tree-node-content{
/*
color: red;
font-weight:bold;
*/
font-size: 1em;
}
/* ============ */
/* 彩虹大纲线 */
/* rainbow line */
/* ============ */
.quiet-outline .n-tree .n-tree-node-indent {
content: "";
height: unset;
align-self:stretch;
}
.quiet-outline .level-2 .n-tree-node-indent,
.quiet-outline .level-3 .n-tree-node-indent:first-child,
.quiet-outline .level-4 .n-tree-node-indent:first-child,
.quiet-outline .level-5 .n-tree-node-indent:first-child,
.quiet-outline .level-6 .n-tree-node-indent:first-child
{
border-right: 2px solid rgb(253, 139, 31, 0.6);
}
.quiet-outline .level-3 .n-tree-node-indent,
.quiet-outline .level-4 .n-tree-node-indent:nth-child(2),
.quiet-outline .level-5 .n-tree-node-indent:nth-child(2),
.quiet-outline .level-6 .n-tree-node-indent:nth-child(2)
{
border-right: 2px solid rgb(255, 223, 0, 0.6);
}
.quiet-outline .level-4 .n-tree-node-indent,
.quiet-outline .level-5 .n-tree-node-indent:nth-child(3),
.quiet-outline .level-6 .n-tree-node-indent:nth-child(3)
{
border-right: 2px solid rgb(7, 235, 35, 0.6);
}
.quiet-outline .level-5 .n-tree-node-indent,
.quiet-outline .level-6 .n-tree-node-indent:nth-child(4)
{
border-right: 2px solid rgb(45, 143, 240, 0.6);
}
.quiet-outline .level-6 .n-tree-node-indent {
border-right: 2px solid rgb(188, 1, 226, 0.6);
}
/* location */
.n-tree-node.located {
font-weight: bold !important;
}
.n-tree-node code {
font-weight: 500 !important;
}
.n-tree-node.located code {
font-weight: 1000 !important;
}
.n-tree-node.located mjx-math {
font-weight: bold !important;
}
.n-tree.n-tree--block-line .n-tree-node:not(.n-tree-node--disabled).n-tree-node--selected {
background-color: transparent !important;
}

@ -0,0 +1,20 @@
{
"blue-topaz-theme@@color-scheme-options": "color-scheme-options-topaz-nord",
"sanctum@@light-mode-palette": "sanctum-coldgrey",
"Yin and Yang@@l-accent": "#AE99C7",
"Yin and Yang@@d-accent": "#AE99C7",
"blue-topaz-theme@@hide-titlebar-text": true,
"blue-topaz-theme@@hide-vault-name": true,
"blue-topaz-theme@@background-image-settings-switch": true,
"blue-topaz-theme@@blockquote-style-change-options": "blockquote-style-default",
"blue-topaz-theme@@show-url-after-link": true,
"blue-topaz-theme@@list-style-change-options": "list-no-border",
"blue-topaz-theme@@table-format-options": "default-table",
"blue-topaz-theme@@show-border-table": false,
"blue-topaz-theme@@full-width-table": false,
"blue-topaz-theme@@table-style-options": "table-style-default",
"blue-topaz-theme@@colorful-unordered-list": true,
"blue-topaz-theme@@colorful-ordered-list": true,
"blue-topaz-theme@@list-spacing-bt": 3,
"blue-topaz-theme@@transparent-setting-panel": false
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "obsidian-style-settings",
"name": "Style Settings",
"version": "0.4.10",
"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
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,6 @@
{
"formatType": "normal",
"showRibbonIcon": true,
"bindEnter": true,
"bindTab": true
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,11 @@
{
"id": "table-editor-obsidian",
"name": "Advanced Tables",
"author": "Tony Grosinger",
"authorUrl": "https://grosinger.net",
"description": "Improved table navigation, formatting, manipulation, and formulas",
"isDesktopOnly": false,
"minAppVersion": "0.13.8",
"version": "0.17.3",
"js": "main.js"
}

@ -0,0 +1,28 @@
.HyperMD-table-row span.cm-inline-code {
font-size: 100%;
}
.widget-icon {
width: 20px;
height: 20px;
fill: var(--text-muted);
}
.widget-icon:hover {
fill: var(--text-normal);
}
.advanced-tables-csv-export textarea {
height: 200px;
width: 100%;
}
.advanced-tables-donation {
width: 70%;
margin: 0 auto;
text-align: center;
}
.advanced-tables-donate-button {
margin: 10px;
}

@ -0,0 +1,30 @@
{
"command_timeout": 5,
"templates_folder": "Templates",
"templates_pairs": [
[
"",
""
]
],
"trigger_on_file_creation": false,
"auto_jump_to_cursor": false,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "",
"template": ""
}
],
"syntax_highlighting": true,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
],
"enable_ribbon_icon": true
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "1.16.0",
"description": "Create and use templates",
"minAppVersion": "0.11.13",
"author": "SilentVoid",
"authorUrl": "https://github.com/SilentVoid13",
"isDesktopOnly": false
}

@ -0,0 +1,281 @@
.templater_search {
width: calc(100% - 20px);
}
.templater_div {
border-top: 1px solid var(--background-modifier-border);
}
.templater_div > .setting-item {
border-top: none !important;
align-self: center;
}
.templater_div > .setting-item > .setting-item-control {
justify-content: space-around;
padding: 0;
width: 100%;
}
.templater_div
> .setting-item
> .setting-item-control
> .setting-editor-extra-setting-button {
align-self: center;
}
.templater_donating {
margin: 10px;
}
.templater_title {
margin: 0;
padding: 0;
margin-top: 5px;
text-align: center;
}
.templater_template {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 70%;
}
.templater_cmd {
margin-left: 5px;
margin-right: 5px;
font-size: 14px;
width: 100%;
}
.templater_div2 > .setting-item {
align-content: center;
justify-content: center;
}
.templater-prompt-div {
display: flex;
}
.templater-prompt-form {
display: flex;
flex-grow: 1;
}
.templater-prompt-input {
flex-grow: 1;
}
.templater-button-div {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 1rem;
}
textarea.templater-prompt-input {
height: 10rem;
}
textarea.templater-prompt-input:focus {
border-color: var(--interactive-accent);
}
.cm-s-obsidian .templater-command-bg {
left: 0px;
right: 0px;
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command {
font-size: 0.85em;
font-family: var(--font-monospace);
line-height: 1.3;
}
.cm-s-obsidian .templater-inline .cm-templater-command {
background-color: var(--background-primary-alt);
}
.cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
font-weight: bold;
}
.cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
color: #008bff;
}
.cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
color: #c0d700;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-keyword {
color: #00a7aa;
font-weight: normal;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-atom {
color: #f39b35;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-number {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-def {
color: #98e342;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-2 {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-variable-3 {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-type.cm-def {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-property.cm-def {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-callee {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-operator {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-qualifier {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-tag.cm-bracket {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-attribute {
color: #a06fca;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
color: #d4d4d4;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string {
color: #e6db74;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-string-2 {
color: #f39b35;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-meta {
color: #d4d4d4;
background: inherit;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-builtin {
color: #fc4384;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-header {
color: #da7dae;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-hr {
color: #98e342;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-link {
color: #696d70;
}
.theme-dark .cm-s-obsidian .cm-templater-command.cm-error {
border-bottom: 1px solid #c42412;
}
.theme-dark .cm-s-obsidian pre.HyperMD-codeblock .cm-keyword {
font-weight: normal;
}
.theme-dark
.cm-s-obsidian
.cm-templater-command.CodeMirror-activeline-background {
background: #272727;
}
.theme-dark .cm-s-obsidian .cm-templater-command.CodeMirror-matchingbracket {
outline: 1px solid grey;
color: #d4d4d4 !important;
}
.CodeMirror-hints {
position: absolute;
z-index: 10;
overflow: hidden;
list-style: none;
margin: 0;
padding: 2px;
-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
border-radius: 3px;
border: 1px solid silver;
background: white;
font-size: 90%;
font-family: monospace;
max-height: 20em;
overflow-y: auto;
}
.CodeMirror-hint {
margin: 0;
padding: 0 4px;
border-radius: 2px;
white-space: pre;
color: black;
cursor: pointer;
}
li.CodeMirror-hint-active {
background: #08f;
color: white;
}

@ -0,0 +1,3 @@
{
"folder": "Templates"
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,7 @@
{
"name": "Blue Topaz",
"version": "20221016",
"minAppVersion": "1.0.0",
"author": "WhyI",
"authorUrl": "https://github.com/whyt-byte"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,673 @@
/***** TABLE OF CONTENTS *****/
/* TODO: Reformat entire CSS file as below.
/* 1. Font
/* 2. Colours
/* 2.1. Dark theme color variables
/* 2.2. Light theme color variables
/* 2.3. Dark theme implementation
/* 2.4. Light theme implementation
/* 3. General UI
/* 3.1. Title Bar
/* 4. Markdown (editor / preview)
/* 4.1. Headings
/* 4.1.1. Fix font weights
/* 4.2. Links
/* 4.2.1. Nifty arrow before internal links (also applies to embeds)
/* 4.3. Embeds
/* 4.4. Tables
/* 4.5. Popovers
/* 4.6. Task Lists
/* 4.7. Blockquotes
/* 4.8. Code
/* 4.9. Bulleted lists
/* 4.10. Misc Fixes
/* 5. Graph view colours
/* 6. Notion Colour Blocks
/* 7. In-document header (scrolls with the document) [remove for compatibility with Andy's mode]
/* 7.1. Adjustments for non-in-document headers (graphs, etc)\
/* 7.2. Active pane border
/* 7.3. Misc fixes
/* 8. Tags
/* 8.1. Tag custom colours
/***** *****/
/* 1. Font */
body {
/* font stacks taken directly from Notion */
--font-monospace: "Hack Nerd Font", "Source Code Pro", monospace;
-webkit-font-smoothing: auto;
}
/* 2. Colours */
:root
{
/* 2.1 Dark theme color variables */
--bg0-dark: #22282c;
--bg1-dark: #272f34;
--bg-dark: #2f383e;
--bg2-dark: #374247;
--bg3-dark: #404c51;
--bg4-dark: #4a555b;
--bg5-dark: #525c62;
--bg_visual: #503946;
--bg_red: #4e3e43;
--bg_green: #404d44;
--bg_blue: #394f5a;
--bg_yellow: #4a4940;
--shadow: #00000070;
--fg-dark: #d3c6aa;
--grey0-dark: #7f897d;
--grey1-dark: #859289;
--grey2-dark: #9aa79d;
--faded-red: #e67e80;
--faded-orange: #e69875;
--faded-yellow: #dbbc7f;
--faded-green: #a7c080;
--faded-aqua: #83c092;
--faded-blue: #7fbbb3;
--faded-purple: #d699b6;
--dim-red: #da6362;
--dim-orange: #d77f48;
--dim-yellow: #bf983d;
--dim-green: #899c40;
--dim-aqua: #569d79;
--dim-blue: #5a93a2;
--dim-purple: #b87b9d;
/* 2.2 Light theme color variables */
--bg0-light: #f0edd8;
--bg1-light: #f6f1dd;
--bg-light: #fdf6e3;
--bg2-light: #f3efda;
--bg3-light: #edead5;
--bg4-light: #e4e1cd;
--bg5-light: #dfdbc8;
--grey0-light: #a4ad9e;
--grey1-light: #939f91;
--grey2-light: #879686;
--shadow-light: #3c474d20;
--bg_visual_light: #eaedc8;
--bg_red_light: #fbe3da;
--bg_green_light: #f0f1d2;
--bg_blue_light: #e9f0e9;
--bg_yellow_light: #faedcd;
--fg-light: #5c6a72;
--light-red: #f85552;
--light-orange: #f57d26;
--light-yellow: #bf983d;
--light-green: #899c40;
--light-aqua: #569d79;
--light-blue: #5a93a2;
--light-purple: #b87b9d;
--light-dim-red: #f1706f;
--light-dim-orange: #f39459;
--light-dim-yellow: #e4b649;
--light-dim-green: #a4bb4a;
--light-dim-aqua: #6ec398;
--light-dim-blue: #6cb3c6;
--light-dim-purple: #e092be;
}
/* 2.3 Dark theme implementation */
.theme-dark
{
--background-primary: var(--bg-dark);
--background-primary-alt: var(--bg-dark);
--background-secondary: var(--bg-dark);
--background-secondary-alt: var(--bg-dark);
--text-normal: var(--fg-dark);
--text-faint: var(--grey1-dark);
--text-title-h1: var(--dim-red);
--text-title-h2: var(--dim-orange);
--text-title-h3: var(--dim-yellow);
--text-title-h4: var(--dim-green);
--text-title-h5: var(--dim-aqua);
--text-title-h6: var(--dim-purple);
--text-link: var(--faded-blue);
--text-a: var(--dim-aqua);
--text-a-hover: var(--faded-aqua);
--text-mark: rgba(215, 153, 33, 0.4); /* light-yellow */
--pre-code: var(--bg1-dark);
--text-highlight-bg: var(--bg_green);
--interactive-accent: var(--dim-aqua);
--interactive-before: var(--bg5-dark);
--background-modifier-border: var(--bg5-dark);
--text-accent: var(--dim-blue);
--interactive-accent-rgb: var(--dim-blue);
--inline-code: var(--dim-blue);
--code-block: var(--fg-dark);
--vim-cursor: var(--faded-blue);
--text-selection: var(--bg5-dark);
}
/* 2.4 Light theme implementation */
.theme-light
{
--background-primary: var(--bg-light);
--background-primary-alt: var(--bg-light);
--background-secondary: var(--bg-light);
--background-secondary-alt: var(--bg-light);
--text-normal: var(--fg-light);
--text-faint: var(--grey1-light);
--text-title-h1: var(--light-red);
--text-title-h2: var(--light-orange);
--text-title-h3: var(--light-yellow);
--text-title-h4: var(--light-green);
--text-title-h5: var(--light-aqua);
--text-title-h6: var(--light-purple);
--text-link: var(--light-blue);
--text-a: var(--light-dim-blue);
--text-a-hover: var(--light-blue);
--text-mark: rgba(215, 153, 33, 0.4); /* light-yellow */
--pre-code: var(--bg1-light);
--text-highlight-bg: var(--light-dim-green);
--interactive-accent: var(--bg5-light);
--interactive-before: var(--bg5-light);
--background-modifier-border: var(--bg5-light);
--text-accent: var(--bg5-light);
--interactive-accent-rgb: var(--light-dim-green);
--inline-code: var(--light-blue);
--code-block: var(--fg-light);
--vim-cursor: var(--light-blue);
--text-selection: rgba(189, 174, 147, 0.5); /* light3 */
}
.theme-dark code[class*="language-"],
.theme-dark pre[class*="language-"],
.theme-light code[class*="language-"],
.theme-light pre[class*="language-"]
{
text-shadow: none ;
background-color: var(--pre-code) ;
}
/* 3. General UI */
.view-header-title {
font-weight: 700;
}
/* 3.1. Title bar */
.titlebar {
background-color: var(--background-secondary-alt);
}
.titlebar-inner {
color: var(--text-normal);
}
.graph-view.color-circle,
.graph-view.color-fill-highlight,
.graph-view.color-line-highlight
{
color: var(--interactive-accent-rgb) ;
}
.graph-view.color-text
{
color: var(--text-a-hover) ;
}
/*
.graph-view.color-fill
{
color: var(--background-secondary);
}
.graph-view.color-line
{
color: var(--background-modifier-border);
}
*/
html,
body
{
font-size: 16px ;
}
strong
{
font-weight: 600 ;
}
a,
.cm-hmd-internal-link
{
color: var(--text-a) ;
text-decoration: none ;
}
a:hover,
.cm-hmd-internal-link:hover,
.cm-url
{
color: var(--text-a-hover) ;
text-decoration: none ;
}
/*----------------------------------------------------------------
TAGS
----------------------------------------------------------------*/
.token.tag {
padding: 0px 0px;
background-color: transparent;
border: none;
}
.token.tag:hover {
background: transparent;
color: var(--text-a-hover) !important;
}
/*----------------------------------------------------------------
TAG PILLS
----------------------------------------------------------------*/
.markdown-preview-section h1 a.tag,
.markdown-preview-section h2 a.tag,
.markdown-preview-section h3 a.tag,
.markdown-preview-section h4 a.tag,
.markdown-preview-section h5 a.tag,
.markdown-preview-section h4 a.tag {
font-weight: inherit;
}
.tag {
background-color: var(--tag-base);
border: 1px solid var(--interactive-accent);
color: var(--text-a);
font-weight: 500;
padding: 1.5px 6px;
padding-left: 6px;
padding-right: 6px;
text-align: center;
text-decoration: none !important;
display: inline-block;
cursor: pointer;
border-radius: 8px;
transition: 0.2s ease-in-out;
}
.tag:hover {
color: var(--interactive-accent);
}
/*----------------------------------------------------------------
TAG REF STYLING
----------------------------------------------------------------*/
.tag[href^="#❗️"],
.tag[href^="#important❗"] {
background-color: var(--tag-base);
border: 1px solid var(--boldred);
}
.tag[href^="#📓"],
.tag[href^="#journal📓"] {
background-color: var(--tag-base);
border: 1px solid var(--purple);
}
.tag[href^="#🌱"],
.tag[href^="#seedling🌱"],
.tag[href^="#🌿"],
.tag[href^="#budding🌿"],
.tag[href^="#🌳"],
.tag[href^="#evergreen🌳"] {
background-color: var(--tag-base);
border: 1px solid var(--boldgreen);
}
mark
{
background-color: var(--text-mark) ;
}
.view-actions a
{
color: var(--text-normal) ;
}
.view-actions a:hover
{
color: var(--text-a) ;
}
.HyperMD-codeblock-bg
{
background-color: var(--pre-code) ;
}
.HyperMD-codeblock
{
line-height: 1.4em ;
color: var(--code-block) ;
}
.HyperMD-codeblock-begin
{
border-top-left-radius: 4px ;
border-top-right-radius: 4px ;
}
.HyperMD-codeblock-end
{
border-bottom-left-radius: 4px ;
border-bottom-right-radius: 4px ;
}
th
{
font-weight: 600 ;
}
thead
{
border-bottom: 2px solid var(--background-modifier-border) ;
}
.HyperMD-table-row
{
line-height: normal ;
padding-left: 4px ;
padding-right: 4px ;
/* background-color: var(--pre-code) ; */
}
.HyperMD-table-row-0
{
padding-top: 4px ;
}
.CodeMirror-foldgutter-folded,
.is-collapsed .nav-folder-collapse-indicator
{
color: var(--text-a) ;
}
.nav-file-tag
{
color: var(--text-a) ;
}
.is-active .nav-file-title
{
color: var(--text-a) ;
background-color: var(--background-primary-alt) ;
}
.nav-file-title
{
border-bottom-left-radius: 0 ;
border-bottom-right-radius: 0 ;
border-top-left-radius: 0 ;
border-top-right-radius: 0 ;
}
img
{
display: block ;
margin-left: auto ;
margin-right: auto ;
}
.HyperMD-list-line
{
padding-top: 0 ;
}
.CodeMirror-code,
.CodeMirror-linenumber,
.cm-formatting
{
font-family: var(--font-monospace) ;
font-size: 0.9em;
}
.markdown-preview-section pre code,
.markdown-preview-section code
{
font-size: 0.9em ;
background-color: var(--pre-code) ;
}
.markdown-preview-section pre code
{
padding: 4px ;
line-height: 1.4em ;
display: block ;
color: var(--code-block) ;
}
.markdown-preview-section code
{
color: var(--inline-code) ;
}
.cm-s-obsidian,
.cm-inline-code
{
-webkit-font-smoothing: auto ;
}
.cm-inline-code
{
color: var(--inline-code) ;
background-color: var(--pre-code) ;
padding: 1px ;
}
.workspace-leaf-header-title
{
font-weight: 600 ;
}
.side-dock-title
{
padding-top: 15px ;
font-size: 20px ;
}
.side-dock-ribbon-tab:hover,
.side-dock-ribbon-action:hover,
.side-dock-ribbon-action.is-active:hover,
.nav-action-button:hover,
.side-dock-collapse-btn:hover
{
color: var(--text-a);
}
.side-dock
{
border-right: 0 ;
}
.cm-s-obsidian,
.markdown-preview-view
{
/* padding-left: 10px ; */
padding-right: 10px ;
}
/* vertical resize-handle */
.workspace-split.mod-vertical > * > .workspace-leaf-resize-handle,
.workspace-split.mod-left-split > .workspace-leaf-resize-handle,
.workspace-split.mod-right-split > .workspace-leaf-resize-handle
{
width: 1px ;
background-color: var(--dim-aqua);
}
/* horizontal resize-handle */
.workspace-split.mod-horizontal > * > .workspace-leaf-resize-handle
{
height: 1px ;
background-color: var(--dim-aqua);
}
/* Remove vertical split padding */
.workspace-split.mod-root .workspace-split.mod-vertical .workspace-leaf-content,
.workspace-split.mod-vertical > .workspace-split,
.workspace-split.mod-vertical > .workspace-leaf,
.workspace-tabs
{
padding-right: 0px;
}
.markdown-embed-title
{
font-weight: 600 ;
}
.markdown-embed
{
padding-left: 10px ;
padding-right: 10px ;
margin-left: 10px ;
margin-right: 10px ;
}
.cm-header-1,
.markdown-preview-section h1
{
font-weight: 500 ;
font-size: 34px ;
color: var(--text-title-h1) ;
}
.cm-header-2,
.markdown-preview-section h2
{
font-weight: 500 ;
font-size: 26px ;
color: var(--text-title-h2) ;
}
.cm-header-3,
.markdown-preview-section h3
{
font-weight: 500 ;
font-size: 22px ;
color: var(--text-title-h3) ;
}
.cm-header-4,
.markdown-preview-section h4
{
font-weight: 500 ;
font-size: 20px ;
color: var(--text-title-h4) ;
}
.cm-header-5,
.markdown-preview-section h5
{
font-weight: 500 ;
font-size: 18px ;
color: var(--text-title-h5) ;
}
.cm-header-6,
.markdown-preview-section h6
{
font-weight: 500 ;
font-size: 18px ;
color: var(--text-title-h6) ;
}
.suggestion-item.is-selected
{
background-color: var(--text-selection);
}
.empty-state-container:hover
{
background-color: var(--background-secondary-alt);
border: 5px solid var(--interactive-accent) ;
}
.checkbox-container
{
background-color: var(--interactive-before);
}
.checkbox-container:after
{
background-color: var(--interactive-accent);
}
.checkbox-container.is-enabled:after
{
background-color: var(--bg5-dark);
}
.mod-cta
{
color: var(--background-secondary-alt) ;
font-weight: 600 ;
}
.mod-cta a
{
color: var(--background-secondary-alt) ;
font-weight: 600 ;
}
.mod-cta:hover
{
background-color: var(--interactive-before) ;
font-weight: 600 ;
}
.CodeMirror-cursor
{
background-color: var(--vim-cursor) ;
opacity: 60% ;
}
input.task-list-item-checkbox {
border: 1px solid var(--faded-blue);
appearance: none;
-webkit-appearance: none;
}
input.task-list-item-checkbox:checked
{
background-color: var(--faded-blue);
box-shadow: inset 0 0 0 2px var(--background-primary);
}
::selection
{
background-color: var(--text-selection) ;
}
.mermaid .note
{
fill: var(--dark3) ;
}
.frontmatter-container {
display: none;
}
/* Bullet point relationship lines */
.cm-hmd-list-indent .cm-tab, ul ul { position: relative; }
.cm-hmd-list-indent .cm-tab::before, ul ul::before {
content:'';
border-left: 1px solid var(--dim-blue);
position: absolute;
}
.cm-hmd-list-indent .cm-tab::before { left: 0; top: -5px; bottom: -4px;
}
ul ul::before { left: -11px; top: 0; bottom: 0;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,212 @@
{
"main": {
"id": "7a0da73135186e4a",
"type": "split",
"children": [
{
"id": "ebcae5babebdf270",
"type": "tabs",
"children": [
{
"id": "78897ec9650e159b",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily/2023-08-09.md",
"mode": "source",
"source": false
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "c5fdf34fc5ea4c81",
"type": "split",
"children": [
{
"id": "3841756efe3c6ac7",
"type": "tabs",
"children": [
{
"id": "5801f06d531416f4",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "5023b14b5c34ee75",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "f1a7f23ea67f297e",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 239.5
},
"right": {
"id": "0686d5809616308a",
"type": "split",
"children": [
{
"id": "d9d38115cfe2d18f",
"type": "tabs",
"dimension": 41.594620557156574,
"children": [
{
"id": "10d9387b227d46e7",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Daily/2023-08-09.md"
}
}
},
{
"id": "dd216b2b73331057",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Daily/2023-08-09.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
}
]
},
{
"id": "9a8ed0fe1b835302",
"type": "tabs",
"dimension": 29.298751200768493,
"children": [
{
"id": "57e3139825373ef9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false
}
}
},
{
"id": "1691261710549c45",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
}
],
"currentTab": 1
},
{
"id": "75cbdb8739f6ae25",
"type": "tabs",
"dimension": 29.106628242074926,
"children": [
{
"id": "04ddb8195641483f",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 233.5
},
"left-ribbon": {
"hiddenItems": {
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:新建白板": false,
"daily-notes:打开/创建今天的日记": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false,
"markdown-importer:打开 Markdown 格式转换器": false,
"zk-prefixer:创建时间戳笔记": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"dbfolder:创建一个新数据库表": false,
"templater-obsidian:Templater": false,
"obsidian-excalidraw-plugin:新建 Excalidraw 绘图": false
}
},
"active": "78897ec9650e159b",
"lastOpenFiles": [
"Daily/2023-08-09.md",
"Daily/2023-08-10.md",
"Templates/未命名.md",
"未命名.md",
"Excalidraw/Drawing 2023-08-09 13.15.42.excalidraw.md",
"Templates/任务.md",
"Daily",
"Templates/DailyLogs.md",
"Daily Logs/2021-2023 重点工作.md",
"Daily Logs/2023.06 考核.md",
"Daily Logs/fd-kpi.md",
"Daily Logs/2023.07.md",
"Platform/供应商付款/付款申请和销账.md",
"Platform/供应商付款/核账-工具.md",
"Platform/供应商付款/(预付款, 借款) - 销账.md",
"Platform/供应商付款/(预付款, 借款) - 退余额.md",
"Platform/供应商付款/(预付款, 借款) - 申请.md",
"Platform/订单/团款认领.md",
"Platform/需求/财务-U8对接.md",
"Platform/组团计划/地接组团计划.md",
"Platform/订单/刷单系统流程.md",
"Platform/订单/批量导入订单.md",
"Git代码库.MD",
"Daily Logs/2021-2023 汇总.md",
"Excalidraw",
"Platform/_sidebar.md",
"conflict-files-obsidian-git.md",
"Templates/DailyLogs_REMOTE_570.md",
"Templates",
"Daily Logs",
"未命名.canvas",
"Platform/需求",
"Koala/atta/Pasted image 20230515161111.png",
"Platform/atta/Snipaste_2023-03-20_09-36-39.png",
"Platform/组团计划"
]
}

@ -0,0 +1,248 @@
{
"main": {
"id": "7a0da73135186e4a",
"type": "split",
"children": [
{
"id": "d204a8cb6691c7ce",
"type": "tabs",
"children": [
{
"id": "d70b59299e9845a8",
"type": "leaf",
"pinned": true,
"state": {
"type": "markdown",
"state": {
"file": "Platform/_sidebar.md",
"mode": "preview",
"source": false
},
"pinned": true
}
},
{
"id": "261f2ba07228ef80",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "conflict-files-obsidian-git.md",
"mode": "preview",
"source": false
}
}
},
{
"id": "bf9baac16852fcdd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023.md",
"mode": "source",
"source": false
}
}
},
{
"id": "259e241c478a6447",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 3
}
],
"direction": "vertical"
},
"left": {
"id": "c5fdf34fc5ea4c81",
"type": "split",
"children": [
{
"id": "3841756efe3c6ac7",
"type": "tabs",
"children": [
{
"id": "5801f06d531416f4",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "5023b14b5c34ee75",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "f1a7f23ea67f297e",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 239.5
},
"right": {
"id": "0686d5809616308a",
"type": "split",
"children": [
{
"id": "d9d38115cfe2d18f",
"type": "tabs",
"dimension": 41.594620557156574,
"children": [
{
"id": "10d9387b227d46e7",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Daily Logs/2021-2023 汇总.md"
}
}
},
{
"id": "dd216b2b73331057",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
}
]
},
{
"id": "9a8ed0fe1b835302",
"type": "tabs",
"dimension": 29.298751200768493,
"children": [
{
"id": "57e3139825373ef9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false
}
}
},
{
"id": "1691261710549c45",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
}
],
"currentTab": 1
},
{
"id": "75cbdb8739f6ae25",
"type": "tabs",
"dimension": 29.106628242074926,
"children": [
{
"id": "04ddb8195641483f",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 233.5
},
"left-ribbon": {
"hiddenItems": {
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:新建白板": false,
"daily-notes:打开/创建今天的日记": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false,
"markdown-importer:打开 Markdown 格式转换器": false,
"zk-prefixer:创建时间戳笔记": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"dbfolder:创建一个新数据库表": false,
"templater-obsidian:Templater": false
}
},
"active": "259e241c478a6447",
"lastOpenFiles": [
"Daily Logs/2021-2023.md",
"Daily Logs/2021-2023 汇总.md",
"conflict-files-obsidian-git.md",
"Platform/_sidebar.md",
"Templates/DailyLogs.md",
"Templates",
"Daily Logs/2023.07.md",
"Daily Logs/fd-kpi.md",
"Daily Logs/2023.06 考核.md",
"Daily Logs",
"Daily Logs/2023-07-17.md",
"未命名.canvas",
"Templates/任务.md",
"Platform/供应商付款/(预付款, 借款) - 销账.md",
"Platform/订单/团款认领.md",
"Platform/需求/财务-U8对接.md",
"Daily Logs/财务.md",
"Daily Logs/FD-KPI.md",
"Daily Logs/FD-Task3.md",
"Platform/供应商付款/M 2022-08-10.md",
"Platform/供应商付款/INFO.md",
"Platform/订单/刷单系统流程.md",
"Platform/财务/账单管理.md",
"Platform/财务/核算工具.md",
"Platform/财务/财务报表.md",
"Platform/产品管理/产品供应商-操作规范.md",
"Platform/产品管理/供应商信息维护.md",
"Platform/订单/批量导入订单.md",
"Platform/供应商付款/(预付款, 借款) - 退余额.md",
"Platform/需求",
"Koala/atta/Pasted image 20230515161111.png",
"Platform/atta/Snipaste_2023-03-20_09-36-39.png",
"Platform/组团计划"
]
}

@ -0,0 +1,248 @@
{
"main": {
"id": "7a0da73135186e4a",
"type": "split",
"children": [
{
"id": "d204a8cb6691c7ce",
"type": "tabs",
"children": [
{
"id": "d70b59299e9845a8",
"type": "leaf",
"pinned": true,
"state": {
"type": "markdown",
"state": {
"file": "Platform/_sidebar.md",
"mode": "preview",
"source": false
},
"pinned": true
}
},
{
"id": "261f2ba07228ef80",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "conflict-files-obsidian-git.md",
"mode": "preview",
"source": false
}
}
},
{
"id": "bf9baac16852fcdd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md",
"mode": "source",
"source": false
}
}
},
{
"id": "259e241c478a6447",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 2
}
],
"direction": "vertical"
},
"left": {
"id": "c5fdf34fc5ea4c81",
"type": "split",
"children": [
{
"id": "3841756efe3c6ac7",
"type": "tabs",
"children": [
{
"id": "5801f06d531416f4",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "5023b14b5c34ee75",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "f1a7f23ea67f297e",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 239.5
},
"right": {
"id": "0686d5809616308a",
"type": "split",
"children": [
{
"id": "d9d38115cfe2d18f",
"type": "tabs",
"dimension": 41.594620557156574,
"children": [
{
"id": "10d9387b227d46e7",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md"
}
}
},
{
"id": "dd216b2b73331057",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
}
]
},
{
"id": "9a8ed0fe1b835302",
"type": "tabs",
"dimension": 29.298751200768493,
"children": [
{
"id": "57e3139825373ef9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false
}
}
},
{
"id": "1691261710549c45",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
}
],
"currentTab": 1
},
{
"id": "75cbdb8739f6ae25",
"type": "tabs",
"dimension": 29.106628242074926,
"children": [
{
"id": "04ddb8195641483f",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 233.5
},
"left-ribbon": {
"hiddenItems": {
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:新建白板": false,
"daily-notes:打开/创建今天的日记": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false,
"markdown-importer:打开 Markdown 格式转换器": false,
"zk-prefixer:创建时间戳笔记": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"dbfolder:创建一个新数据库表": false,
"templater-obsidian:Templater": false
}
},
"active": "bf9baac16852fcdd",
"lastOpenFiles": [
"Daily Logs/2021-2023 汇总.md",
"Daily Logs/2021-2023 重点工作.md",
"conflict-files-obsidian-git.md",
"Platform/_sidebar.md",
"Templates/DailyLogs.md",
"Templates",
"Daily Logs/2023.07.md",
"Daily Logs/fd-kpi.md",
"Daily Logs/2023.06 考核.md",
"Daily Logs",
"Daily Logs/2023-07-17.md",
"未命名.canvas",
"Templates/任务.md",
"Platform/供应商付款/(预付款, 借款) - 销账.md",
"Platform/订单/团款认领.md",
"Platform/需求/财务-U8对接.md",
"Daily Logs/财务.md",
"Daily Logs/FD-KPI.md",
"Daily Logs/FD-Task3.md",
"Platform/供应商付款/M 2022-08-10.md",
"Platform/供应商付款/INFO.md",
"Platform/订单/刷单系统流程.md",
"Platform/财务/账单管理.md",
"Platform/财务/核算工具.md",
"Platform/财务/财务报表.md",
"Platform/产品管理/产品供应商-操作规范.md",
"Platform/产品管理/供应商信息维护.md",
"Platform/订单/批量导入订单.md",
"Platform/供应商付款/(预付款, 借款) - 退余额.md",
"Platform/需求",
"Koala/atta/Pasted image 20230515161111.png",
"Platform/atta/Snipaste_2023-03-20_09-36-39.png",
"Platform/组团计划"
]
}

@ -0,0 +1,237 @@
{
"main": {
"id": "7a0da73135186e4a",
"type": "split",
"children": [
{
"id": "d204a8cb6691c7ce",
"type": "tabs",
"children": [
{
"id": "d70b59299e9845a8",
"type": "leaf",
"pinned": true,
"state": {
"type": "markdown",
"state": {
"file": "Platform/_sidebar.md",
"mode": "preview",
"source": false
},
"pinned": true
}
},
{
"id": "bf9baac16852fcdd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"mode": "preview",
"source": false
}
}
},
{
"id": "259e241c478a6447",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 2
}
],
"direction": "vertical"
},
"left": {
"id": "c5fdf34fc5ea4c81",
"type": "split",
"children": [
{
"id": "3841756efe3c6ac7",
"type": "tabs",
"children": [
{
"id": "5801f06d531416f4",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "5023b14b5c34ee75",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "f1a7f23ea67f297e",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 239.5,
"collapsed": true
},
"right": {
"id": "0686d5809616308a",
"type": "split",
"children": [
{
"id": "d9d38115cfe2d18f",
"type": "tabs",
"dimension": 41.594620557156574,
"children": [
{
"id": "10d9387b227d46e7",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md"
}
}
},
{
"id": "dd216b2b73331057",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
}
]
},
{
"id": "9a8ed0fe1b835302",
"type": "tabs",
"dimension": 29.298751200768493,
"children": [
{
"id": "57e3139825373ef9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false
}
}
},
{
"id": "1691261710549c45",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
}
],
"currentTab": 1
},
{
"id": "75cbdb8739f6ae25",
"type": "tabs",
"dimension": 29.106628242074926,
"children": [
{
"id": "04ddb8195641483f",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 233.5
},
"left-ribbon": {
"hiddenItems": {
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:新建白板": false,
"daily-notes:打开/创建今天的日记": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false,
"markdown-importer:打开 Markdown 格式转换器": false,
"zk-prefixer:创建时间戳笔记": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"dbfolder:创建一个新数据库表": false,
"templater-obsidian:Templater": false
}
},
"active": "259e241c478a6447",
"lastOpenFiles": [
"Daily Logs/2021-2023 汇总.md",
"Daily Logs/2021-2023 重点工作.md",
"Platform/_sidebar.md",
"conflict-files-obsidian-git.md",
"Templates/DailyLogs.md",
"Templates",
"Daily Logs/2023.07.md",
"Daily Logs/fd-kpi.md",
"Daily Logs/2023.06 考核.md",
"Daily Logs",
"Daily Logs/2023-07-17.md",
"未命名.canvas",
"Templates/任务.md",
"Platform/供应商付款/(预付款, 借款) - 销账.md",
"Platform/订单/团款认领.md",
"Platform/需求/财务-U8对接.md",
"Daily Logs/财务.md",
"Daily Logs/FD-KPI.md",
"Daily Logs/FD-Task3.md",
"Platform/供应商付款/M 2022-08-10.md",
"Platform/供应商付款/INFO.md",
"Platform/订单/刷单系统流程.md",
"Platform/财务/账单管理.md",
"Platform/财务/核算工具.md",
"Platform/财务/财务报表.md",
"Platform/产品管理/产品供应商-操作规范.md",
"Platform/产品管理/供应商信息维护.md",
"Platform/订单/批量导入订单.md",
"Platform/供应商付款/(预付款, 借款) - 退余额.md",
"Platform/需求",
"Koala/atta/Pasted image 20230515161111.png",
"Platform/atta/Snipaste_2023-03-20_09-36-39.png",
"Platform/组团计划"
]
}

@ -0,0 +1,237 @@
{
"main": {
"id": "7a0da73135186e4a",
"type": "split",
"children": [
{
"id": "d204a8cb6691c7ce",
"type": "tabs",
"children": [
{
"id": "d70b59299e9845a8",
"type": "leaf",
"pinned": true,
"state": {
"type": "markdown",
"state": {
"file": "Platform/_sidebar.md",
"mode": "preview",
"source": false
},
"pinned": true
}
},
{
"id": "bf9baac16852fcdd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"mode": "preview",
"source": false
}
}
},
{
"id": "259e241c478a6447",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 1
}
],
"direction": "vertical"
},
"left": {
"id": "c5fdf34fc5ea4c81",
"type": "split",
"children": [
{
"id": "3841756efe3c6ac7",
"type": "tabs",
"children": [
{
"id": "5801f06d531416f4",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "5023b14b5c34ee75",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "f1a7f23ea67f297e",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 239.5,
"collapsed": true
},
"right": {
"id": "0686d5809616308a",
"type": "split",
"children": [
{
"id": "d9d38115cfe2d18f",
"type": "tabs",
"dimension": 41.594620557156574,
"children": [
{
"id": "10d9387b227d46e7",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Daily Logs/2021-2023 汇总.md"
}
}
},
{
"id": "dd216b2b73331057",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
}
]
},
{
"id": "9a8ed0fe1b835302",
"type": "tabs",
"dimension": 29.298751200768493,
"children": [
{
"id": "57e3139825373ef9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false
}
}
},
{
"id": "1691261710549c45",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
}
],
"currentTab": 1
},
{
"id": "75cbdb8739f6ae25",
"type": "tabs",
"dimension": 29.106628242074926,
"children": [
{
"id": "04ddb8195641483f",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 233.5
},
"left-ribbon": {
"hiddenItems": {
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:新建白板": false,
"daily-notes:打开/创建今天的日记": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false,
"markdown-importer:打开 Markdown 格式转换器": false,
"zk-prefixer:创建时间戳笔记": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"dbfolder:创建一个新数据库表": false,
"templater-obsidian:Templater": false
}
},
"active": "bf9baac16852fcdd",
"lastOpenFiles": [
"conflict-files-obsidian-git.md",
"Daily Logs/2021-2023 汇总.md",
"Daily Logs/2021-2023 重点工作.md",
"Platform/_sidebar.md",
"Templates/DailyLogs.md",
"Templates",
"Daily Logs/2023.07.md",
"Daily Logs/fd-kpi.md",
"Daily Logs/2023.06 考核.md",
"Daily Logs",
"Daily Logs/2023-07-17.md",
"未命名.canvas",
"Templates/任务.md",
"Platform/供应商付款/(预付款, 借款) - 销账.md",
"Platform/订单/团款认领.md",
"Platform/需求/财务-U8对接.md",
"Daily Logs/财务.md",
"Daily Logs/FD-KPI.md",
"Daily Logs/FD-Task3.md",
"Platform/供应商付款/M 2022-08-10.md",
"Platform/供应商付款/INFO.md",
"Platform/订单/刷单系统流程.md",
"Platform/财务/账单管理.md",
"Platform/财务/核算工具.md",
"Platform/财务/财务报表.md",
"Platform/产品管理/产品供应商-操作规范.md",
"Platform/产品管理/供应商信息维护.md",
"Platform/订单/批量导入订单.md",
"Platform/供应商付款/(预付款, 借款) - 退余额.md",
"Platform/需求",
"Koala/atta/Pasted image 20230515161111.png",
"Platform/atta/Snipaste_2023-03-20_09-36-39.png",
"Platform/组团计划"
]
}

@ -0,0 +1,237 @@
{
"main": {
"id": "7a0da73135186e4a",
"type": "split",
"children": [
{
"id": "d204a8cb6691c7ce",
"type": "tabs",
"children": [
{
"id": "d70b59299e9845a8",
"type": "leaf",
"pinned": true,
"state": {
"type": "markdown",
"state": {
"file": "Platform/_sidebar.md",
"mode": "preview",
"source": false
},
"pinned": true
}
},
{
"id": "bf9baac16852fcdd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"mode": "source",
"source": false
}
}
},
{
"id": "259e241c478a6447",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 1
}
],
"direction": "vertical"
},
"left": {
"id": "c5fdf34fc5ea4c81",
"type": "split",
"children": [
{
"id": "3841756efe3c6ac7",
"type": "tabs",
"children": [
{
"id": "5801f06d531416f4",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "5023b14b5c34ee75",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "f1a7f23ea67f297e",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 239.5,
"collapsed": true
},
"right": {
"id": "0686d5809616308a",
"type": "split",
"children": [
{
"id": "d9d38115cfe2d18f",
"type": "tabs",
"dimension": 41.594620557156574,
"children": [
{
"id": "10d9387b227d46e7",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Daily Logs/2021-2023 汇总.md"
}
}
},
{
"id": "dd216b2b73331057",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
}
]
},
{
"id": "9a8ed0fe1b835302",
"type": "tabs",
"dimension": 29.298751200768493,
"children": [
{
"id": "57e3139825373ef9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false
}
}
},
{
"id": "1691261710549c45",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
}
],
"currentTab": 1
},
{
"id": "75cbdb8739f6ae25",
"type": "tabs",
"dimension": 29.106628242074926,
"children": [
{
"id": "04ddb8195641483f",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 233.5
},
"left-ribbon": {
"hiddenItems": {
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:新建白板": false,
"daily-notes:打开/创建今天的日记": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false,
"markdown-importer:打开 Markdown 格式转换器": false,
"zk-prefixer:创建时间戳笔记": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"dbfolder:创建一个新数据库表": false,
"templater-obsidian:Templater": false
}
},
"active": "bf9baac16852fcdd",
"lastOpenFiles": [
"Daily Logs/2021-2023 重点工作.md",
"Daily Logs/2021-2023 汇总.md",
"conflict-files-obsidian-git.md",
"Platform/_sidebar.md",
"Templates/DailyLogs.md",
"Templates",
"Daily Logs/2023.07.md",
"Daily Logs/fd-kpi.md",
"Daily Logs/2023.06 考核.md",
"Daily Logs",
"Daily Logs/2023-07-17.md",
"未命名.canvas",
"Templates/任务.md",
"Platform/供应商付款/(预付款, 借款) - 销账.md",
"Platform/订单/团款认领.md",
"Platform/需求/财务-U8对接.md",
"Daily Logs/财务.md",
"Daily Logs/FD-KPI.md",
"Daily Logs/FD-Task3.md",
"Platform/供应商付款/M 2022-08-10.md",
"Platform/供应商付款/INFO.md",
"Platform/订单/刷单系统流程.md",
"Platform/财务/账单管理.md",
"Platform/财务/核算工具.md",
"Platform/财务/财务报表.md",
"Platform/产品管理/产品供应商-操作规范.md",
"Platform/产品管理/供应商信息维护.md",
"Platform/订单/批量导入订单.md",
"Platform/供应商付款/(预付款, 借款) - 退余额.md",
"Platform/需求",
"Koala/atta/Pasted image 20230515161111.png",
"Platform/atta/Snipaste_2023-03-20_09-36-39.png",
"Platform/组团计划"
]
}

@ -0,0 +1,237 @@
{
"main": {
"id": "7a0da73135186e4a",
"type": "split",
"children": [
{
"id": "d204a8cb6691c7ce",
"type": "tabs",
"children": [
{
"id": "d70b59299e9845a8",
"type": "leaf",
"pinned": true,
"state": {
"type": "markdown",
"state": {
"file": "Platform/_sidebar.md",
"mode": "preview",
"source": false
},
"pinned": true
}
},
{
"id": "bf9baac16852fcdd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"mode": "preview",
"source": false
}
}
},
{
"id": "259e241c478a6447",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 1
}
],
"direction": "vertical"
},
"left": {
"id": "c5fdf34fc5ea4c81",
"type": "split",
"children": [
{
"id": "3841756efe3c6ac7",
"type": "tabs",
"children": [
{
"id": "5801f06d531416f4",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "5023b14b5c34ee75",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "f1a7f23ea67f297e",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 239.5,
"collapsed": true
},
"right": {
"id": "0686d5809616308a",
"type": "split",
"children": [
{
"id": "d9d38115cfe2d18f",
"type": "tabs",
"dimension": 41.594620557156574,
"children": [
{
"id": "10d9387b227d46e7",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Daily Logs/2021-2023 汇总.md"
}
}
},
{
"id": "dd216b2b73331057",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
}
]
},
{
"id": "9a8ed0fe1b835302",
"type": "tabs",
"dimension": 29.298751200768493,
"children": [
{
"id": "57e3139825373ef9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false
}
}
},
{
"id": "1691261710549c45",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
}
],
"currentTab": 1
},
{
"id": "75cbdb8739f6ae25",
"type": "tabs",
"dimension": 29.106628242074926,
"children": [
{
"id": "04ddb8195641483f",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 233.5
},
"left-ribbon": {
"hiddenItems": {
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:新建白板": false,
"daily-notes:打开/创建今天的日记": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false,
"markdown-importer:打开 Markdown 格式转换器": false,
"zk-prefixer:创建时间戳笔记": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"dbfolder:创建一个新数据库表": false,
"templater-obsidian:Templater": false
}
},
"active": "bf9baac16852fcdd",
"lastOpenFiles": [
"conflict-files-obsidian-git.md",
"Daily Logs/2021-2023 汇总.md",
"Daily Logs/2021-2023 重点工作.md",
"Platform/_sidebar.md",
"Templates/DailyLogs.md",
"Templates",
"Daily Logs/2023.07.md",
"Daily Logs/fd-kpi.md",
"Daily Logs/2023.06 考核.md",
"Daily Logs",
"Daily Logs/2023-07-17.md",
"未命名.canvas",
"Templates/任务.md",
"Platform/供应商付款/(预付款, 借款) - 销账.md",
"Platform/订单/团款认领.md",
"Platform/需求/财务-U8对接.md",
"Daily Logs/财务.md",
"Daily Logs/FD-KPI.md",
"Daily Logs/FD-Task3.md",
"Platform/供应商付款/M 2022-08-10.md",
"Platform/供应商付款/INFO.md",
"Platform/订单/刷单系统流程.md",
"Platform/财务/账单管理.md",
"Platform/财务/核算工具.md",
"Platform/财务/财务报表.md",
"Platform/产品管理/产品供应商-操作规范.md",
"Platform/产品管理/供应商信息维护.md",
"Platform/订单/批量导入订单.md",
"Platform/供应商付款/(预付款, 借款) - 退余额.md",
"Platform/需求",
"Koala/atta/Pasted image 20230515161111.png",
"Platform/atta/Snipaste_2023-03-20_09-36-39.png",
"Platform/组团计划"
]
}

@ -0,0 +1,237 @@
{
"main": {
"id": "7a0da73135186e4a",
"type": "split",
"children": [
{
"id": "d204a8cb6691c7ce",
"type": "tabs",
"children": [
{
"id": "d70b59299e9845a8",
"type": "leaf",
"pinned": true,
"state": {
"type": "markdown",
"state": {
"file": "Platform/_sidebar.md",
"mode": "preview",
"source": false
},
"pinned": true
}
},
{
"id": "bf9baac16852fcdd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"mode": "preview",
"source": false
}
}
},
{
"id": "259e241c478a6447",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 1
}
],
"direction": "vertical"
},
"left": {
"id": "c5fdf34fc5ea4c81",
"type": "split",
"children": [
{
"id": "3841756efe3c6ac7",
"type": "tabs",
"children": [
{
"id": "5801f06d531416f4",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "5023b14b5c34ee75",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "f1a7f23ea67f297e",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 239.5,
"collapsed": true
},
"right": {
"id": "0686d5809616308a",
"type": "split",
"children": [
{
"id": "d9d38115cfe2d18f",
"type": "tabs",
"dimension": 41.594620557156574,
"children": [
{
"id": "10d9387b227d46e7",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Daily Logs/2021-2023 汇总.md"
}
}
},
{
"id": "dd216b2b73331057",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
}
]
},
{
"id": "9a8ed0fe1b835302",
"type": "tabs",
"dimension": 29.298751200768493,
"children": [
{
"id": "57e3139825373ef9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false
}
}
},
{
"id": "1691261710549c45",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
}
],
"currentTab": 1
},
{
"id": "75cbdb8739f6ae25",
"type": "tabs",
"dimension": 29.106628242074926,
"children": [
{
"id": "04ddb8195641483f",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 233.5
},
"left-ribbon": {
"hiddenItems": {
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:新建白板": false,
"daily-notes:打开/创建今天的日记": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false,
"markdown-importer:打开 Markdown 格式转换器": false,
"zk-prefixer:创建时间戳笔记": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"dbfolder:创建一个新数据库表": false,
"templater-obsidian:Templater": false
}
},
"active": "bf9baac16852fcdd",
"lastOpenFiles": [
"conflict-files-obsidian-git.md",
"Daily Logs/2021-2023 汇总.md",
"Daily Logs/2021-2023 重点工作.md",
"Platform/_sidebar.md",
"Templates/DailyLogs.md",
"Templates",
"Daily Logs/2023.07.md",
"Daily Logs/fd-kpi.md",
"Daily Logs/2023.06 考核.md",
"Daily Logs",
"Daily Logs/2023-07-17.md",
"未命名.canvas",
"Templates/任务.md",
"Platform/供应商付款/(预付款, 借款) - 销账.md",
"Platform/订单/团款认领.md",
"Platform/需求/财务-U8对接.md",
"Daily Logs/财务.md",
"Daily Logs/FD-KPI.md",
"Daily Logs/FD-Task3.md",
"Platform/供应商付款/M 2022-08-10.md",
"Platform/供应商付款/INFO.md",
"Platform/订单/刷单系统流程.md",
"Platform/财务/账单管理.md",
"Platform/财务/核算工具.md",
"Platform/财务/财务报表.md",
"Platform/产品管理/产品供应商-操作规范.md",
"Platform/产品管理/供应商信息维护.md",
"Platform/订单/批量导入订单.md",
"Platform/供应商付款/(预付款, 借款) - 退余额.md",
"Platform/需求",
"Koala/atta/Pasted image 20230515161111.png",
"Platform/atta/Snipaste_2023-03-20_09-36-39.png",
"Platform/组团计划"
]
}

@ -0,0 +1,249 @@
{
"main": {
"id": "7a0da73135186e4a",
"type": "split",
"children": [
{
"id": "d204a8cb6691c7ce",
"type": "tabs",
"children": [
{
"id": "d70b59299e9845a8",
"type": "leaf",
"pinned": true,
"state": {
"type": "markdown",
"state": {
"file": "Platform/_sidebar.md",
"mode": "preview",
"source": false
},
"pinned": true
}
},
{
"id": "bf9baac16852fcdd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"mode": "preview",
"source": false
}
}
},
{
"id": "e1b02b70db53ef90",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "conflict-files-obsidian-git.md",
"mode": "preview",
"source": false
}
}
},
{
"id": "259e241c478a6447",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 2
}
],
"direction": "vertical"
},
"left": {
"id": "c5fdf34fc5ea4c81",
"type": "split",
"children": [
{
"id": "3841756efe3c6ac7",
"type": "tabs",
"children": [
{
"id": "5801f06d531416f4",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "5023b14b5c34ee75",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "f1a7f23ea67f297e",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 239.5,
"collapsed": true
},
"right": {
"id": "0686d5809616308a",
"type": "split",
"children": [
{
"id": "d9d38115cfe2d18f",
"type": "tabs",
"dimension": 41.594620557156574,
"children": [
{
"id": "10d9387b227d46e7",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "conflict-files-obsidian-git.md"
}
}
},
{
"id": "dd216b2b73331057",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "conflict-files-obsidian-git.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
}
]
},
{
"id": "9a8ed0fe1b835302",
"type": "tabs",
"dimension": 29.298751200768493,
"children": [
{
"id": "57e3139825373ef9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false
}
}
},
{
"id": "1691261710549c45",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
}
],
"currentTab": 1
},
{
"id": "75cbdb8739f6ae25",
"type": "tabs",
"dimension": 29.106628242074926,
"children": [
{
"id": "04ddb8195641483f",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 233.5
},
"left-ribbon": {
"hiddenItems": {
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:新建白板": false,
"daily-notes:打开/创建今天的日记": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false,
"markdown-importer:打开 Markdown 格式转换器": false,
"zk-prefixer:创建时间戳笔记": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"dbfolder:创建一个新数据库表": false,
"templater-obsidian:Templater": false
}
},
"active": "e1b02b70db53ef90",
"lastOpenFiles": [
"Daily Logs/2021-2023 汇总.md",
"conflict-files-obsidian-git.md",
"Daily Logs/2021-2023 重点工作.md",
"Platform/_sidebar.md",
"Templates/DailyLogs.md",
"Templates",
"Daily Logs/2023.07.md",
"Daily Logs/fd-kpi.md",
"Daily Logs/2023.06 考核.md",
"Daily Logs",
"Daily Logs/2023-07-17.md",
"未命名.canvas",
"Templates/任务.md",
"Platform/供应商付款/(预付款, 借款) - 销账.md",
"Platform/订单/团款认领.md",
"Platform/需求/财务-U8对接.md",
"Daily Logs/财务.md",
"Daily Logs/FD-KPI.md",
"Daily Logs/FD-Task3.md",
"Platform/供应商付款/M 2022-08-10.md",
"Platform/供应商付款/INFO.md",
"Platform/订单/刷单系统流程.md",
"Platform/财务/账单管理.md",
"Platform/财务/核算工具.md",
"Platform/财务/财务报表.md",
"Platform/产品管理/产品供应商-操作规范.md",
"Platform/产品管理/供应商信息维护.md",
"Platform/订单/批量导入订单.md",
"Platform/供应商付款/(预付款, 借款) - 退余额.md",
"Platform/需求",
"Koala/atta/Pasted image 20230515161111.png",
"Platform/atta/Snipaste_2023-03-20_09-36-39.png",
"Platform/组团计划"
]
}

@ -0,0 +1,249 @@
{
"main": {
"id": "7a0da73135186e4a",
"type": "split",
"children": [
{
"id": "d204a8cb6691c7ce",
"type": "tabs",
"children": [
{
"id": "d70b59299e9845a8",
"type": "leaf",
"pinned": true,
"state": {
"type": "markdown",
"state": {
"file": "Platform/_sidebar.md",
"mode": "preview",
"source": false
},
"pinned": true
}
},
{
"id": "bf9baac16852fcdd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"mode": "preview",
"source": false
}
}
},
{
"id": "f7b0535cb4ca7772",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "conflict-files-obsidian-git.md",
"mode": "preview",
"source": false
}
}
},
{
"id": "259e241c478a6447",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 2
}
],
"direction": "vertical"
},
"left": {
"id": "c5fdf34fc5ea4c81",
"type": "split",
"children": [
{
"id": "3841756efe3c6ac7",
"type": "tabs",
"children": [
{
"id": "5801f06d531416f4",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "5023b14b5c34ee75",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "f1a7f23ea67f297e",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 239.5,
"collapsed": true
},
"right": {
"id": "0686d5809616308a",
"type": "split",
"children": [
{
"id": "d9d38115cfe2d18f",
"type": "tabs",
"dimension": 41.594620557156574,
"children": [
{
"id": "10d9387b227d46e7",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "conflict-files-obsidian-git.md"
}
}
},
{
"id": "dd216b2b73331057",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "conflict-files-obsidian-git.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
}
]
},
{
"id": "9a8ed0fe1b835302",
"type": "tabs",
"dimension": 29.298751200768493,
"children": [
{
"id": "57e3139825373ef9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false
}
}
},
{
"id": "1691261710549c45",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
}
],
"currentTab": 1
},
{
"id": "75cbdb8739f6ae25",
"type": "tabs",
"dimension": 29.106628242074926,
"children": [
{
"id": "04ddb8195641483f",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 233.5
},
"left-ribbon": {
"hiddenItems": {
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:新建白板": false,
"daily-notes:打开/创建今天的日记": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false,
"markdown-importer:打开 Markdown 格式转换器": false,
"zk-prefixer:创建时间戳笔记": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"dbfolder:创建一个新数据库表": false,
"templater-obsidian:Templater": false
}
},
"active": "f7b0535cb4ca7772",
"lastOpenFiles": [
"Daily Logs/2021-2023 汇总.md",
"conflict-files-obsidian-git.md",
"Daily Logs/2021-2023 重点工作.md",
"Platform/_sidebar.md",
"Templates/DailyLogs.md",
"Templates",
"Daily Logs/2023.07.md",
"Daily Logs/fd-kpi.md",
"Daily Logs/2023.06 考核.md",
"Daily Logs",
"Daily Logs/2023-07-17.md",
"未命名.canvas",
"Templates/任务.md",
"Platform/供应商付款/(预付款, 借款) - 销账.md",
"Platform/订单/团款认领.md",
"Platform/需求/财务-U8对接.md",
"Daily Logs/财务.md",
"Daily Logs/FD-KPI.md",
"Daily Logs/FD-Task3.md",
"Platform/供应商付款/M 2022-08-10.md",
"Platform/供应商付款/INFO.md",
"Platform/订单/刷单系统流程.md",
"Platform/财务/账单管理.md",
"Platform/财务/核算工具.md",
"Platform/财务/财务报表.md",
"Platform/产品管理/产品供应商-操作规范.md",
"Platform/产品管理/供应商信息维护.md",
"Platform/订单/批量导入订单.md",
"Platform/供应商付款/(预付款, 借款) - 退余额.md",
"Platform/需求",
"Koala/atta/Pasted image 20230515161111.png",
"Platform/atta/Snipaste_2023-03-20_09-36-39.png",
"Platform/组团计划"
]
}

@ -0,0 +1,249 @@
{
"main": {
"id": "7a0da73135186e4a",
"type": "split",
"children": [
{
"id": "d204a8cb6691c7ce",
"type": "tabs",
"children": [
{
"id": "d70b59299e9845a8",
"type": "leaf",
"pinned": true,
"state": {
"type": "markdown",
"state": {
"file": "Platform/_sidebar.md",
"mode": "preview",
"source": false
},
"pinned": true
}
},
{
"id": "bf9baac16852fcdd",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 汇总.md",
"mode": "preview",
"source": false
}
}
},
{
"id": "38292b456cc73ac4",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "conflict-files-obsidian-git.md",
"mode": "preview",
"source": false
}
}
},
{
"id": "259e241c478a6447",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Daily Logs/2021-2023 重点工作.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 2
}
],
"direction": "vertical"
},
"left": {
"id": "c5fdf34fc5ea4c81",
"type": "split",
"children": [
{
"id": "3841756efe3c6ac7",
"type": "tabs",
"children": [
{
"id": "5801f06d531416f4",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "5023b14b5c34ee75",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "f1a7f23ea67f297e",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 239.5,
"collapsed": true
},
"right": {
"id": "0686d5809616308a",
"type": "split",
"children": [
{
"id": "d9d38115cfe2d18f",
"type": "tabs",
"dimension": 41.594620557156574,
"children": [
{
"id": "10d9387b227d46e7",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "conflict-files-obsidian-git.md"
}
}
},
{
"id": "dd216b2b73331057",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "conflict-files-obsidian-git.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": false
}
}
}
]
},
{
"id": "9a8ed0fe1b835302",
"type": "tabs",
"dimension": 29.298751200768493,
"children": [
{
"id": "57e3139825373ef9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false
}
}
},
{
"id": "1691261710549c45",
"type": "leaf",
"state": {
"type": "advanced-tables-toolbar",
"state": {}
}
}
],
"currentTab": 1
},
{
"id": "75cbdb8739f6ae25",
"type": "tabs",
"dimension": 29.106628242074926,
"children": [
{
"id": "04ddb8195641483f",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 233.5
},
"left-ribbon": {
"hiddenItems": {
"switcher:打开快速切换": false,
"graph:查看关系图谱": false,
"canvas:新建白板": false,
"daily-notes:打开/创建今天的日记": false,
"templates:插入模板": false,
"command-palette:打开命令面板": false,
"markdown-importer:打开 Markdown 格式转换器": false,
"zk-prefixer:创建时间戳笔记": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"dbfolder:创建一个新数据库表": false,
"templater-obsidian:Templater": false
}
},
"active": "38292b456cc73ac4",
"lastOpenFiles": [
"Templates/DailyLogs_REMOTE_570.md",
"Templates/DailyLogs_LOCAL_570.md",
"Templates/DailyLogs_BASE_570.md",
"Templates/DailyLogs_BACKUP_570.md",
"Daily Logs/2023.07_REMOTE_570.md",
"Daily Logs/2023.07_LOCAL_570.md",
"Daily Logs/2023.07_BASE_570.md",
"Daily Logs/2023.07_BACKUP_570.md",
"Daily Logs/2023.06 考核_REMOTE_570.md",
"Daily Logs/2023.06 考核_LOCAL_570.md",
"Daily Logs/2023.06 考核_BASE_570.md",
"Daily Logs/2023.06 考核_BACKUP_570.md",
"Daily Logs/2021-2023 汇总.md",
"conflict-files-obsidian-git.md",
"Daily Logs/2021-2023 重点工作.md",
"Platform/_sidebar.md",
"Templates/DailyLogs.md",
"Templates",
"Daily Logs/2023.07.md",
"Daily Logs/fd-kpi.md",
"Daily Logs/2023.06 考核.md",
"Daily Logs",
"Daily Logs/2023-07-17.md",
"未命名.canvas",
"Templates/任务.md",
"Platform/供应商付款/(预付款, 借款) - 销账.md",
"Platform/订单/团款认领.md",
"Platform/需求/财务-U8对接.md",
"Daily Logs/财务.md",
"Platform/需求",
"Koala/atta/Pasted image 20230515161111.png",
"Platform/atta/Snipaste_2023-03-20_09-36-39.png",
"Platform/组团计划"
]
}

@ -0,0 +1,4 @@
{
"format": "YYYY-MM-DD",
"folder": "Daily"
}

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

Loading…
Cancel
Save