vault backup: 2025-04-06 22:34:35

This commit is contained in:
zhangkun9038@dingtalk.com 2025-04-06 22:34:35 +08:00
parent 98187939f4
commit 8b6df76bc1
62 changed files with 87002 additions and 317 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

3
.obsidian/backlink.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"backlinkInDocument": true
}

9
.obsidian/bookmarks.json vendored Normal file
View File

@ -0,0 +1,9 @@
{
"items": [
{
"type": "file",
"ctime": 1743939086946,
"path": "kanban/mainboard.md"
}
]
}

6
.obsidian/canvas.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"snapToObjects": true,
"snapToGrid": true,
"newFileLocation": "folder",
"newFileFolderPath": "canvas"
}

View File

@ -1,5 +1,4 @@
[
"copilot",
"obsidian-git",
"obsidian-linter",
"terminal",
@ -10,5 +9,8 @@
"metaedit",
"kanban-status-updater",
"obsidian-kanban",
"templater-obsidian"
"templater-obsidian",
"homepage",
"smart-second-brain",
"copilot"
]

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"template": "templates/daily_template",
"autorun": true
"autorun": false
}

View File

@ -17,6 +17,6 @@
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 3.0302387620056708,
"scale": 1.2959324124840048,
"close": true
}

View File

@ -48,7 +48,9 @@
"isBuiltIn": true,
"core": true,
"plusExclusive": true,
"capabilities": []
"capabilities": [
"vision"
]
},
{
"name": "gpt-4o",
@ -56,7 +58,9 @@
"enabled": false,
"isBuiltIn": true,
"core": true,
"capabilities": []
"capabilities": [
"vision"
]
},
{
"name": "gpt-4o-mini",
@ -64,7 +68,9 @@
"enabled": false,
"isBuiltIn": true,
"core": true,
"capabilities": []
"capabilities": [
"vision"
]
},
{
"name": "claude-3-5-sonnet-latest",
@ -72,7 +78,84 @@
"enabled": false,
"isBuiltIn": true,
"core": true,
"capabilities": []
"capabilities": [
"vision"
]
},
{
"name": "o1-mini",
"provider": "openai",
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"reasoning"
]
},
{
"name": "o3-mini",
"provider": "openai",
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"reasoning"
]
},
{
"name": "claude-3-5-haiku-latest",
"provider": "anthropic",
"enabled": false,
"isBuiltIn": true
},
{
"name": "command-r",
"provider": "cohereai",
"enabled": false,
"isBuiltIn": true
},
{
"name": "command-r-plus",
"provider": "cohereai",
"enabled": false,
"isBuiltIn": true
},
{
"name": "gemini-2.0-pro-exp",
"provider": "google",
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"vision"
]
},
{
"name": "gemini-2.0-flash",
"provider": "google",
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"vision"
]
},
{
"name": "azure-openai",
"provider": "azure openai",
"enabled": false,
"isBuiltIn": true
},
{
"name": "deepseek-chat",
"provider": "deepseek",
"enabled": false,
"isBuiltIn": true
},
{
"name": "deepseek-reasoner",
"provider": "deepseek",
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"reasoning"
]
},
{
"name": "qwen-max-latest",
@ -82,13 +165,9 @@
"baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
"apiKey": "sk-24a6af9eea55494b8f465a01cb92d461",
"isEmbeddingModel": false,
"capabilities": [
"vision",
"websearch"
],
"capabilities": [],
"stream": true,
"displayName": "qwen-max-latest",
"enableCors": true
"displayName": "qwen-max-latest"
}
],
"activeEmbeddingModels": [
@ -110,8 +189,7 @@
"core": true,
"plusExclusive": true,
"believerExclusive": true,
"dimensions": 1024,
"enableCors": false
"dimensions": 1024
},
{
"name": "copilot-plus-multilingual",
@ -131,29 +209,44 @@
"isEmbeddingModel": true,
"core": true
},
{
"name": "text-embedding-3-large",
"provider": "openai",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
},
{
"name": "embed-multilingual-light-v3.0",
"provider": "cohereai",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
},
{
"name": "text-embedding-004",
"provider": "google",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
},
{
"name": "azure-openai",
"provider": "azure openai",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
},
{
"name": "nomic-embed-text:latest",
"provider": "ollama",
"enabled": true,
"isBuiltIn": false,
"baseUrl": "http://localhost:11434/",
"baseUrl": "",
"apiKey": "",
"isEmbeddingModel": true,
"capabilities": [],
"displayName": "nomic-embed-text",
"enableCors": true
},
{
"name": "nomic-embed-text:latest",
"provider": "openai",
"enabled": true,
"isBuiltIn": false,
"baseUrl": "http://localhost:11434/v1/",
"apiKey": "",
"isEmbeddingModel": true,
"capabilities": [],
"displayName": "nomic-embed-text:latest",
"enableCors": true
"displayName": "nomic-embed-text:latest"
}
],
"embeddingRequestsPerMin": 90,

4
.obsidian/plugins/homepage/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,13 @@
{
"id": "homepage",
"name": "Homepage",
"version": "4.2",
"minAppVersion": "1.4.10",
"description": "Open a specified note, canvas, or workspace on startup, or set it for quick access later.",
"author": "novov",
"authorUrl": "https://novov.me",
"isDesktopOnly": false,
"fundingUrl": {
"Ko-fi": "https://ko-fi.com/novov"
}
}

238
.obsidian/plugins/homepage/styles.css vendored Normal file
View File

@ -0,0 +1,238 @@
.nv-homepage-interstitial {
position: absolute;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background: var(--background-primary);
z-index: 9999;
animation: 0.02s ease-in 0.5s forwards nv-interstitial-destroy;
pointer-events: none;
}
@keyframes nv-interstitial-destroy {
from { opacity: 1; }
to { opacity: 0; }
}
.setting-item[nv-greyed] {
opacity: .5;
pointer-events: none !important;
}
#nv-main-setting {
flex-wrap: wrap;
margin-bottom: 30px;
}
#nv-main-setting .setting-item-control {
padding-top: var(--size-4-2);
flex-basis: 100%;
align-items: stretch;
}
#nv-main-setting .setting-item-control input, #nv-main-setting .setting-item-control select {
font-size: var(--font-ui-medium);
font-weight: 600;
}
#nv-main-setting .setting-item-control select {
padding: var(--size-4-3) var(--size-4-4);
padding-right: var(--size-4-8);
height: auto;
}
#nv-main-setting .setting-item-control input {
flex-grow: 1;
padding: var(--size-4-5) var(--size-4-4);
}
#nv-main-setting .setting-item-control input[disabled] {
opacity: 0.3;
}
#nv-main-setting #nv-desc, #nv-main-setting #nv-info {
flex-basis: 100%;
}
#nv-main-setting #nv-desc {
font-weight: 500;
color: var(--text-normal);
font-size: var(--font-ui-small);
padding: 10px 0 0;
}
#nv-main-setting #nv-desc.mod-warning {
color: var(--text-error);
}
#nv-main-setting #nv-desc code {
font-family: var(--font-monospace);
font-size: var(--font-smaller);
border-radius: var(--radius-s);
}
#nv-main-setting #nv-desc small {
display: block;
font-weight: 400;
color: var(--text-muted);
font-size: calc(var(--font-ui-smaller) * 0.9);
padding: 5px 0 0;
}
.nv-mobile-setting {
flex-wrap: wrap;
row-gap: var(--size-2-2);
}
.nv-mobile-setting .nv-mobile-info {
font-size: var(--font-ui-smaller);
width: 100%;
margin-right: var(--size-4-18);
}
.nv-command-desc {
padding: 1.2em 0 0;
border-top: 1px solid var(--background-modifier-border);
}
.nv-command-box {
margin: 1em 0 1.75em;
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
}
.nv-command-pill {
background-color: var(--background-secondary);
border: 1px solid var(--background-modifier-border-hover);
border-radius: var(--radius-s);
font-size: var(--font-ui-small);
padding: var(--size-2-1) var(--size-2-2) var(--size-2-1) var(--size-2-3) ;
}
.nv-command-pill.nv-command-invalid {
color: var(--text-faint);
}
.nv-command-pill button {
display: inline-block;
padding: 0;
margin: 0 0 0 3px;
vertical-align: bottom;
}
.nv-command-pill button:first-of-type {
margin-left: var(--size-4-2);
}
.nv-command-pill button.nv-command-selected {
margin-left: var(--size-2-2);
padding: 0 var(--size-2-1);
}
.nv-command-pill button.nv-command-selected span {
color: var(--text-accent);
display: inline-block;
font-size: 0.9em;
vertical-align: top;
position: relative;
top: -1px;
}
.nv-command-pill > .svg-icon, .nv-command-pill button .svg-icon {
height: 1em;
width: 1em;
}
.nv-command-pill > .svg-icon {
vertical-align: text-bottom;
position: relative;
margin: 0 var(--size-2-1) 0 0;
}
.nv-command-pill.nv-dragging {
background-color: transparent;
}
.nv-command-add-button {
font-size: var(--font-ui-small);
padding: var(--size-2-2) var(--size-4-2);
height: auto;
}
#nv-main-setting + .setting-item, .nv-command-desc + .setting-item {
padding-top: 20px;
border-top: none !important;
}
.nv-debug-button {
margin: 3em 0 -0.2em;
font-size: var(--font-ui-smaller);
padding: 0;
height: auto;
float: right;
box-shadow: none !important;
background: none !important;
color: var(--text-accent);
font-weight: 600;
cursor: pointer;
}
.nv-debug-button:hover, .nv-debug-button:active {
text-decoration: underline;
}
.is-phone #nv-main-setting .setting-item-control {
flex-wrap: wrap;
justify-content: flex-start;
}
.is-phone #nv-main-setting .setting-item-control select {
width: auto;
max-width: auto;
}
.is-phone .nv-mobile-setting {
row-gap: var(--size-4-2);
}
.is-phone .nv-mobile-setting .setting-item-info {
max-width: calc(100% - 100px);
}
.is-phone .nv-mobile-setting {
row-gap: var(--size-4-2);
}
.is-phone .nv-mobile-setting .setting-item-info {
max-width: calc(100% - 100px);
}
.is-phone .nv-command-pill {
width: 100%;
border: none;
background: none;
padding: 0 0 var(--size-4-2);
display: flex;
gap: var(--size-4-4);
align-items: baseline;
}
.is-phone .nv-command-pill .nv-command-text {
flex-grow: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.is-phone .nv-command-pill, .is-phone .nv-command-add-button {
font-size: var(--font-ui-medium);
justify-content: space-between;
}
.is-phone .nv-command-pill button {
line-height: var(--font-ui-medium);
height: 100%;
margin: 0 !important;
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,9 @@
{
"id": "infranodus-graph-view",
"name": "InfraNodus AI Graph View",
"version": "0.9.0",
"minAppVersion": "0.15.0",
"description": "Interactive 3D graph view: text analysis, topic modeling, gap detection, and AI.",
"author": "Nodus Labs",
"isDesktopOnly": false
}

View File

@ -0,0 +1 @@
.infranodus-plugin-yellow-highlight { background-color: yellow !important; }

View File

@ -1,5 +1,5 @@
{
"statusPropertyName": "status",
"showNotifications": true,
"debugMode": false
"debugMode": true
}

View File

@ -10,5 +10,6 @@
"shouldHideLabel": false,
"containsMarkdown": false
}
]
],
"new-note-folder": "kanban/notes"
}

View File

@ -0,0 +1,3 @@
{
"version": "2.5.8"
}

29012
.obsidian/plugins/smart-connections/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
{
"id": "smart-connections",
"name": "Smart Connections",
"author": "Brian Petro",
"description": "Find links to similar notes using artificial intelligence from OpenAI.",
"minAppVersion": "1.1.0",
"authorUrl": "https://wfhbrian.com",
"isDesktopOnly": false,
"version": "2.5.8"
}

View File

@ -0,0 +1,993 @@
/* deprecated positioning, use bottom bar instead */
.view-content > .sc-brand {
position: fixed;
bottom: 0;
right: 0;
background-color: var(--titlebar-background);
}
.sc-brand {
> svg,
> p {
display: inline;
margin: 0 0.1rem 0 0.3rem;
color: var(--text-muted);
font-size: var(--font-smallest);
line-height: 1;
height: 0.88rem;
width: auto;
}
> p > a {
color: var(--text-muted);
}
}
.sc-list {
.tree-item-self {
cursor: pointer;
small {
color: var(--color-gray-40);
}
}
> .sc-collapsed ul {
display: none;
}
> .sc-collapsed span svg {
transform: rotate(-90deg);
}
> :not(.sc-collapsed) span svg {
transform: rotate(0deg);
}
> div {
span svg {
height: auto;
margin: auto 0.5em auto 0;
flex: none;
}
> span {
display: inline-flex;
width: 100%;
padding-left: 0;
}
ul {
margin: 0;
padding-left: 1.3rem;
}
> a {
display: block;
}
> ul > li {
display: block;
}
}
.sc-result {
> ul {
list-style: none;
padding-left: 0;
}
}
.sc-result.sc-result-plaintext {
font-size: var(--font-ui-smaller);
line-height: var(--line-height-tight);
background-color: var(--search-result-background);
border-radius: var(--radius-s);
overflow: hidden;
margin: var(--size-4-1) 0 var(--size-4-2);
color: var(--text-muted);
box-shadow: 0 0 0 1px var(--background-modifier-border);
& > * li {
cursor: var(--cursor);
position: relative;
padding: var(--size-4-2) var(--size-4-5) var(--size-4-2) var(--size-4-3);
white-space: pre-wrap;
width: 100%;
border-bottom: 1px solid var(--background-modifier-border);
}
}
.sc-result:not(.sc-result-plaintext) {
cursor: pointer;
padding: var(--nav-item-padding);
padding-left: 10px;
margin-bottom: 1px;
align-items: baseline;
border-radius: var(--radius-s);
font-weight: var(--nav-item-weight);
&:hover {
color: var(--nav-item-color-active);
background-color: var(--nav-item-background-active);
font-weight: var(--nav-item-weight-active);
}
span {
color: var(--h5-color);
}
small {
color: var(--h5-color);
font-size: 0.8rem;
font-weight: 500;
}
p {
margin-top: 0.3rem;
margin-bottom: 0.3rem;
}
ul > li {
h1 {
font-size: 1.3rem;
}
h2 {
font-size: 1.25rem;
}
h3 {
font-size: 1.2rem;
}
h4 {
font-size: 1.15rem;
}
h5 {
font-size: 1.1rem;
}
h6 {
font-size: 1.05rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-block-start: calc(var(--p-spacing)/2);
margin-block-end: calc(var(--p-spacing)/2);
}
}
}
} /* end .sc-list */
/* Only on right sidebar */
.mod-right-split .sc-list .sc-result {
font-size: var(--font-text-size);
font-size: 0.88rem;
}
.sc-top-bar {
display: flex;
width: 100%;
justify-content: end;
.search-input-container {
width: calc(100% - var(--size-4-8));
margin: 4px auto;
}
.sc-context {
color: var(--nav-item-color);
font-size: var(--nav-item-size);
margin: 0.5em 0.5em 1em;
width: 100%;
}
}
/* Chat */
.sc-chat-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
height: 100%;
.sc-top-bar-container {
align-self: flex-end;
display: flex;
width: 100%;
.sc-chat-name-input {
flex-grow: 1;
min-width: 20px;
}
}
.sc-thread {
display: flex;
flex-direction: column;
align-items: flex-start;
height: 100%;
width: 100%;
overflow: hidden;
user-select: text;
overflow-y: auto;
.sc-message-container {
border: 1px solid var(--divider-color);
border-radius: 10px;
margin: 0.5rem 0;
display: flex;
flex-direction: column;
align-items: flex-start;
width: 100%;
height: 100%;
overflow-y: auto;
background-color: var(--background-primary-alt);
.sc-message {
max-width: 90ch;
width: 90%;
margin: 10px;
padding: 10px;
border-radius: 1.5rem;
word-break: break-word;
&.user {
align-self: flex-end;
color: var(--text-normal);
background-color: var(--background-primary);
}
&.assistant,
&.system {
background-color: var(--background-primary-alt);
color: var(--text-normal);
}
.sc-message-content {
margin: 0;
padding: 1rem;
> * p {
margin: 0;
}
}
}
}
.sc-chat-form {
display: flex;
padding: 0 10px 1rem 0;
width: 100%;
max-height: 50%;
.sc-chat-input {
flex-grow: 1;
padding: 0.88rem;
border: none;
border-radius: 1.5rem;
resize: none;
height: auto;
min-height: 4.2lh;
max-height: 100%;
background-color: var(--background-primary);
color: var(--text-normal);
margin-right: -2.7rem;
padding-right: 3rem;
}
.sc-btn-container {
width: 2rem;
height: 2rem;
margin: auto;
> button.send-button {
border-radius: 99999px;
cursor: pointer;
outline: 2px solid transparent;
padding: 0;
outline-offset: 2px;
background: none !important;
&:focus-visible {
outline-color: var(--text-faint);
box-shadow: none;
}
> svg {
> circle {
fill: var(--text-faint);
}
> path {
fill: var(--background-primary);
}
}
}
}
}
}
#settings {
display: flex;
flex-direction: column;
max-width: 100%;
width: 100%;
}
}
.sc-system {
align-self: center;
font-style: italic;
color: var(--text-faint);
}
.sc-msg-button {
cursor: pointer;
float: right;
margin-left: 5px;
opacity: 0.8;
&.cycle-branch {
float: left;
display: flex;
}
&:hover {
opacity: 1;
}
}
#sc-abort-button {
cursor: pointer;
padding: 10px;
border-radius: 5px;
&:hover {
background-color: var(--background-primary);
}
}
.sc-change {
.sc-change-footer {
display: flex;
justify-content: space-between;
align-items: center;
& > * {
display: inline-block;
color: var(--text-muted);
font-size: var(--font-smallest);
}
.sc-brand {
position: unset;
background-color: var(--background-primary);
}
}
.sc-variation {
--new-content-color: hsl(124, 75%, 55%, 0.13);
--old-content-color: hsl(3, 43%, 47%, 0.13);
display: flex;
align-items: flex-end;
justify-content: space-between;
margin: 0 -300px;
padding: 0 300px;
&:has(.new-content) {
background-color: var(--new-content-color);
> button {
background-color: var(--new-content-color) !important;
}
}
&:has(.old-content) {
background-color: var(--old-content-color);
> button {
background-color: var(--old-content-color) !important;
}
}
> div {
> *:last-child {
margin-bottom: 0;
}
}
.old-content {
color: var(--text-muted);
text-decoration: line-through;
> *:first-child {
margin-top: 0;
}
}
}
}
.markdown-source-view.mod-cm6 .cm-embed-block:not(.cm-table-widget):hover:has(.sc-change) {
overflow: unset;
box-shadow: unset;
cursor: unset;
}
.notice .sc-notice-actions {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
.sc-chat-container {
#settings {
display: flex;
flex-direction: column;
max-width: 100%;
width: 100%;
}
.sc-config-error-notice {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
background-color: #ffcccc;
border: 1px solid #ff0000;
border-radius: 5px;
margin: 10px 0;
font-size: 14px;
font-weight: bold;
color: #ff0000;
width: 100%;
span {
flex-grow: 1;
}
button {
margin-left: 10px;
}
}
}
.sc-supporters {
max-height: 37ch;
border: 1px solid var(--h1-color);
border-radius: 10px;
padding: 10px;
margin-left: -10px;
box-shadow: 0 1px 0 1px var(--shadow-300);
overflow: auto;
text-wrap: balance;
> p {
margin-top: 0;
margin-bottom: 5px;
}
> ul {
margin-top: 5px;
}
> * li {
margin-top: 0.37em;
}
}
/* settings */
.vertical-tab-content:has(> .sc-supporters) {
.setting-item-control {
> select {
max-width: 500px;
}
}
}
.sc-bottom-bar {
position: fixed;
bottom: 0;
right: 0;
left: 0;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
background-color: var(--titlebar-background);
padding: 0 0.5rem;
.sc-brand {
flex-shrink: 0;
}
.sc-context {
flex-grow: 1;
font-size: var(--font-smallest);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.setting-component[data-setting*="/"][data-setting*="api_key"] {
display: none;
}
.setting-component[data-setting*="gpu"]:not([data-setting*="/"]) {
display: none;
}
/* SINCE COMPONENT PATTERN SETTINGS */
.setting-component[data-setting="is_obsidian_vault"] {
display: none;
}
.setting-component[data-setting="smart_change.active"] {
display: none;
}
.group-header {
display: flex;
text-wrap: nowrap;
flex-wrap: wrap;
align-items: baseline;
> h2 {
width: 100%;
margin-bottom: 0;
}
> * {
flex-grow: 1;
margin-bottom: 10px;
}
}
/* SMART CHAT v2 */
.sc-context-list {
list-style: none;
margin: 0;
padding: 0 1rem 1rem;
display: none;
flex-direction: column;
gap: 0.5rem;
}
.sc-context-header[aria-expanded="true"] + .sc-context-list {
display: flex;
}
.sc-context-header[aria-expanded="false"] + .sc-context-list {
display: none;
}
.sc-context-toggle-icon {
margin-left: 0.5rem;
transition: transform 0.3s ease;
}
.sc-context-header[aria-expanded="true"] .sc-context-toggle-icon {
transform: rotate(180deg);
}
.sc-context-container {
border: 1px solid var(--divider-color);
border-radius: 10px;
margin: 0.5rem 0;
background-color: var(--background-primary-alt);
overflow: auto;
max-width: 95%;
margin: 10px;
flex-shrink: 0;
}
.sc-context-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.88rem 1rem;
background-color: var(--background-primary);
color: var(--text-muted);
font-weight: var(--font-medium);
cursor: pointer;
user-select: none;
&:hover {
background-color: var(--background-primary-hover);
}
&:focus {
outline: 2px solid var(--text-muted);
outline-offset: 2px;
}
}
.sc-context-item {
padding: 0.5rem;
border-radius: var(--radius-s);
background-color: var(--background-secondary);
color: var(--text-normal);
display: flex;
justify-content: space-between;
align-items: baseline;
font-size: var(--font-smallest);
flex-wrap: wrap;
&:hover {
background-color: var(--background-secondary-hover);
}
}
.sc-context-item-path {
font-weight: var(--font-medium);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 70%;
}
.sc-context-item-score {
font-size: var(--font-small);
color: var(--color-gray-40);
}
/* Tool Calls Component Styles */
.sc-tool-calls-container {
border: 1px solid var(--divider-color);
border-radius: 10px;
margin: 0.5rem 0;
background-color: var(--background-primary-alt);
overflow: auto;
max-width: 95%;
margin: 10px;
flex-shrink: 0;
}
.sc-tool-call {
margin-bottom: 0.5rem;
&:last-child {
margin-bottom: 0;
}
}
.sc-tool-call-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.88rem 1rem;
background-color: var(--background-primary);
color: var(--text-muted);
font-weight: var(--font-medium);
cursor: pointer;
user-select: none;
&:hover {
background-color: var(--background-primary-hover);
}
&:focus {
outline: 2px solid var(--text-muted);
outline-offset: 2px;
}
&[aria-expanded="true"] .sc-tool-call-toggle-icon {
transform: rotate(180deg);
}
}
.sc-tool-call-content {
padding: 0.5rem 1rem;
background-color: var(--background-secondary);
font-size: var(--font-smallest);
pre {
margin: 0;
white-space: pre-wrap;
word-break: break-word;
}
code {
font-family: var(--font-monospace);
}
}
/* Hide content when collapsed */
.sc-tool-call-header[aria-expanded="false"] + .sc-tool-call-content {
display: none;
}
/* Show content when expanded */
.sc-tool-call-header[aria-expanded="true"] + .sc-tool-call-content {
display: block;
}
/* System Message Styles */
.sc-system-message-container {
margin: 1rem 0;
border: 1px solid var(--background-modifier-border);
border-radius: 6px;
background: var(--background-secondary);
flex-shrink: 0;
}
.sc-system-message-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.75rem 1rem;
cursor: pointer;
font-weight: 500;
border-bottom: 1px solid transparent;
transition: background-color 0.2s ease;
&:hover {
background: var(--background-modifier-hover);
}
span {
display: flex;
align-items: center;
gap: 0.5rem;
}
.sc-system-message-toggle-icon {
transition: transform 0.2s ease;
}
&[aria-expanded="true"] {
border-bottom-color: var(--background-modifier-border);
}
}
.sc-system-message-content {
padding: 1rem;
position: relative;
background: var(--background-primary);
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
.sc-system-message-text {
font-family: var(--font-monospace);
white-space: pre-wrap;
word-break: break-word;
margin-right: 2rem;
}
.sc-system-message-copy {
position: absolute;
top: 1rem;
right: 1rem;
padding: 0.4rem;
background: transparent;
border: none;
cursor: pointer;
opacity: 0.6;
transition: opacity 0.2s ease;
&:hover {
opacity: 1;
}
&.sc-copied {
color: var(--text-accent);
}
}
}
.sc-chat-container {
.smart-chat-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--background-primary-alt);
z-index: 100;
overflow: auto;
.smart-chat-overlay-header {
display: flex;
justify-content: flex-end;
}
.setting-item {
flex-direction: column;
align-items: flex-start;
}
}
}
.sc-typing-indicator {
display: flex;
align-items: center;
padding: 12px 16px;
display: none;
&.visible {
display: flex;
}
.sc-typing-dots {
display: flex;
gap: 4px;
.sc-typing-dot {
width: 8px;
height: 8px;
background: var(--text-muted);
border-radius: 50%;
animation: typing-bounce 1.4s infinite ease-in-out;
&:nth-child(1) {
animation-delay: 0s;
}
&:nth-child(2) {
animation-delay: 0.2s;
}
&:nth-child(3) {
animation-delay: 0.4s;
}
}
}
}
/* keyframes must be at root level */
@keyframes typing-bounce {
0%,
80%,
100% {
transform: scale(0.6);
}
40% {
transform: scale(1);
}
}
/* Smart Directories */
.sg-top-bar {
display: flex;
justify-content: flex-end;
}
.sg-list {
> .sg-collapsed .sg-directory-header svg {
transform: rotate(-90deg);
transition: transform 0.15s ease;
}
> :not(.sg-collapsed) .sg-directory-header svg {
transform: rotate(0deg);
transition: transform 0.15s ease;
}
.sg-directory-header {
cursor: pointer;
user-select: none;
&:hover {
background-color: var(--nav-item-background-hover);
}
}
}
/* Add this to handle content visibility */
.sg-directory-item.sg-collapsed .sg-directory-content {
display: none;
}
/* Lookup */
#sc-lookup-view {
.sc-container {
.sc-textarea-container {
display: flex;
padding: 0 10px 1rem 0;
width: 100%;
max-height: 50%;
> textarea {
flex-grow: 1;
padding: 0.88rem;
border: none;
border-radius: 1.5rem;
resize: none;
height: auto;
min-height: 4.2lh;
max-height: 100%;
background-color: var(--background-primary);
color: var(--text-normal);
margin-right: -2.7rem;
padding-right: 3rem;
}
.sc-textarea-btn-container {
width: 2rem;
height: 2rem;
margin: auto;
> button.send-button {
border-radius: 99999px;
cursor: pointer;
outline: 2px solid transparent;
padding: 0;
outline-offset: 2px;
background: none !important;
&:focus-visible {
outline-color: var(--text-faint);
box-shadow: none;
}
> svg {
> circle {
fill: var(--text-faint);
}
> path {
fill: var(--background-primary);
}
}
}
}
}
}
}
/* Side Panes */
div.workspace-leaf-content[data-type^="smart-"] {
> .view-content {
display: flex;
flex-direction: column;
.sc-overlay {
background-color: var(--background-primary-alt);
max-width: 100%;
max-height: 42%;
&:has(.setting-component) {
overflow-y: auto;
padding: var(--size-4-4);
flex: none;
.setting-item {
flex-direction: column;
align-items: flex-start;
}
}
}
}
}
.sc-pro {
.sc-settings {
padding: var(--size-4-4);
textarea {
min-height: 4rem;
flex-grow: 1;
}
}
}
.sc-inline-confirm-row {
margin-top: 10px;
padding: 6px;
border: 1px solid var(--interactive-normal);
}
.sc-inline-confirm-row-buttons {
display: flex;
justify-content: flex-end;
gap: 10px;
margin-top: 10px;
& .sc-inline-confirm-yes {
font-weight: bold;
}
& .sc-inline-confirm-cancel {
font-weight: normal;
}
}

View File

@ -1,15 +1,43 @@
{
"isChatComfy": true,
"isUsingRag": true,
"isUsingRag": false,
"assistantLanguage": "en",
"initialAssistantMessageContent": "Hello, I am your assistant. How can I help you?",
"isIncognitoMode": false,
"isIncognitoMode": true,
"ollamaGenModel": {
"model": "deepseek-r1:14b",
"model": "deepseek-r1:8b",
"baseUrl": "http://localhost:11434",
"temperature": 0.5,
"contextWindow": 1948,
"contextWindow": 1848,
"lcModel": {
"lc": 1,
"type": "constructor",
"id": [
"langchain",
"chat_models",
"ollama",
"ChatOllama"
],
"kwargs": {
"model": "deepseek-r1:8b",
"base_url": "http://localhost:11434",
"temperature": 0.5,
"context_window": 1848,
"lc_model": {
"lc": 1,
"type": "constructor",
"id": [
"langchain",
"chat_models",
"ollama",
"ChatOllama"
],
"kwargs": {
"model": "deepseek-r1:8b",
"base_url": "http://localhost:11434",
"temperature": 0.5,
"context_window": 1948,
"lc_model": {
"lc": 1,
"type": "constructor",
"id": [
@ -41,6 +69,10 @@
}
}
}
}
}
}
}
},
"ollamaEmbedModel": {
"model": "nomic-embed-text",
@ -93,5 +125,5 @@
"isVerbose": false,
"isOnboarded": true,
"hideIncognitoWarning": false,
"isAutostart": true
"isAutostart": false
}

View File

@ -7,7 +7,7 @@
""
]
],
"trigger_on_file_creation": false,
"trigger_on_file_creation": true,
"auto_jump_to_cursor": false,
"enable_system_commands": false,
"shell_path": "",
@ -15,8 +15,8 @@
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "",
"template": ""
"folder": "new notes",
"template": "templates/base_template.md"
}
],
"enable_file_templates": false,

View File

@ -1,48 +1,60 @@
{
"main": {
"id": "6c7ceb2139abce3f",
"id": "5324373015726ba8",
"type": "split",
"children": [
{
"id": "a6f094df0e179c24",
"id": "4509724f8bf84da7",
"type": "tabs",
"children": [
{
"id": "4694fd15b957885a",
"id": "e7a7b303c61786dc",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "templates/daily_template.md",
"file": "templates/base_template.md",
"mode": "source",
"source": true
"source": false,
"backlinks": true,
"backlinkOpts": {
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
},
"icon": "lucide-file",
"title": "daily_template"
"title": "base_template"
}
}
]
},
{
"id": "aa1061ad0c81038b",
"type": "tabs",
"children": [
{
"id": "f18a369645815ad1",
"id": "c34cfd80684c50bd",
"type": "leaf",
"state": {
"type": "markdown",
"type": "kanban",
"state": {
"file": "new notes/学习看板和其他 1.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "学习看板和其他 1"
}
}
"file": "kanban/mainboard.md",
"kanbanViewState": {
"kanban-plugin": "board",
"list-collapse": [
false,
false,
false,
false
]
}
},
"icon": "lucide-trello",
"title": "mainboard"
}
}
],
"currentTab": 1
}
],
"direction": "vertical"
},
@ -162,17 +174,17 @@
"state": {
"type": "outline",
"state": {
"file": "templates/daily_template.md",
"file": "kanban/mainboard.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of daily_template"
"title": "Outline of mainboard"
}
},
{
"id": "74b19403045c89a7",
"id": "42a1434143cacf91",
"type": "leaf",
"state": {
"type": "copilot-chat-view",
@ -186,54 +198,61 @@
}
],
"direction": "horizontal",
"width": 337.5,
"collapsed": true
"width": 336.5
},
"left-ribbon": {
"hiddenItems": {
"copilot:Open Copilot Chat": false,
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"copilot:Open Copilot Chat": false,
"obsidian-git:Open Git source control": false,
"terminal:Open terminal": false,
"table-editor-obsidian:Advanced Tables Toolbar": false,
"weather-fetcher:Insert Weather": false,
"obsidian-kanban:Create new board": false,
"card-board:CardBoard": false,
"templater-obsidian:Templater": false
"templater-obsidian:Templater": false,
"homepage:Open homepage": false,
"smart-second-brain:Open S2B Chat": false
}
},
"active": "4694fd15b957885a",
"active": "c34cfd80684c50bd",
"lastOpenFiles": [
"new notes/Untitled 1.md",
"templates/base_template.md",
"templates/daily_template.md",
"kanban/mainboard.md",
"new notes/学习看板和其他 1.md",
"templates/kanban_template.md",
"new notes/学习看板和其他.md",
"new notes/设置 nodeTest这个项目目录作为练手的项目.md",
"copilot-conversations/ubuntu lvm bindfs.md",
"copilot-conversations/dataview ob q&a.md",
"new notes/2025-04-06.md",
"new notes/快捷键设置.md",
"Task.md",
"new notes/找到了如何入门obsidian的途径.md",
"new notes/2025-04-04.md",
"new notes/2025-04-05.md",
"new notes/Untitled.md",
"new notes/2025-04-06.md",
"kanban/mainboard.md",
"canvas/Untitled.canvas",
"new notes/可以经常在vault Q&A 里问的问题i.md",
"new notes/快捷键设置.md",
"new notes/2025-03-01 会议记录.md",
"kanban/notes/学习看板和其他 1.md",
"kanban/notes/设置 nodeTest这个项目目录作为练手的项目.md",
"kanban/notes/找到了如何入门obsidian的途径.md",
"kanban/notes/pdf 插件的学习.md",
"copilot-conversations/dataview ob q&a.md",
"copilot-conversations/ubuntu lvm bindfs.md",
"Welcome.md",
"Chats/New Chat.md",
"Chats/think\n\nThe chathistory is too long, please create a new chat or summarize it. I'm here to help! Let me know how you'd like to proceed..md",
"欢迎.md",
"new notes/chat history.md",
"new notes/Untitled Kanban 1.md",
"new notes/Untitled Kanban.md",
"kanban/notes",
"Untitled",
"Task.md",
"canvas/Untitled 1.canvas",
"canvas",
"Untitled.canvas",
"templates/kanban_template.md",
"kanban",
"new notes/pdf 插件的学习.md",
"new notes/chat history.md",
"Chats/New Chat.md",
"new notes/Untitled.md",
"欢迎.md",
"Welcome.md",
"templates/daily.md",
"templates"
]
}

View File

@ -0,0 +1,4 @@
"smart_sources:Chats/New Chat.md": {"path":"Chats/New Chat.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"a9ef9b549c5c690a64cbf53fc2568f732a0852a36521ca9d4c9040620ca3dd2f"}}},"last_read":{"hash":"a9ef9b549c5c690a64cbf53fc2568f732a0852a36521ca9d4c9040620ca3dd2f","at":1743940983163},"class_name":"SmartSource","outlinks":[{"title":"chat history","target":"chat history","line":8},{"title":"chat history","target":"chat history","line":17},{"title":"chat history","target":"chat history","line":25},{"title":"chat history","target":"chat history","line":31},{"title":"chat history","target":"chat history","line":52},{"title":"chat history","target":"chat history","line":119}],"blocks":{"#":[1,63],"##{1}":[3,5],"##{2}":[6,8],"##{3}":[9,11],"##{4}":[12,15],"##{5}":[16,16],"##{6}":[17,19],"##{7}":[20,22],"##{8}":[23,25],"##{9}":[26,28],"##{10}":[29,31],"##{11}":[32,34],"##{12}":[35,50],"##{13}":[51,51],"##{14}":[52,54],"##{15}":[55,57],"##{16}":[58,63],"###1. 安装 LVM 工具":[64,69],"###1. 安装 LVM 工具#{1}":[65,69],"###2. 初始化物理硬盘":[70,72],"###2. 初始化物理硬盘#{1}":[71,72],"###3. 创建物理卷 (PV)":[73,79],"###3. 创建物理卷 (PV)#{1}":[74,79],"###4. 创建卷组 (VG)":[80,85],"###4. 创建卷组 (VG)#{1}":[81,85],"###5. 创建逻辑卷 (LV)":[86,91],"###5. 创建逻辑卷 (LV)#{1}":[87,91],"###6. 格式化逻辑卷":[92,97],"###6. 格式化逻辑卷#{1}":[93,97],"###7. 挂载逻辑卷到指定目录":[98,104],"###7. 挂载逻辑卷到指定目录#{1}":[99,104],"###8. 验证挂载":[105,110],"###8. 验证挂载#{1}":[106,110],"###9. (可选)自动挂载":[111,117],"###9. (可选)自动挂载#{1}":[112,117],"###总结":[118,120],"###总结#{1}":[119,119],"###总结#{2}":[120,120]},"last_import":{"mtime":1743778232649,"size":5287,"at":1743940878437,"hash":"a9ef9b549c5c690a64cbf53fc2568f732a0852a36521ca9d4c9040620ca3dd2f"}},
"smart_sources:Chats/New Chat.md": {"path":"Chats/New Chat.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"a9ef9b549c5c690a64cbf53fc2568f732a0852a36521ca9d4c9040620ca3dd2f"}},"text-embedding-3-small":{"last_embed":{"hash":"a9ef9b549c5c690a64cbf53fc2568f732a0852a36521ca9d4c9040620ca3dd2f"}}},"last_read":{"hash":"a9ef9b549c5c690a64cbf53fc2568f732a0852a36521ca9d4c9040620ca3dd2f","at":1743940983163},"class_name":"SmartSource","outlinks":[{"title":"chat history","target":"chat history","line":8},{"title":"chat history","target":"chat history","line":17},{"title":"chat history","target":"chat history","line":25},{"title":"chat history","target":"chat history","line":31},{"title":"chat history","target":"chat history","line":52},{"title":"chat history","target":"chat history","line":119}],"blocks":{"#":[1,63],"##{1}":[3,5],"##{2}":[6,8],"##{3}":[9,11],"##{4}":[12,15],"##{5}":[16,16],"##{6}":[17,19],"##{7}":[20,22],"##{8}":[23,25],"##{9}":[26,28],"##{10}":[29,31],"##{11}":[32,34],"##{12}":[35,50],"##{13}":[51,51],"##{14}":[52,54],"##{15}":[55,57],"##{16}":[58,63],"###1. 安装 LVM 工具":[64,69],"###1. 安装 LVM 工具#{1}":[65,69],"###2. 初始化物理硬盘":[70,72],"###2. 初始化物理硬盘#{1}":[71,72],"###3. 创建物理卷 (PV)":[73,79],"###3. 创建物理卷 (PV)#{1}":[74,79],"###4. 创建卷组 (VG)":[80,85],"###4. 创建卷组 (VG)#{1}":[81,85],"###5. 创建逻辑卷 (LV)":[86,91],"###5. 创建逻辑卷 (LV)#{1}":[87,91],"###6. 格式化逻辑卷":[92,97],"###6. 格式化逻辑卷#{1}":[93,97],"###7. 挂载逻辑卷到指定目录":[98,104],"###7. 挂载逻辑卷到指定目录#{1}":[99,104],"###8. 验证挂载":[105,110],"###8. 验证挂载#{1}":[106,110],"###9. (可选)自动挂载":[111,117],"###9. (可选)自动挂载#{1}":[112,117],"###总结":[118,120],"###总结#{1}":[119,119],"###总结#{2}":[120,120]},"last_import":{"mtime":1743778232649,"size":5287,"at":0,"hash":"a9ef9b549c5c690a64cbf53fc2568f732a0852a36521ca9d4c9040620ca3dd2f"}},
"smart_sources:Chats/New Chat.md": {"path":"Chats/New Chat.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"a9ef9b549c5c690a64cbf53fc2568f732a0852a36521ca9d4c9040620ca3dd2f"}},"text-embedding-3-small":{"last_embed":{"hash":"a9ef9b549c5c690a64cbf53fc2568f732a0852a36521ca9d4c9040620ca3dd2f"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"a9ef9b549c5c690a64cbf53fc2568f732a0852a36521ca9d4c9040620ca3dd2f"}}},"last_read":{"hash":"a9ef9b549c5c690a64cbf53fc2568f732a0852a36521ca9d4c9040620ca3dd2f","at":1743940983163},"class_name":"SmartSource","outlinks":[{"title":"chat history","target":"chat history","line":8},{"title":"chat history","target":"chat history","line":17},{"title":"chat history","target":"chat history","line":25},{"title":"chat history","target":"chat history","line":31},{"title":"chat history","target":"chat history","line":52},{"title":"chat history","target":"chat history","line":119}],"blocks":{"#":[1,63],"##{1}":[3,5],"##{2}":[6,8],"##{3}":[9,11],"##{4}":[12,15],"##{5}":[16,16],"##{6}":[17,19],"##{7}":[20,22],"##{8}":[23,25],"##{9}":[26,28],"##{10}":[29,31],"##{11}":[32,34],"##{12}":[35,50],"##{13}":[51,51],"##{14}":[52,54],"##{15}":[55,57],"##{16}":[58,63],"###1. 安装 LVM 工具":[64,69],"###1. 安装 LVM 工具#{1}":[65,69],"###2. 初始化物理硬盘":[70,72],"###2. 初始化物理硬盘#{1}":[71,72],"###3. 创建物理卷 (PV)":[73,79],"###3. 创建物理卷 (PV)#{1}":[74,79],"###4. 创建卷组 (VG)":[80,85],"###4. 创建卷组 (VG)#{1}":[81,85],"###5. 创建逻辑卷 (LV)":[86,91],"###5. 创建逻辑卷 (LV)#{1}":[87,91],"###6. 格式化逻辑卷":[92,97],"###6. 格式化逻辑卷#{1}":[93,97],"###7. 挂载逻辑卷到指定目录":[98,104],"###7. 挂载逻辑卷到指定目录#{1}":[99,104],"###8. 验证挂载":[105,110],"###8. 验证挂载#{1}":[106,110],"###9. (可选)自动挂载":[111,117],"###9. (可选)自动挂载#{1}":[112,117],"###总结":[118,120],"###总结#{1}":[119,119],"###总结#{2}":[120,120]},"last_import":{"mtime":1743778232649,"size":5287,"at":0,"hash":"a9ef9b549c5c690a64cbf53fc2568f732a0852a36521ca9d4c9040620ca3dd2f"}},

View File

@ -0,0 +1,4 @@
"smart_sources:Welcome.md": {"path":"Welcome.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"ecd0dfb6b21143ff52cfe36f93636df57e5b21773c101491b86f10ce17556ca8"}}},"last_read":{"hash":"ecd0dfb6b21143ff52cfe36f93636df57e5b21773c101491b86f10ce17556ca8","at":1743940983060},"class_name":"SmartSource","outlinks":[{"title":"create a link","target":"create a link","line":3},{"title":"the Importer","target":"https://help.obsidian.md/Plugins/Importer","line":3}],"blocks":{"#":[1,5]},"last_import":{"mtime":1743664755782,"size":203,"at":1743940878432,"hash":"ecd0dfb6b21143ff52cfe36f93636df57e5b21773c101491b86f10ce17556ca8"}},
"smart_sources:Welcome.md": {"path":"Welcome.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"ecd0dfb6b21143ff52cfe36f93636df57e5b21773c101491b86f10ce17556ca8"}},"text-embedding-3-small":{"last_embed":{"hash":"ecd0dfb6b21143ff52cfe36f93636df57e5b21773c101491b86f10ce17556ca8"}}},"last_read":{"hash":"ecd0dfb6b21143ff52cfe36f93636df57e5b21773c101491b86f10ce17556ca8","at":1743940983060},"class_name":"SmartSource","outlinks":[{"title":"create a link","target":"create a link","line":3},{"title":"the Importer","target":"https://help.obsidian.md/Plugins/Importer","line":3}],"blocks":{"#":[1,5]},"last_import":{"mtime":1743664755782,"size":203,"at":0,"hash":"ecd0dfb6b21143ff52cfe36f93636df57e5b21773c101491b86f10ce17556ca8"}},
"smart_sources:Welcome.md": {"path":"Welcome.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"ecd0dfb6b21143ff52cfe36f93636df57e5b21773c101491b86f10ce17556ca8"}},"text-embedding-3-small":{"last_embed":{"hash":"ecd0dfb6b21143ff52cfe36f93636df57e5b21773c101491b86f10ce17556ca8"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"ecd0dfb6b21143ff52cfe36f93636df57e5b21773c101491b86f10ce17556ca8"}}},"last_read":{"hash":"ecd0dfb6b21143ff52cfe36f93636df57e5b21773c101491b86f10ce17556ca8","at":1743940983060},"class_name":"SmartSource","outlinks":[{"title":"create a link","target":"create a link","line":3},{"title":"the Importer","target":"https://help.obsidian.md/Plugins/Importer","line":3}],"blocks":{"#":[1,5]},"last_import":{"mtime":1743664755782,"size":203,"at":0,"hash":"ecd0dfb6b21143ff52cfe36f93636df57e5b21773c101491b86f10ce17556ca8"}},

View File

@ -0,0 +1,4 @@
"smart_sources:copilot-conversations/dataview ob q&a.md": {"path":"copilot-conversations/dataview ob q&a.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"cff2e72bfe574d8a82549b9e623630a8c4a87cb88cde0dcb46c28ab9abeafd6d"}}},"last_read":{"hash":"cff2e72bfe574d8a82549b9e623630a8c4a87cb88cde0dcb46c28ab9abeafd6d","at":1743940983387},"class_name":"SmartSource","outlinks":[],"metadata":{"epoch":1743780247714,"modelKey":"qwen-max-latest|3rd party (openai-format)","tags":["copilot-conversation","dataview","plugin","qanda"],"title":"dataview ob q&a","time":"20250404_232407"},"blocks":{"#---frontmatter---":[1,11],"#":[13,31],"##{1}":[18,19],"##{2}":[20,31],"###1. **笔记包含特定模板的数据**":[32,57],"###1. **笔记包含特定模板的数据**#{1}":[33,52],"###1. **笔记包含特定模板的数据**#{2}":[53,53],"###1. **笔记包含特定模板的数据**#{3}":[54,55],"###1. **笔记包含特定模板的数据**#{4}":[56,57],"###2. **只有包含特定属性的文档才会出现在查询结果中**":[58,89],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{1}":[59,62],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{2}":[63,70],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{3}":[64,70],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{4}":[71,89],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{5}":[72,89],"###总结":[90,100],"###总结#{1}":[91,91],"###总结#{2}":[92,93],"###总结#{3}":[94,100]},"last_import":{"mtime":1743937392237,"size":3569,"at":1743940878438,"hash":"cff2e72bfe574d8a82549b9e623630a8c4a87cb88cde0dcb46c28ab9abeafd6d"}},
"smart_sources:copilot-conversations/dataview ob q&a.md": {"path":"copilot-conversations/dataview ob q&a.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"cff2e72bfe574d8a82549b9e623630a8c4a87cb88cde0dcb46c28ab9abeafd6d"}},"text-embedding-3-small":{"last_embed":{"hash":"cff2e72bfe574d8a82549b9e623630a8c4a87cb88cde0dcb46c28ab9abeafd6d"}}},"last_read":{"hash":"cff2e72bfe574d8a82549b9e623630a8c4a87cb88cde0dcb46c28ab9abeafd6d","at":1743940983387},"class_name":"SmartSource","outlinks":[],"metadata":{"epoch":1743780247714,"modelKey":"qwen-max-latest|3rd party (openai-format)","tags":["copilot-conversation","dataview","plugin","qanda"],"title":"dataview ob q&a","time":"20250404_232407"},"blocks":{"#---frontmatter---":[1,11],"#":[13,31],"##{1}":[18,19],"##{2}":[20,31],"###1. **笔记包含特定模板的数据**":[32,57],"###1. **笔记包含特定模板的数据**#{1}":[33,52],"###1. **笔记包含特定模板的数据**#{2}":[53,53],"###1. **笔记包含特定模板的数据**#{3}":[54,55],"###1. **笔记包含特定模板的数据**#{4}":[56,57],"###2. **只有包含特定属性的文档才会出现在查询结果中**":[58,89],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{1}":[59,62],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{2}":[63,70],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{3}":[64,70],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{4}":[71,89],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{5}":[72,89],"###总结":[90,100],"###总结#{1}":[91,91],"###总结#{2}":[92,93],"###总结#{3}":[94,100]},"last_import":{"mtime":1743937392237,"size":3569,"at":0,"hash":"cff2e72bfe574d8a82549b9e623630a8c4a87cb88cde0dcb46c28ab9abeafd6d"}},
"smart_sources:copilot-conversations/dataview ob q&a.md": {"path":"copilot-conversations/dataview ob q&a.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"cff2e72bfe574d8a82549b9e623630a8c4a87cb88cde0dcb46c28ab9abeafd6d"}},"text-embedding-3-small":{"last_embed":{"hash":"cff2e72bfe574d8a82549b9e623630a8c4a87cb88cde0dcb46c28ab9abeafd6d"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"cff2e72bfe574d8a82549b9e623630a8c4a87cb88cde0dcb46c28ab9abeafd6d"}}},"last_read":{"hash":"cff2e72bfe574d8a82549b9e623630a8c4a87cb88cde0dcb46c28ab9abeafd6d","at":1743940983387},"class_name":"SmartSource","outlinks":[],"metadata":{"epoch":1743780247714,"modelKey":"qwen-max-latest|3rd party (openai-format)","tags":["copilot-conversation","dataview","plugin","qanda"],"title":"dataview ob q&a","time":"20250404_232407"},"blocks":{"#---frontmatter---":[1,11],"#":[13,31],"##{1}":[18,19],"##{2}":[20,31],"###1. **笔记包含特定模板的数据**":[32,57],"###1. **笔记包含特定模板的数据**#{1}":[33,52],"###1. **笔记包含特定模板的数据**#{2}":[53,53],"###1. **笔记包含特定模板的数据**#{3}":[54,55],"###1. **笔记包含特定模板的数据**#{4}":[56,57],"###2. **只有包含特定属性的文档才会出现在查询结果中**":[58,89],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{1}":[59,62],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{2}":[63,70],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{3}":[64,70],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{4}":[71,89],"###2. **只有包含特定属性的文档才会出现在查询结果中**#{5}":[72,89],"###总结":[90,100],"###总结#{1}":[91,91],"###总结#{2}":[92,93],"###总结#{3}":[94,100]},"last_import":{"mtime":1743937392237,"size":3569,"at":0,"hash":"cff2e72bfe574d8a82549b9e623630a8c4a87cb88cde0dcb46c28ab9abeafd6d"}},

View File

@ -0,0 +1,4 @@
"smart_sources:copilot-conversations/ubuntu lvm bindfs.md": {"path":"copilot-conversations/ubuntu lvm bindfs.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"5f827e4c48a2af6e7a6bade222d12d07cabf7db5ec2f2576df572c41bf38fcb1"}}},"last_read":{"hash":"5f827e4c48a2af6e7a6bade222d12d07cabf7db5ec2f2576df572c41bf38fcb1","at":1743940983499},"class_name":"SmartSource","outlinks":[{"title":"New Chat","target":"New Chat","line":102},{"title":"Welcome","target":"Welcome","line":103},{"title":"Task","target":"Task","line":104}],"metadata":{"epoch":1743736388464,"modelKey":null,"tags":["copilot-conversation","lvm","ubuntu"],"title":"在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下","time":"20250404_111308"},"blocks":{"#---frontmatter---":[1,10],"#":[12,26],"###方法 1使用 `bindfs`":[27,38],"###方法 1使用 `bindfs`#{1}":[28,28],"###方法 1使用 `bindfs`#{2}":[29,32],"###方法 1使用 `bindfs`#{3}":[30,32],"###方法 1使用 `bindfs`#{4}":[33,33],"###方法 1使用 `bindfs`#{5}":[34,38],"###方法 1使用 `bindfs`#{6}":[35,38],"###方法 2使用 LVM (Logical Volume Management)":[39,93],"###方法 2使用 LVM (Logical Volume Management)#{1}":[40,41],"###方法 2使用 LVM (Logical Volume Management)#1. 安装 LVM 工具":[42,46],"###方法 2使用 LVM (Logical Volume Management)#1. 安装 LVM 工具#{1}":[43,46],"###方法 2使用 LVM (Logical Volume Management)#2. 初始化物理硬盘":[47,49],"###方法 2使用 LVM (Logical Volume Management)#2. 初始化物理硬盘#{1}":[48,49],"###方法 2使用 LVM (Logical Volume Management)#3. 创建物理卷 (PV)":[50,55],"###方法 2使用 LVM (Logical Volume Management)#3. 创建物理卷 (PV)#{1}":[51,55],"###方法 2使用 LVM (Logical Volume Management)#4. 创建卷组 (VG)":[56,61],"###方法 2使用 LVM (Logical Volume Management)#4. 创建卷组 (VG)#{1}":[57,61],"###方法 2使用 LVM (Logical Volume Management)#5. 创建逻辑卷 (LV)":[62,67],"###方法 2使用 LVM (Logical Volume Management)#5. 创建逻辑卷 (LV)#{1}":[63,67],"###方法 2使用 LVM (Logical Volume Management)#6. 格式化逻辑卷":[68,73],"###方法 2使用 LVM (Logical Volume Management)#6. 格式化逻辑卷#{1}":[69,73],"###方法 2使用 LVM (Logical Volume Management)#7. 挂载逻辑卷到指定目录":[74,80],"###方法 2使用 LVM (Logical Volume Management)#7. 挂载逻辑卷到指定目录#{1}":[75,80],"###方法 2使用 LVM (Logical Volume Management)#8. 验证挂载":[81,86],"###方法 2使用 LVM (Logical Volume Management)#8. 验证挂载#{1}":[82,86],"###方法 2使用 LVM (Logical Volume Management)#9. (可选)自动挂载":[87,93],"###方法 2使用 LVM (Logical Volume Management)#9. (可选)自动挂载#{1}":[88,93],"###总结":[94,105],"###总结#{1}":[95,95],"###总结#{2}":[96,97],"###总结#{3}":[98,99],"###总结#Sources:":[100,105],"###总结#Sources:#{1}":[102,102],"###总结#Sources:#{2}":[103,103],"###总结#Sources:#{3}":[104,104],"###总结#Sources:#{4}":[105,105]},"last_import":{"mtime":1743782312146,"size":2893,"at":1743940878440,"hash":"5f827e4c48a2af6e7a6bade222d12d07cabf7db5ec2f2576df572c41bf38fcb1"}},
"smart_sources:copilot-conversations/ubuntu lvm bindfs.md": {"path":"copilot-conversations/ubuntu lvm bindfs.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"5f827e4c48a2af6e7a6bade222d12d07cabf7db5ec2f2576df572c41bf38fcb1"}},"text-embedding-3-small":{"last_embed":{"hash":"5f827e4c48a2af6e7a6bade222d12d07cabf7db5ec2f2576df572c41bf38fcb1"}}},"last_read":{"hash":"5f827e4c48a2af6e7a6bade222d12d07cabf7db5ec2f2576df572c41bf38fcb1","at":1743940983499},"class_name":"SmartSource","outlinks":[{"title":"New Chat","target":"New Chat","line":102},{"title":"Welcome","target":"Welcome","line":103},{"title":"Task","target":"Task","line":104}],"metadata":{"epoch":1743736388464,"modelKey":null,"tags":["copilot-conversation","lvm","ubuntu"],"title":"在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下","time":"20250404_111308"},"blocks":{"#---frontmatter---":[1,10],"#":[12,26],"###方法 1使用 `bindfs`":[27,38],"###方法 1使用 `bindfs`#{1}":[28,28],"###方法 1使用 `bindfs`#{2}":[29,32],"###方法 1使用 `bindfs`#{3}":[30,32],"###方法 1使用 `bindfs`#{4}":[33,33],"###方法 1使用 `bindfs`#{5}":[34,38],"###方法 1使用 `bindfs`#{6}":[35,38],"###方法 2使用 LVM (Logical Volume Management)":[39,93],"###方法 2使用 LVM (Logical Volume Management)#{1}":[40,41],"###方法 2使用 LVM (Logical Volume Management)#1. 安装 LVM 工具":[42,46],"###方法 2使用 LVM (Logical Volume Management)#1. 安装 LVM 工具#{1}":[43,46],"###方法 2使用 LVM (Logical Volume Management)#2. 初始化物理硬盘":[47,49],"###方法 2使用 LVM (Logical Volume Management)#2. 初始化物理硬盘#{1}":[48,49],"###方法 2使用 LVM (Logical Volume Management)#3. 创建物理卷 (PV)":[50,55],"###方法 2使用 LVM (Logical Volume Management)#3. 创建物理卷 (PV)#{1}":[51,55],"###方法 2使用 LVM (Logical Volume Management)#4. 创建卷组 (VG)":[56,61],"###方法 2使用 LVM (Logical Volume Management)#4. 创建卷组 (VG)#{1}":[57,61],"###方法 2使用 LVM (Logical Volume Management)#5. 创建逻辑卷 (LV)":[62,67],"###方法 2使用 LVM (Logical Volume Management)#5. 创建逻辑卷 (LV)#{1}":[63,67],"###方法 2使用 LVM (Logical Volume Management)#6. 格式化逻辑卷":[68,73],"###方法 2使用 LVM (Logical Volume Management)#6. 格式化逻辑卷#{1}":[69,73],"###方法 2使用 LVM (Logical Volume Management)#7. 挂载逻辑卷到指定目录":[74,80],"###方法 2使用 LVM (Logical Volume Management)#7. 挂载逻辑卷到指定目录#{1}":[75,80],"###方法 2使用 LVM (Logical Volume Management)#8. 验证挂载":[81,86],"###方法 2使用 LVM (Logical Volume Management)#8. 验证挂载#{1}":[82,86],"###方法 2使用 LVM (Logical Volume Management)#9. (可选)自动挂载":[87,93],"###方法 2使用 LVM (Logical Volume Management)#9. (可选)自动挂载#{1}":[88,93],"###总结":[94,105],"###总结#{1}":[95,95],"###总结#{2}":[96,97],"###总结#{3}":[98,99],"###总结#Sources:":[100,105],"###总结#Sources:#{1}":[102,102],"###总结#Sources:#{2}":[103,103],"###总结#Sources:#{3}":[104,104],"###总结#Sources:#{4}":[105,105]},"last_import":{"mtime":1743782312146,"size":2893,"at":0,"hash":"5f827e4c48a2af6e7a6bade222d12d07cabf7db5ec2f2576df572c41bf38fcb1"}},
"smart_sources:copilot-conversations/ubuntu lvm bindfs.md": {"path":"copilot-conversations/ubuntu lvm bindfs.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"5f827e4c48a2af6e7a6bade222d12d07cabf7db5ec2f2576df572c41bf38fcb1"}},"text-embedding-3-small":{"last_embed":{"hash":"5f827e4c48a2af6e7a6bade222d12d07cabf7db5ec2f2576df572c41bf38fcb1"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"5f827e4c48a2af6e7a6bade222d12d07cabf7db5ec2f2576df572c41bf38fcb1"}}},"last_read":{"hash":"5f827e4c48a2af6e7a6bade222d12d07cabf7db5ec2f2576df572c41bf38fcb1","at":1743940983499},"class_name":"SmartSource","outlinks":[{"title":"New Chat","target":"New Chat","line":102},{"title":"Welcome","target":"Welcome","line":103},{"title":"Task","target":"Task","line":104}],"metadata":{"epoch":1743736388464,"modelKey":null,"tags":["copilot-conversation","lvm","ubuntu"],"title":"在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下","time":"20250404_111308"},"blocks":{"#---frontmatter---":[1,10],"#":[12,26],"###方法 1使用 `bindfs`":[27,38],"###方法 1使用 `bindfs`#{1}":[28,28],"###方法 1使用 `bindfs`#{2}":[29,32],"###方法 1使用 `bindfs`#{3}":[30,32],"###方法 1使用 `bindfs`#{4}":[33,33],"###方法 1使用 `bindfs`#{5}":[34,38],"###方法 1使用 `bindfs`#{6}":[35,38],"###方法 2使用 LVM (Logical Volume Management)":[39,93],"###方法 2使用 LVM (Logical Volume Management)#{1}":[40,41],"###方法 2使用 LVM (Logical Volume Management)#1. 安装 LVM 工具":[42,46],"###方法 2使用 LVM (Logical Volume Management)#1. 安装 LVM 工具#{1}":[43,46],"###方法 2使用 LVM (Logical Volume Management)#2. 初始化物理硬盘":[47,49],"###方法 2使用 LVM (Logical Volume Management)#2. 初始化物理硬盘#{1}":[48,49],"###方法 2使用 LVM (Logical Volume Management)#3. 创建物理卷 (PV)":[50,55],"###方法 2使用 LVM (Logical Volume Management)#3. 创建物理卷 (PV)#{1}":[51,55],"###方法 2使用 LVM (Logical Volume Management)#4. 创建卷组 (VG)":[56,61],"###方法 2使用 LVM (Logical Volume Management)#4. 创建卷组 (VG)#{1}":[57,61],"###方法 2使用 LVM (Logical Volume Management)#5. 创建逻辑卷 (LV)":[62,67],"###方法 2使用 LVM (Logical Volume Management)#5. 创建逻辑卷 (LV)#{1}":[63,67],"###方法 2使用 LVM (Logical Volume Management)#6. 格式化逻辑卷":[68,73],"###方法 2使用 LVM (Logical Volume Management)#6. 格式化逻辑卷#{1}":[69,73],"###方法 2使用 LVM (Logical Volume Management)#7. 挂载逻辑卷到指定目录":[74,80],"###方法 2使用 LVM (Logical Volume Management)#7. 挂载逻辑卷到指定目录#{1}":[75,80],"###方法 2使用 LVM (Logical Volume Management)#8. 验证挂载":[81,86],"###方法 2使用 LVM (Logical Volume Management)#8. 验证挂载#{1}":[82,86],"###方法 2使用 LVM (Logical Volume Management)#9. (可选)自动挂载":[87,93],"###方法 2使用 LVM (Logical Volume Management)#9. (可选)自动挂载#{1}":[88,93],"###总结":[94,105],"###总结#{1}":[95,95],"###总结#{2}":[96,97],"###总结#{3}":[98,99],"###总结#Sources:":[100,105],"###总结#Sources:#{1}":[102,102],"###总结#Sources:#{2}":[103,103],"###总结#Sources:#{3}":[104,104],"###总结#Sources:#{4}":[105,105]},"last_import":{"mtime":1743782312146,"size":2893,"at":0,"hash":"5f827e4c48a2af6e7a6bade222d12d07cabf7db5ec2f2576df572c41bf38fcb1"}},

View File

@ -0,0 +1,4 @@
"smart_sources:kanban/mainboard.md": {"path":"kanban/mainboard.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"6a4fa6b535546965b674500d682693638ad74d16b0af833fd44d1dd83e67d2a7"}}},"last_read":{"hash":"6a4fa6b535546965b674500d682693638ad74d16b0af833fd44d1dd83e67d2a7","at":1743940983723},"class_name":"SmartSource","outlinks":[{"title":"学习看板和其他 1","target":"学习看板和其他 1","line":9},{"title":"设置 nodeTest这个项目目录作为练手的项目","target":"设置 nodeTest这个项目目录作为练手的项目","line":14},{"title":"找到了如何入门obsidian的途径","target":"找到了如何入门obsidian的途径","line":24}],"metadata":{"kanban-plugin":"board"},"blocks":{"#---frontmatter---":[1,5],"##may be do":[7,11],"##may be do#{1}":[9,11],"##will be do":[12,16],"##will be do#{1}":[14,16],"##doing":[17,20],"##done":[21,33],"##done#{1}":[23,23],"##done#{2}":[24,28],"##done#{3}":[29,33]},"last_import":{"mtime":1743937315374,"size":451,"at":1743940878433,"hash":"6a4fa6b535546965b674500d682693638ad74d16b0af833fd44d1dd83e67d2a7"}},
"smart_sources:kanban/mainboard.md": {"path":"kanban/mainboard.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"6a4fa6b535546965b674500d682693638ad74d16b0af833fd44d1dd83e67d2a7"}},"text-embedding-3-small":{"last_embed":{"hash":"6a4fa6b535546965b674500d682693638ad74d16b0af833fd44d1dd83e67d2a7"}}},"last_read":{"hash":"6a4fa6b535546965b674500d682693638ad74d16b0af833fd44d1dd83e67d2a7","at":1743940983723},"class_name":"SmartSource","outlinks":[{"title":"学习看板和其他 1","target":"学习看板和其他 1","line":9},{"title":"设置 nodeTest这个项目目录作为练手的项目","target":"设置 nodeTest这个项目目录作为练手的项目","line":14},{"title":"找到了如何入门obsidian的途径","target":"找到了如何入门obsidian的途径","line":24}],"metadata":{"kanban-plugin":"board"},"blocks":{"#---frontmatter---":[1,5],"##may be do":[7,11],"##may be do#{1}":[9,11],"##will be do":[12,16],"##will be do#{1}":[14,16],"##doing":[17,20],"##done":[21,33],"##done#{1}":[23,23],"##done#{2}":[24,28],"##done#{3}":[29,33]},"last_import":{"mtime":1743937315374,"size":451,"at":0,"hash":"6a4fa6b535546965b674500d682693638ad74d16b0af833fd44d1dd83e67d2a7"}},
"smart_sources:kanban/mainboard.md": {"path":"kanban/mainboard.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"6a4fa6b535546965b674500d682693638ad74d16b0af833fd44d1dd83e67d2a7"}},"text-embedding-3-small":{"last_embed":{"hash":"6a4fa6b535546965b674500d682693638ad74d16b0af833fd44d1dd83e67d2a7"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"6a4fa6b535546965b674500d682693638ad74d16b0af833fd44d1dd83e67d2a7"}}},"last_read":{"hash":"6a4fa6b535546965b674500d682693638ad74d16b0af833fd44d1dd83e67d2a7","at":1743940983723},"class_name":"SmartSource","outlinks":[{"title":"学习看板和其他 1","target":"学习看板和其他 1","line":9},{"title":"设置 nodeTest这个项目目录作为练手的项目","target":"设置 nodeTest这个项目目录作为练手的项目","line":14},{"title":"找到了如何入门obsidian的途径","target":"找到了如何入门obsidian的途径","line":24}],"metadata":{"kanban-plugin":"board"},"blocks":{"#---frontmatter---":[1,5],"##may be do":[7,11],"##may be do#{1}":[9,11],"##will be do":[12,16],"##will be do#{1}":[14,16],"##doing":[17,20],"##done":[21,33],"##done#{1}":[23,23],"##done#{2}":[24,28],"##done#{3}":[29,33]},"last_import":{"mtime":1743937315374,"size":451,"at":0,"hash":"6a4fa6b535546965b674500d682693638ad74d16b0af833fd44d1dd83e67d2a7"}},

View File

@ -0,0 +1,3 @@
"smart_sources:kanban/notes/pdf 插件的学习.md": {"path":"kanban/notes/pdf 插件的学习.md","last_embed":{"hash":null},"embeddings":{"text-embedding-3-small":{"last_embed":{"hash":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}}},"last_read":{"hash":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","at":1743941060917},"class_name":"SmartSource"},
"smart_sources:kanban/notes/pdf 插件的学习.md": {"path":"kanban/notes/pdf 插件的学习.md","last_embed":{"hash":null},"embeddings":{"text-embedding-3-small":{"last_embed":{"hash":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}}},"last_read":{"hash":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","at":1743941072903},"class_name":"SmartSource"},

View File

@ -0,0 +1,5 @@
"smart_sources:kanban/notes/学习看板和其他 1.md": {"path":"kanban/notes/学习看板和其他 1.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e","at":1743940878433},"class_name":"SmartSource","outlinks":[],"metadata":{"date":"2025-04-06","tags":["kanban","project"],"title":"看板 -","project_name":"练手","status":"may be do","privority":"低"},"blocks":{"#---frontmatter---":[1,10],"##学习看板和其他 1":[12,20],"##学习看板和其他 1#备注":[15,20],"##学习看板和其他 1#备注#{1}":[17,20]},"last_import":{"mtime":1743934661055,"size":172,"at":1743940878433,"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e"}},
"smart_sources:kanban/notes/学习看板和其他 1.md": {"path":"kanban/notes/学习看板和其他 1.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e"}}},"last_read":{"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e","at":1743940987158},"class_name":"SmartSource","outlinks":[],"metadata":{"date":"2025-04-06","tags":["kanban","project"],"title":"看板 -","project_name":"练手","status":"may be do","privority":"低"},"blocks":{"#---frontmatter---":[1,10],"##学习看板和其他 1":[12,20],"##学习看板和其他 1#备注":[15,20],"##学习看板和其他 1#备注#{1}":[17,20]},"last_import":{"mtime":1743934661055,"size":172,"at":1743940878433,"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e"}},
"smart_sources:kanban/notes/学习看板和其他 1.md": {"path":"kanban/notes/学习看板和其他 1.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e"}},"text-embedding-3-small":{"last_embed":{"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e"}}},"last_read":{"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e","at":1743940987158},"class_name":"SmartSource","outlinks":[],"metadata":{"date":"2025-04-06","tags":["kanban","project"],"title":"看板 -","project_name":"练手","status":"may be do","privority":"低"},"blocks":{"#---frontmatter---":[1,10],"##学习看板和其他 1":[12,20],"##学习看板和其他 1#备注":[15,20],"##学习看板和其他 1#备注#{1}":[17,20]},"last_import":{"mtime":1743934661055,"size":172,"at":0,"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e"}},
"smart_sources:kanban/notes/学习看板和其他 1.md": {"path":"kanban/notes/学习看板和其他 1.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e"}},"text-embedding-3-small":{"last_embed":{"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e"}}},"last_read":{"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e","at":1743940987158},"class_name":"SmartSource","outlinks":[],"metadata":{"date":"2025-04-06","tags":["kanban","project"],"title":"看板 -","project_name":"练手","status":"may be do","privority":"低"},"blocks":{"#---frontmatter---":[1,10],"##学习看板和其他 1":[12,20],"##学习看板和其他 1#备注":[15,20],"##学习看板和其他 1#备注#{1}":[17,20]},"last_import":{"mtime":1743934661055,"size":172,"at":0,"hash":"5368f70a47e8de2546e1e77eb5668f454ef8cbbf172d8c83b109feb6b432464e"}},

View File

@ -0,0 +1,5 @@
"smart_sources:kanban/notes/找到了如何入门obsidian的途径.md": {"path":"kanban/notes/找到了如何入门obsidian的途径.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec","at":1743940878433},"class_name":"SmartSource","outlinks":[],"metadata":{"tags":["test","job"],"links":["obsidian://open?vault=notesTest&file=new%20notes%2F2025-04-04"],"status":"done"},"blocks":{"#---frontmatter---":[1,8],"#":[10,14],"##{1}":[10,14]},"last_import":{"mtime":1743937203707,"size":204,"at":1743940878433,"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec"}},
"smart_sources:kanban/notes/找到了如何入门obsidian的途径.md": {"path":"kanban/notes/找到了如何入门obsidian的途径.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec"}}},"last_read":{"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec","at":1743940987448},"class_name":"SmartSource","outlinks":[],"metadata":{"tags":["test","job"],"links":["obsidian://open?vault=notesTest&file=new%20notes%2F2025-04-04"],"status":"done"},"blocks":{"#---frontmatter---":[1,8],"#":[10,14],"##{1}":[10,14]},"last_import":{"mtime":1743937203707,"size":204,"at":1743940878433,"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec"}},
"smart_sources:kanban/notes/找到了如何入门obsidian的途径.md": {"path":"kanban/notes/找到了如何入门obsidian的途径.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec"}},"text-embedding-3-small":{"last_embed":{"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec"}}},"last_read":{"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec","at":1743940987448},"class_name":"SmartSource","outlinks":[],"metadata":{"tags":["test","job"],"links":["obsidian://open?vault=notesTest&file=new%20notes%2F2025-04-04"],"status":"done"},"blocks":{"#---frontmatter---":[1,8],"#":[10,14],"##{1}":[10,14]},"last_import":{"mtime":1743937203707,"size":204,"at":0,"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec"}},
"smart_sources:kanban/notes/找到了如何入门obsidian的途径.md": {"path":"kanban/notes/找到了如何入门obsidian的途径.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec"}},"text-embedding-3-small":{"last_embed":{"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec"}}},"last_read":{"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec","at":1743940987448},"class_name":"SmartSource","outlinks":[],"metadata":{"tags":["test","job"],"links":["obsidian://open?vault=notesTest&file=new%20notes%2F2025-04-04"],"status":"done"},"blocks":{"#---frontmatter---":[1,8],"#":[10,14],"##{1}":[10,14]},"last_import":{"mtime":1743937203707,"size":204,"at":0,"hash":"2f893abb62d84dac8cbe096417baf40a6bcfb988d2bf5bbfb0e7a37e2f0029ec"}},

View File

@ -0,0 +1,5 @@
"smart_sources:kanban/notes/设置 nodeTest这个项目目录作为练手的项目.md": {"path":"kanban/notes/设置 nodeTest这个项目目录作为练手的项目.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c","at":1743940878433},"class_name":"SmartSource","outlinks":[],"metadata":{"date":"2025-04-06","tags":["kanban","project"],"title":"看板 -","project_name":"练手","status":"will be do"},"blocks":{"#---frontmatter---":[1,9],"##设置 nodeTest这个项目目录作为练手的项目":[11,19],"##设置 nodeTest这个项目目录作为练手的项目#备注":[14,19],"##设置 nodeTest这个项目目录作为练手的项目#备注#{1}":[16,19]},"last_import":{"mtime":1743936052599,"size":189,"at":1743940878433,"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c"}},
"smart_sources:kanban/notes/设置 nodeTest这个项目目录作为练手的项目.md": {"path":"kanban/notes/设置 nodeTest这个项目目录作为练手的项目.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c"}}},"last_read":{"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c","at":1743940987743},"class_name":"SmartSource","outlinks":[],"metadata":{"date":"2025-04-06","tags":["kanban","project"],"title":"看板 -","project_name":"练手","status":"will be do"},"blocks":{"#---frontmatter---":[1,9],"##设置 nodeTest这个项目目录作为练手的项目":[11,19],"##设置 nodeTest这个项目目录作为练手的项目#备注":[14,19],"##设置 nodeTest这个项目目录作为练手的项目#备注#{1}":[16,19]},"last_import":{"mtime":1743936052599,"size":189,"at":1743940878433,"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c"}},
"smart_sources:kanban/notes/设置 nodeTest这个项目目录作为练手的项目.md": {"path":"kanban/notes/设置 nodeTest这个项目目录作为练手的项目.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c"}},"text-embedding-3-small":{"last_embed":{"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c"}}},"last_read":{"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c","at":1743940987743},"class_name":"SmartSource","outlinks":[],"metadata":{"date":"2025-04-06","tags":["kanban","project"],"title":"看板 -","project_name":"练手","status":"will be do"},"blocks":{"#---frontmatter---":[1,9],"##设置 nodeTest这个项目目录作为练手的项目":[11,19],"##设置 nodeTest这个项目目录作为练手的项目#备注":[14,19],"##设置 nodeTest这个项目目录作为练手的项目#备注#{1}":[16,19]},"last_import":{"mtime":1743936052599,"size":189,"at":0,"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c"}},
"smart_sources:kanban/notes/设置 nodeTest这个项目目录作为练手的项目.md": {"path":"kanban/notes/设置 nodeTest这个项目目录作为练手的项目.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c"}},"text-embedding-3-small":{"last_embed":{"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c"}}},"last_read":{"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c","at":1743940987743},"class_name":"SmartSource","outlinks":[],"metadata":{"date":"2025-04-06","tags":["kanban","project"],"title":"看板 -","project_name":"练手","status":"will be do"},"blocks":{"#---frontmatter---":[1,9],"##设置 nodeTest这个项目目录作为练手的项目":[11,19],"##设置 nodeTest这个项目目录作为练手的项目#备注":[14,19],"##设置 nodeTest这个项目目录作为练手的项目#备注#{1}":[16,19]},"last_import":{"mtime":1743936052599,"size":189,"at":0,"hash":"b26a27776b7a381bbfb6878be496417a13e7e8228463c7b0b412d39f4871834c"}},

View File

@ -0,0 +1,4 @@
"smart_sources:new notes/2025-04-04.md": {"path":"new notes/2025-04-04.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"bb7e645f1b9f586ddf954b169d376d6d1e50e3b0ca607aacdb22035b5c8a5161"}}},"last_read":{"hash":"bb7e645f1b9f586ddf954b169d376d6d1e50e3b0ca607aacdb22035b5c8a5161","at":1743940983753},"class_name":"SmartSource","outlinks":[{"title":"找到了如何入门obsidian的途径","target":"找到了如何入门obsidian的途径","line":19},{"title":"设置 nodeTest这个项目目录作为练手的项目","target":"设置 nodeTest这个项目目录作为练手的项目","line":20},{"title":"pdf 插件的学习 ","target":"pdf 插件的学习 ","line":31},{"title":"模版学习","target":"模版学习","line":32}],"metadata":{"date":"2025-04-04","tags":["journal","daily"],"title":"日记 - 2025-04-04","weather":null,"mood":null},"blocks":{"#---frontmatter---":[1,9],"#2025-04-04":[11,39],"#2025-04-04#今日目标":[13,16],"#2025-04-04#今日目标#{1}":[15,16],"#2025-04-04#完成事项":[17,20],"#2025-04-04#完成事项#{1}":[19,19],"#2025-04-04#完成事项#{2}":[20,20],"#2025-04-04#学到的新东西":[21,24],"#2025-04-04#学到的新东西#{1}":[23,24],"#2025-04-04#遇到的问题及解决方案":[25,28],"#2025-04-04#遇到的问题及解决方案#{1}":[27,28],"#2025-04-04#明日计划":[29,33],"#2025-04-04#明日计划#{1}":[31,31],"#2025-04-04#明日计划#{2}":[32,33],"#2025-04-04#其他备注":[34,39],"#2025-04-04#其他备注#{1}":[36,39]},"last_import":{"mtime":1743784107921,"size":410,"at":1743940878443,"hash":"bb7e645f1b9f586ddf954b169d376d6d1e50e3b0ca607aacdb22035b5c8a5161"}},
"smart_sources:new notes/2025-04-04.md": {"path":"new notes/2025-04-04.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"bb7e645f1b9f586ddf954b169d376d6d1e50e3b0ca607aacdb22035b5c8a5161"}},"text-embedding-3-small":{"last_embed":{"hash":"bb7e645f1b9f586ddf954b169d376d6d1e50e3b0ca607aacdb22035b5c8a5161"}}},"last_read":{"hash":"bb7e645f1b9f586ddf954b169d376d6d1e50e3b0ca607aacdb22035b5c8a5161","at":1743940983753},"class_name":"SmartSource","outlinks":[{"title":"找到了如何入门obsidian的途径","target":"找到了如何入门obsidian的途径","line":19},{"title":"设置 nodeTest这个项目目录作为练手的项目","target":"设置 nodeTest这个项目目录作为练手的项目","line":20},{"title":"pdf 插件的学习 ","target":"pdf 插件的学习 ","line":31},{"title":"模版学习","target":"模版学习","line":32}],"metadata":{"date":"2025-04-04","tags":["journal","daily"],"title":"日记 - 2025-04-04","weather":null,"mood":null},"blocks":{"#---frontmatter---":[1,9],"#2025-04-04":[11,39],"#2025-04-04#今日目标":[13,16],"#2025-04-04#今日目标#{1}":[15,16],"#2025-04-04#完成事项":[17,20],"#2025-04-04#完成事项#{1}":[19,19],"#2025-04-04#完成事项#{2}":[20,20],"#2025-04-04#学到的新东西":[21,24],"#2025-04-04#学到的新东西#{1}":[23,24],"#2025-04-04#遇到的问题及解决方案":[25,28],"#2025-04-04#遇到的问题及解决方案#{1}":[27,28],"#2025-04-04#明日计划":[29,33],"#2025-04-04#明日计划#{1}":[31,31],"#2025-04-04#明日计划#{2}":[32,33],"#2025-04-04#其他备注":[34,39],"#2025-04-04#其他备注#{1}":[36,39]},"last_import":{"mtime":1743784107921,"size":410,"at":0,"hash":"bb7e645f1b9f586ddf954b169d376d6d1e50e3b0ca607aacdb22035b5c8a5161"}},
"smart_sources:new notes/2025-04-04.md": {"path":"new notes/2025-04-04.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"bb7e645f1b9f586ddf954b169d376d6d1e50e3b0ca607aacdb22035b5c8a5161"}},"text-embedding-3-small":{"last_embed":{"hash":"bb7e645f1b9f586ddf954b169d376d6d1e50e3b0ca607aacdb22035b5c8a5161"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"bb7e645f1b9f586ddf954b169d376d6d1e50e3b0ca607aacdb22035b5c8a5161"}}},"last_read":{"hash":"bb7e645f1b9f586ddf954b169d376d6d1e50e3b0ca607aacdb22035b5c8a5161","at":1743940983753},"class_name":"SmartSource","outlinks":[{"title":"找到了如何入门obsidian的途径","target":"找到了如何入门obsidian的途径","line":19},{"title":"设置 nodeTest这个项目目录作为练手的项目","target":"设置 nodeTest这个项目目录作为练手的项目","line":20},{"title":"pdf 插件的学习 ","target":"pdf 插件的学习 ","line":31},{"title":"模版学习","target":"模版学习","line":32}],"metadata":{"date":"2025-04-04","tags":["journal","daily"],"title":"日记 - 2025-04-04","weather":null,"mood":null},"blocks":{"#---frontmatter---":[1,9],"#2025-04-04":[11,39],"#2025-04-04#今日目标":[13,16],"#2025-04-04#今日目标#{1}":[15,16],"#2025-04-04#完成事项":[17,20],"#2025-04-04#完成事项#{1}":[19,19],"#2025-04-04#完成事项#{2}":[20,20],"#2025-04-04#学到的新东西":[21,24],"#2025-04-04#学到的新东西#{1}":[23,24],"#2025-04-04#遇到的问题及解决方案":[25,28],"#2025-04-04#遇到的问题及解决方案#{1}":[27,28],"#2025-04-04#明日计划":[29,33],"#2025-04-04#明日计划#{1}":[31,31],"#2025-04-04#明日计划#{2}":[32,33],"#2025-04-04#其他备注":[34,39],"#2025-04-04#其他备注#{1}":[36,39]},"last_import":{"mtime":1743784107921,"size":410,"at":0,"hash":"bb7e645f1b9f586ddf954b169d376d6d1e50e3b0ca607aacdb22035b5c8a5161"}},

View File

@ -0,0 +1,4 @@
"smart_sources:new notes/2025-04-06.md": {"path":"new notes/2025-04-06.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"a990233af45d04c4cce99d4766bae529dc304ea40f03873410f606aa8511888b"}}},"last_read":{"hash":"a990233af45d04c4cce99d4766bae529dc304ea40f03873410f606aa8511888b","at":1743940983809},"class_name":"SmartSource","outlinks":[{"title":"here","target":"https://x.com/i/grok?conversation=1908167697562812512","line":19}],"metadata":{"date":"2025-04-06","tags":["journal","daily"],"title":"日记 - 2025-04-06","weather":null,"mood":null},"blocks":{"#---frontmatter---":[1,7],"#2025-04-06":[9,38],"#2025-04-06#今日目标":[11,14],"#2025-04-06#今日目标#{1}":[13,14],"#2025-04-06#完成事项":[15,20],"#2025-04-06#完成事项#{1}":[17,17],"#2025-04-06#完成事项#{2}":[18,18],"#2025-04-06#完成事项#{3}":[19,20],"#2025-04-06#学到的新东西":[21,24],"#2025-04-06#学到的新东西#{1}":[23,24],"#2025-04-06#遇到的问题及解决方案":[25,28],"#2025-04-06#遇到的问题及解决方案#{1}":[27,28],"#2025-04-06#明日计划":[29,32],"#2025-04-06#明日计划#{1}":[31,32],"#2025-04-06#其他备注":[33,38],"#2025-04-06#其他备注#{1}":[35,38]},"last_import":{"mtime":1743935817205,"size":406,"at":1743940878444,"hash":"a990233af45d04c4cce99d4766bae529dc304ea40f03873410f606aa8511888b"}},
"smart_sources:new notes/2025-04-06.md": {"path":"new notes/2025-04-06.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"a990233af45d04c4cce99d4766bae529dc304ea40f03873410f606aa8511888b"}},"text-embedding-3-small":{"last_embed":{"hash":"a990233af45d04c4cce99d4766bae529dc304ea40f03873410f606aa8511888b"}}},"last_read":{"hash":"a990233af45d04c4cce99d4766bae529dc304ea40f03873410f606aa8511888b","at":1743940983809},"class_name":"SmartSource","outlinks":[{"title":"here","target":"https://x.com/i/grok?conversation=1908167697562812512","line":19}],"metadata":{"date":"2025-04-06","tags":["journal","daily"],"title":"日记 - 2025-04-06","weather":null,"mood":null},"blocks":{"#---frontmatter---":[1,7],"#2025-04-06":[9,38],"#2025-04-06#今日目标":[11,14],"#2025-04-06#今日目标#{1}":[13,14],"#2025-04-06#完成事项":[15,20],"#2025-04-06#完成事项#{1}":[17,17],"#2025-04-06#完成事项#{2}":[18,18],"#2025-04-06#完成事项#{3}":[19,20],"#2025-04-06#学到的新东西":[21,24],"#2025-04-06#学到的新东西#{1}":[23,24],"#2025-04-06#遇到的问题及解决方案":[25,28],"#2025-04-06#遇到的问题及解决方案#{1}":[27,28],"#2025-04-06#明日计划":[29,32],"#2025-04-06#明日计划#{1}":[31,32],"#2025-04-06#其他备注":[33,38],"#2025-04-06#其他备注#{1}":[35,38]},"last_import":{"mtime":1743935817205,"size":406,"at":0,"hash":"a990233af45d04c4cce99d4766bae529dc304ea40f03873410f606aa8511888b"}},
"smart_sources:new notes/2025-04-06.md": {"path":"new notes/2025-04-06.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"a990233af45d04c4cce99d4766bae529dc304ea40f03873410f606aa8511888b"}},"text-embedding-3-small":{"last_embed":{"hash":"a990233af45d04c4cce99d4766bae529dc304ea40f03873410f606aa8511888b"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"a990233af45d04c4cce99d4766bae529dc304ea40f03873410f606aa8511888b"}}},"last_read":{"hash":"a990233af45d04c4cce99d4766bae529dc304ea40f03873410f606aa8511888b","at":1743940983809},"class_name":"SmartSource","outlinks":[{"title":"here","target":"https://x.com/i/grok?conversation=1908167697562812512","line":19}],"metadata":{"date":"2025-04-06","tags":["journal","daily"],"title":"日记 - 2025-04-06","weather":null,"mood":null},"blocks":{"#---frontmatter---":[1,7],"#2025-04-06":[9,38],"#2025-04-06#今日目标":[11,14],"#2025-04-06#今日目标#{1}":[13,14],"#2025-04-06#完成事项":[15,20],"#2025-04-06#完成事项#{1}":[17,17],"#2025-04-06#完成事项#{2}":[18,18],"#2025-04-06#完成事项#{3}":[19,20],"#2025-04-06#学到的新东西":[21,24],"#2025-04-06#学到的新东西#{1}":[23,24],"#2025-04-06#遇到的问题及解决方案":[25,28],"#2025-04-06#遇到的问题及解决方案#{1}":[27,28],"#2025-04-06#明日计划":[29,32],"#2025-04-06#明日计划#{1}":[31,32],"#2025-04-06#其他备注":[33,38],"#2025-04-06#其他备注#{1}":[35,38]},"last_import":{"mtime":1743935817205,"size":406,"at":0,"hash":"a990233af45d04c4cce99d4766bae529dc304ea40f03873410f606aa8511888b"}},

View File

@ -0,0 +1,4 @@
"smart_sources:new notes/快捷键设置.md": {"path":"new notes/快捷键设置.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"88b9d3491077bb36a2b9b7a2c851fc43faa07a44e1a8fa060ac8f2f8c479a42b"}}},"last_read":{"hash":"88b9d3491077bb36a2b9b7a2c851fc43faa07a44e1a8fa060ac8f2f8c479a42b","at":1743940986040},"class_name":"SmartSource","outlinks":[],"metadata":{"tags":["shortcuts"]},"blocks":{"#---frontmatter---":[1,4],"#":[7,13],"###基础操作":[14,25],"###基础操作#{1}":[15,25],"###插件":[26,51],"###插件#git":[27,32],"###插件#git#{1}":[28,32],"###插件#copilot":[33,39],"###插件#copilot#{1}":[34,39],"###插件#terminal":[40,44],"###插件#terminal#{1}":[41,44],"###插件#advance table":[45,51],"###插件#advance table#{1}":[46,51]},"last_import":{"mtime":1743906020358,"size":1782,"at":1743940878445,"hash":"88b9d3491077bb36a2b9b7a2c851fc43faa07a44e1a8fa060ac8f2f8c479a42b"}},
"smart_sources:new notes/快捷键设置.md": {"path":"new notes/快捷键设置.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"88b9d3491077bb36a2b9b7a2c851fc43faa07a44e1a8fa060ac8f2f8c479a42b"}},"text-embedding-3-small":{"last_embed":{"hash":"88b9d3491077bb36a2b9b7a2c851fc43faa07a44e1a8fa060ac8f2f8c479a42b"}}},"last_read":{"hash":"88b9d3491077bb36a2b9b7a2c851fc43faa07a44e1a8fa060ac8f2f8c479a42b","at":1743940986727},"class_name":"SmartSource","outlinks":[],"metadata":{"tags":["shortcuts"]},"blocks":{"#---frontmatter---":[1,4],"#":[7,13],"###基础操作":[14,25],"###基础操作#{1}":[15,25],"###插件":[26,51],"###插件#git":[27,32],"###插件#git#{1}":[28,32],"###插件#copilot":[33,39],"###插件#copilot#{1}":[34,39],"###插件#terminal":[40,44],"###插件#terminal#{1}":[41,44],"###插件#advance table":[45,51],"###插件#advance table#{1}":[46,51]},"last_import":{"mtime":1743906020358,"size":1782,"at":0,"hash":"88b9d3491077bb36a2b9b7a2c851fc43faa07a44e1a8fa060ac8f2f8c479a42b"}},
"smart_sources:new notes/快捷键设置.md": {"path":"new notes/快捷键设置.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"88b9d3491077bb36a2b9b7a2c851fc43faa07a44e1a8fa060ac8f2f8c479a42b"}},"text-embedding-3-small":{"last_embed":{"hash":"88b9d3491077bb36a2b9b7a2c851fc43faa07a44e1a8fa060ac8f2f8c479a42b"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"88b9d3491077bb36a2b9b7a2c851fc43faa07a44e1a8fa060ac8f2f8c479a42b"}}},"last_read":{"hash":"88b9d3491077bb36a2b9b7a2c851fc43faa07a44e1a8fa060ac8f2f8c479a42b","at":1743940986727},"class_name":"SmartSource","outlinks":[],"metadata":{"tags":["shortcuts"]},"blocks":{"#---frontmatter---":[1,4],"#":[7,13],"###基础操作":[14,25],"###基础操作#{1}":[15,25],"###插件":[26,51],"###插件#git":[27,32],"###插件#git#{1}":[28,32],"###插件#copilot":[33,39],"###插件#copilot#{1}":[34,39],"###插件#terminal":[40,44],"###插件#terminal#{1}":[41,44],"###插件#advance table":[45,51],"###插件#advance table#{1}":[46,51]},"last_import":{"mtime":1743906020358,"size":1782,"at":0,"hash":"88b9d3491077bb36a2b9b7a2c851fc43faa07a44e1a8fa060ac8f2f8c479a42b"}},

View File

@ -0,0 +1,4 @@
"smart_sources:templates/base_template.md": {"path":"templates/base_template.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"d69dae5b91c5c25d7ff0615c9aeefe06dec9013c629366776543484a938089ba"}}},"last_read":{"hash":"d69dae5b91c5c25d7ff0615c9aeefe06dec9013c629366776543484a938089ba","at":1743940983526},"class_name":"SmartSource","outlinks":[],"metadata":{"date":{"{ date:YYYY-MM-DD }":null},"tags":["journal","daily"],"title":"日记 - {{date:YYYY-MM-DD}}","weather":null,"mood":null},"blocks":{"#---frontmatter---":[1,7]},"last_import":{"mtime":1743899114808,"size":110,"at":1743940878441,"hash":"d69dae5b91c5c25d7ff0615c9aeefe06dec9013c629366776543484a938089ba"}},
"smart_sources:templates/base_template.md": {"path":"templates/base_template.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"d69dae5b91c5c25d7ff0615c9aeefe06dec9013c629366776543484a938089ba"}},"text-embedding-3-small":{"last_embed":{"hash":"d69dae5b91c5c25d7ff0615c9aeefe06dec9013c629366776543484a938089ba"}}},"last_read":{"hash":"d69dae5b91c5c25d7ff0615c9aeefe06dec9013c629366776543484a938089ba","at":1743940983526},"class_name":"SmartSource","outlinks":[],"metadata":{"date":{"{ date:YYYY-MM-DD }":null},"tags":["journal","daily"],"title":"日记 - {{date:YYYY-MM-DD}}","weather":null,"mood":null},"blocks":{"#---frontmatter---":[1,7]},"last_import":{"mtime":1743899114808,"size":110,"at":0,"hash":"d69dae5b91c5c25d7ff0615c9aeefe06dec9013c629366776543484a938089ba"}},
"smart_sources:templates/base_template.md": {"path":"templates/base_template.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"d69dae5b91c5c25d7ff0615c9aeefe06dec9013c629366776543484a938089ba"}},"text-embedding-3-small":{"last_embed":{"hash":"d69dae5b91c5c25d7ff0615c9aeefe06dec9013c629366776543484a938089ba"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"d69dae5b91c5c25d7ff0615c9aeefe06dec9013c629366776543484a938089ba"}}},"last_read":{"hash":"d69dae5b91c5c25d7ff0615c9aeefe06dec9013c629366776543484a938089ba","at":1743940983526},"class_name":"SmartSource","outlinks":[],"metadata":{"date":{"{ date:YYYY-MM-DD }":null},"tags":["journal","daily"],"title":"日记 - {{date:YYYY-MM-DD}}","weather":null,"mood":null},"blocks":{"#---frontmatter---":[1,7]},"last_import":{"mtime":1743899114808,"size":110,"at":0,"hash":"d69dae5b91c5c25d7ff0615c9aeefe06dec9013c629366776543484a938089ba"}},

View File

@ -0,0 +1,4 @@
"smart_sources:templates/daily_template.md": {"path":"templates/daily_template.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"8584343d48587afa2e5d9a7a301b2d32b8d5b6c3ffebcf1a69b13a6fc964258c"}}},"last_read":{"hash":"8584343d48587afa2e5d9a7a301b2d32b8d5b6c3ffebcf1a69b13a6fc964258c","at":1743940983551},"class_name":"SmartSource","outlinks":[],"metadata":{"date":{"{ date:YYYY-MM-DD }":null},"tags":["journal","daily"],"title":"日记 - {{date:YYYY-MM-DD}}","weather":null,"mood":null},"blocks":{"#---frontmatter---":[1,7],"#{{title}}":[9,25],"#{{title}}#学到的新东西":[12,15],"#{{title}}#学到的新东西#{1}":[14,15],"#{{title}}#遇到的问题及解决方案":[16,19],"#{{title}}#其他备注":[20,25],"#{{title}}#其他备注#{1}":[22,25]},"last_import":{"mtime":1743934815568,"size":212,"at":1743940878441,"hash":"8584343d48587afa2e5d9a7a301b2d32b8d5b6c3ffebcf1a69b13a6fc964258c"}},
"smart_sources:templates/daily_template.md": {"path":"templates/daily_template.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"8584343d48587afa2e5d9a7a301b2d32b8d5b6c3ffebcf1a69b13a6fc964258c"}},"text-embedding-3-small":{"last_embed":{"hash":"8584343d48587afa2e5d9a7a301b2d32b8d5b6c3ffebcf1a69b13a6fc964258c"}}},"last_read":{"hash":"8584343d48587afa2e5d9a7a301b2d32b8d5b6c3ffebcf1a69b13a6fc964258c","at":1743940983551},"class_name":"SmartSource","outlinks":[],"metadata":{"date":{"{ date:YYYY-MM-DD }":null},"tags":["journal","daily"],"title":"日记 - {{date:YYYY-MM-DD}}","weather":null,"mood":null},"blocks":{"#---frontmatter---":[1,7],"#{{title}}":[9,25],"#{{title}}#学到的新东西":[12,15],"#{{title}}#学到的新东西#{1}":[14,15],"#{{title}}#遇到的问题及解决方案":[16,19],"#{{title}}#其他备注":[20,25],"#{{title}}#其他备注#{1}":[22,25]},"last_import":{"mtime":1743934815568,"size":212,"at":0,"hash":"8584343d48587afa2e5d9a7a301b2d32b8d5b6c3ffebcf1a69b13a6fc964258c"}},
"smart_sources:templates/daily_template.md": {"path":"templates/daily_template.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"8584343d48587afa2e5d9a7a301b2d32b8d5b6c3ffebcf1a69b13a6fc964258c"}},"text-embedding-3-small":{"last_embed":{"hash":"8584343d48587afa2e5d9a7a301b2d32b8d5b6c3ffebcf1a69b13a6fc964258c"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"8584343d48587afa2e5d9a7a301b2d32b8d5b6c3ffebcf1a69b13a6fc964258c"}}},"last_read":{"hash":"8584343d48587afa2e5d9a7a301b2d32b8d5b6c3ffebcf1a69b13a6fc964258c","at":1743940983551},"class_name":"SmartSource","outlinks":[],"metadata":{"date":{"{ date:YYYY-MM-DD }":null},"tags":["journal","daily"],"title":"日记 - {{date:YYYY-MM-DD}}","weather":null,"mood":null},"blocks":{"#---frontmatter---":[1,7],"#{{title}}":[9,25],"#{{title}}#学到的新东西":[12,15],"#{{title}}#学到的新东西#{1}":[14,15],"#{{title}}#遇到的问题及解决方案":[16,19],"#{{title}}#其他备注":[20,25],"#{{title}}#其他备注#{1}":[22,25]},"last_import":{"mtime":1743934815568,"size":212,"at":0,"hash":"8584343d48587afa2e5d9a7a301b2d32b8d5b6c3ffebcf1a69b13a6fc964258c"}},

View File

@ -0,0 +1,4 @@
"smart_sources:templates/kanban_template.md": {"path":"templates/kanban_template.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"4cac8dde6100cbc42d91467d4a51c68236d154821043fb649acb34909c8a5834"}}},"last_read":{"hash":"4cac8dde6100cbc42d91467d4a51c68236d154821043fb649acb34909c8a5834","at":1743940983621},"class_name":"SmartSource","outlinks":[],"metadata":{"date":"2025-04-06","tags":["kanban","project"],"title":"看板 -","project_name":"<% tp.system.suggester([\"练手\", \"量化\", \"云服务\", \"其他\"], [\"练手\", \"量化\", \"云服务\", \"其他\"]) %>","status":"may be do","privority":"<% tp.system.suggester([\"高\", \"中\", \"低\"], [\"高\", \"中\", \"低\"]) %>"},"blocks":{"#---frontmatter---":[1,10],"##<% tp.file.title %>":[12,20],"##<% tp.file.title %>#备注":[15,20],"##<% tp.file.title %>#备注#{1}":[17,20]},"last_import":{"mtime":1743934649860,"size":345,"at":1743940878442,"hash":"4cac8dde6100cbc42d91467d4a51c68236d154821043fb649acb34909c8a5834"}},
"smart_sources:templates/kanban_template.md": {"path":"templates/kanban_template.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"4cac8dde6100cbc42d91467d4a51c68236d154821043fb649acb34909c8a5834"}},"text-embedding-3-small":{"last_embed":{"hash":"4cac8dde6100cbc42d91467d4a51c68236d154821043fb649acb34909c8a5834"}}},"last_read":{"hash":"4cac8dde6100cbc42d91467d4a51c68236d154821043fb649acb34909c8a5834","at":1743940983621},"class_name":"SmartSource","outlinks":[],"metadata":{"date":"2025-04-06","tags":["kanban","project"],"title":"看板 -","project_name":"<% tp.system.suggester([\"练手\", \"量化\", \"云服务\", \"其他\"], [\"练手\", \"量化\", \"云服务\", \"其他\"]) %>","status":"may be do","privority":"<% tp.system.suggester([\"高\", \"中\", \"低\"], [\"高\", \"中\", \"低\"]) %>"},"blocks":{"#---frontmatter---":[1,10],"##<% tp.file.title %>":[12,20],"##<% tp.file.title %>#备注":[15,20],"##<% tp.file.title %>#备注#{1}":[17,20]},"last_import":{"mtime":1743934649860,"size":345,"at":0,"hash":"4cac8dde6100cbc42d91467d4a51c68236d154821043fb649acb34909c8a5834"}},
"smart_sources:templates/kanban_template.md": {"path":"templates/kanban_template.md","last_embed":{"hash":null},"embeddings":{"TaylorAI/bge-micro-v2":{"last_embed":{"hash":"4cac8dde6100cbc42d91467d4a51c68236d154821043fb649acb34909c8a5834"}},"text-embedding-3-small":{"last_embed":{"hash":"4cac8dde6100cbc42d91467d4a51c68236d154821043fb649acb34909c8a5834"}},"nomic-ai/nomic-embed-text-v1":{"last_embed":{"hash":"4cac8dde6100cbc42d91467d4a51c68236d154821043fb649acb34909c8a5834"}}},"last_read":{"hash":"4cac8dde6100cbc42d91467d4a51c68236d154821043fb649acb34909c8a5834","at":1743940983621},"class_name":"SmartSource","outlinks":[],"metadata":{"date":"2025-04-06","tags":["kanban","project"],"title":"看板 -","project_name":"<% tp.system.suggester([\"练手\", \"量化\", \"云服务\", \"其他\"], [\"练手\", \"量化\", \"云服务\", \"其他\"]) %>","status":"may be do","privority":"<% tp.system.suggester([\"高\", \"中\", \"低\"], [\"高\", \"中\", \"低\"]) %>"},"blocks":{"#---frontmatter---":[1,10],"##<% tp.file.title %>":[12,20],"##<% tp.file.title %>#备注":[15,20],"##<% tp.file.title %>#备注#{1}":[17,20]},"last_import":{"mtime":1743934649860,"size":345,"at":0,"hash":"4cac8dde6100cbc42d91467d4a51c68236d154821043fb649acb34909c8a5834"}},

37
.smart-env/smart_env.json Normal file
View File

@ -0,0 +1,37 @@
{
"is_obsidian_vault": true,
"smart_blocks": {
"embed_blocks": true,
"min_chars": 200
},
"smart_sources": {
"single_file_data_path": ".smart-env/smart_sources.json",
"min_chars": 200,
"embed_model": {
"adapter": "transformers",
"transformers": {
"legacy_transformers": false,
"model_key": "nomic-ai/nomic-embed-text-v1"
},
"TaylorAI/bge-micro-v2": {},
"nomic-ai/nomic-embed-text-v1": {},
"openai": {
"model_key": "text-embedding-3-small"
},
"text-embedding-3-small": {}
},
"smart_change": {
"active": true
}
},
"file_exclusions": "Untitled",
"folder_exclusions": "smart-chats",
"smart_view_filter": {
"render_markdown": true,
"show_full_path": false
},
"smart_notices": {
"muted": {}
},
"excluded_headings": ""
}

BIN
Chats/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -1,120 +0,0 @@
Assistant
Hello, I am your assistant. How can I help you?
- - - - -
User
可以用中文交流吗
- - - - -
Assistant
是的,我们可以用中文交流。 [[chat history]]
- - - - -
User
在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下
- - - - -
Assistant
是的在Ubuntu下可以将几个物理硬盘挂载到一个逻辑目录下。你可以使用几种方法实现
* **使用`bindfs`:** `bindfs`允许你将一个目录的内容“绑定”到另一个目录,这可以让你将多个硬盘的目录合并到一个逻辑目录中。
* **使用LVM (Logical Volume Management):** LVM允许你将多个物理硬盘组合成一个逻辑卷然后将该逻辑卷挂载到你的逻辑目录下。 [[chat history]]
具体方法取决于你的需求和偏好。
- - - - -
User
详细介绍一下lü m
- - - - -
Assistant
LVM (Logical Volume Management) 允许你将多个物理硬盘组合成一个逻辑卷,然后将该逻辑卷挂载到你的逻辑目录下。 [[chat history]]
- - - - -
User
介绍一下操作步骤
- - - - -
Assistant
LVM (Logical Volume Management) 允许你将多个物理硬盘组合成一个逻辑卷,然后将该逻辑卷挂载到你的逻辑目录下。 [[chat history]] 具体操作步骤取决于你的需求和偏好。
- - - - -
User
在ubuntu下可不可以把几个物理硬盘挂在到一个逻辑目录下
- - - - -
Assistant
<think>
用户的问题是关于如何在Ubuntu下将多个物理硬盘挂载到同一个逻辑目录下。之前我已经提到过bindfs和LVM两种方法。现在需要详细介绍一下操作步骤。
首先使用bindfs的话可能需要安装bindfs工具。然后创建一个统一的挂载点并将各个硬盘分别挂载进去或者直接用bindfs命令将它们合并到一起。这个过程相对简单但可能需要一些配置。
其次LVM的方法更复杂一些。用户需要先将物理硬盘加入到同一个卷组中然后划分逻辑卷并格式化最后挂载到指定目录。这种方法的好处是管理灵活适合需要动态调整空间的场景。
另外mount命令也可以用来手动挂载多个分区到统一目录但可能需要脚本来自动化这个过程。这样虽然简单但如果硬盘数量多的话管理起来可能会比较麻烦。
总的来说用户可以根据自己的需求选择合适的方法。如果只是简单的合并bindfs可能更方便如果是长期管理和扩展LVM会更好。
</think>
是的在Ubuntu下可以将几个物理硬盘挂载到一个逻辑目录下。你可以使用几种方法实现
* **使用`bindfs`:** `bindfs`允许你将一个目录的内容“绑定”到另一个目录,这可以让你将多个硬盘的目录合并到一个逻辑目录中。
* **使用LVM (Logical Volume Management):** LVM允许你将多个物理硬盘组合成一个逻辑卷然后将该逻辑卷挂载到你的逻辑目录下。 [[chat history]]
具体方法取决于你的需求和偏好。
- - - - -
User
详细介绍一下lü m
- - - - -
Assistant
<think>
LVM (Logical Volume Management) 是一种在 GNU/Linux 系统中管理存储设备的工具,允许用户将多个物理硬盘组合成一个或多个逻辑卷,并对这些逻辑卷进行动态调整。以下是使用 LVM 在 Ubuntu 下将多个物理硬盘挂载到一个逻辑目录下的详细步骤:
### 1. 安装 LVM 工具
如果你还没有安装 LVM 相关工具,可以运行以下命令进行安装:
```bash
sudo apt-get install lvm2
```
### 2. 初始化物理硬盘
将每个物理硬盘分区或直接使用整个硬盘。例如,假设你有两个物理硬盘 `/dev/sda``/dev/sdb`
### 3. 创建物理卷 (PV)
将这两个硬盘创建为物理卷:
```bash
sudo pvcreate /dev/sda
sudo pvcreate /dev/sdb
```
### 4. 创建卷组 (VG)
将两个物理卷添加到同一个卷组中,例如 `my_volume_group`
```bash
sudo vgcreate my_volume_group /dev/sda /dev/sdb
```
### 5. 创建逻辑卷 (LV)
从卷组中创建一个或多个逻辑卷。例如,创建一个大小为 100GB 的逻辑卷 `/dev/my_volume_group/lvmtest`
```bash
sudo lvcreate -L 100G /dev/my_volume_group/my_logical_volume
```
### 6. 格式化逻辑卷
使用你喜欢的文件系统格式化逻辑卷。例如,使用 ext4 文件系统:
```bash
sudo mkfs.ext4 /dev/my_volume_group/my_logical_volume
```
### 7. 挂载逻辑卷到指定目录
创建一个挂载点目录(如果不存在),然后将逻辑卷挂载到该目录下:
```bash
sudo mkdir -p /mnt/merged_disks
sudo mount /dev/my_volume_group/my_logical_volume /mnt/merged_disks
```
### 8. 验证挂载
检查挂载是否成功:
```bash
df -h | grep /mnt/merged_disks
```
### 9. (可选)自动挂载
为了在系统启动时自动挂载逻辑卷,编辑 `/etc/fstab` 文件,并添加以下行:
```bash
UUID=logical_volume_uuid /mnt/merged_disks ext4 defaults 0 2
```
其中 `logical_volume_uuid` 是你的逻辑卷的 UUID可以通过运行 `blkid` 命令获取。
### 总结
通过 LVM你可以将多个物理硬盘合并到一个或多个逻辑卷中并灵活地调整每个逻辑卷的大小。这对于需要动态管理存储空间的场景非常有用。 [[chat history]]
- - - - -

11
Task.md
View File

@ -1,11 +0,0 @@
---
aliases:
- tsk
tags:
- test
---
Task: Finish report
Due: 2025-04-05
#test
#itry

4
canvas/Untitled.canvas Normal file
View File

@ -0,0 +1,4 @@
{
"nodes":[],
"edges":[]
}

View File

@ -6,7 +6,7 @@ tags:
- dataview
- plugin
- qanda
title: 如果我使用dataview插件查询在我的笔记目录里,是不是我需要事先有个目录里面的所有笔记都是包含特定模版的数据,这样更便于查询,或者说只有文档内包含特定属性的文档,那么查询结果中才能包含特定属性的文@20250404_232407
title: dataview ob q&a
time: 20250404_232407
---
@ -37,16 +37,16 @@ time: 20250404_232407
```yaml
---
日期: 2023-10-01
标签: 工作
状态: 进行中
标签: anything
状态: will be do
---
```
你可以用 Dataview 查询所有状态为“进行中”的笔记:
```dataview
LIST
FROM "工作目录"
WHERE status = "进行中"
FROM ""
WHERE status = "will be do"
```
这种方式的优点是:

View File

@ -21,6 +21,7 @@ kanban-plugin: board
## done
**Complete**
- [x] [[找到了如何入门obsidian的途径]]

View File

@ -0,0 +1,21 @@
---
date: 2025-04-06
tags:
- kanban
- project
title: 看板 -
project_name: 练手
status: may be do
privority: 低
---
## 学习看板和其他 1
### 相关笔记
- 设置 nodeTest这个项目目录作为练手的项目]]
- 学习 dataview: [[dataview ob q&a]]
- 基于此环境进行尝试: [[设置 nodeTest这个项目目录作为练手的项目]]。
### 备注
-

View File

@ -4,6 +4,7 @@ tags:
- job
links:
- obsidian://open?vault=notesTest&file=new%20notes%2F2025-04-04
status: done
---
- 契合自己的路线:

View File

@ -4,7 +4,7 @@ tags:
- kanban
- project
title: 看板 -
project_name:
project_name: 练手
status: will be do
---

View File

@ -1,34 +0,0 @@
---
date: 2025-04-05
tags: [journal, daily]
title: 日记 - 2025-04-05
weather: "Beijing, China: ☀️ 🌡️+13°C 🌬↘21km/h"
---
# 2025-04-05
## 今日目标
-
## 完成事项
-
## 学到的新东西
-
## 遇到的问题及解决方案
-
## 明日计划
-
## 其他备注
-

View File

@ -14,7 +14,9 @@ mood:
## 完成事项
-
- 上手kanban, kanban status Updater 插件
- 结合了templater 插件
- 咨询了 x : [here](https://x.com/i/grok?conversation=1908167697562812512)
## 学到的新东西

6
new notes/Untitled 1.md Normal file
View File

@ -0,0 +1,6 @@
---
date:
"{ date:YYYY-MM-DD }":
tags:
title:
---

View File

@ -1,6 +0,0 @@
---
kanban-plugin: board
---

View File

@ -1,21 +0,0 @@
---
kanban-plugin: board
---
## 初步意向
## 准备要做
%% kanban:settings
```
{"kanban-plugin":"board","list-collapse":[false,false]}
```
%%

View File

@ -0,0 +1,20 @@
---
tags:
- library
---
- 对所有笔记内容进行排查,找出潜在在笔记之间可以进行双链的关联关系, 并给出建议
- 问题: “我的 Vault 中哪些笔记与 [[项目 X]] 相关?”
- 可能的回答: “根据你的 Vault[[项目 X]] 可能与 [[2025-03-01 会议记录]]、[[预算计划]] 和 [[任务列表]] 相关,因为它们提到了相似的关键词,如‘里程碑’和‘截止日期’。”
- 用途: 快速发现潜在的双链或关联内容。
- 问题: “哪些笔记提到了‘机器学习’?”
- 可能的回答: “‘机器学习’出现在 [[AI 研究]]、[[2025-01-15 学习笔记]] 和 [[书籍总结 - 深度学习]] 中。”
- 用途: 定位特定主题的笔记。

View File

@ -1,19 +0,0 @@
---
date: 2025-04-06
tags:
- kanban
- project
title: 看板 -
project_name: 练手
status: may be do
privority: 低
---
## 学习看板和其他 1
### 备注
-

View File

@ -1,6 +1,7 @@
---
tags:
- shortcuts
- library
---

View File

@ -1,7 +1,6 @@
---
date: {{date:YYYY-MM-DD}}
tags: [journal, daily]
title: 日记 - {{date:YYYY-MM-DD}}
weather:
mood:
date:
"{ date:YYYY-MM-DD }":
tags:
title:
---

View File