mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-19 17:01:22 +08:00
Update docs and sort content
This commit is contained in:
BIN
public/mdImages/IMG-2F53DF7357EC28522945C58351B62D96.png
Normal file
BIN
public/mdImages/IMG-2F53DF7357EC28522945C58351B62D96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 847 KiB |
BIN
public/mdImages/IMG-CAC1EEA1E39685627A82ED14C5001F20.png
Normal file
BIN
public/mdImages/IMG-CAC1EEA1E39685627A82ED14C5001F20.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 827 KiB |
@ -7,7 +7,7 @@ author: KazooTTT
|
||||
category: 碎片
|
||||
date: 2025-02-20T00:00:00.000Z
|
||||
date_created: 2025-02-11T15:38:40.000Z
|
||||
date_modified: 2025-02-21T12:39:37.000Z
|
||||
date_modified: 2025-02-21T14:00:31.000Z
|
||||
description: null
|
||||
published: true
|
||||
slug: openwebui-long-loading-white-screen-solution
|
||||
@ -19,6 +19,8 @@ tags:
|
||||
title: openwebui长时间白屏解决方案
|
||||
---
|
||||
|
||||
]
|
||||
|
||||
#ollama #openwebui #docker
|
||||
|
||||
最近 deepseek 的大火,官方服务响应缓慢或者宕机,再加上其他云平台厂商也开始免费提供 deepseek 的模型服务,赠送一定额度的 tokens 供用户使用。用户自己接入 api 再次成为了一个热门的使用场景,web 端的 lobe chat、openwebui 都是不错的选择。
|
||||
|
@ -1,14 +1,18 @@
|
||||
---
|
||||
toAstro: true
|
||||
astroType: post
|
||||
toWexin: null
|
||||
toJuejin: null
|
||||
date_created: 2025-02-09T08:34:48.000Z
|
||||
date_modified: 2025-02-19T17:54:55.000Z
|
||||
date_modified: 2025-02-21T13:59:38.000Z
|
||||
title: 不引入astro wiki plugin实现链接跳转的思路
|
||||
date: 2025-02-09T00:00:00.000Z
|
||||
author: KazooTTT
|
||||
tags:
|
||||
- obsidian
|
||||
- astro
|
||||
- wiki-link
|
||||
- obsidian
|
||||
- remark
|
||||
- wiki-link
|
||||
finished: true
|
||||
published: true
|
||||
category: 前端
|
||||
@ -17,11 +21,11 @@ description: >-
|
||||
在 Obsidian 中,Wiki 语法 ([[某个笔记]]) 使用频率较高,但 Astro 默认不支持。由于现有 remark
|
||||
插件无法满足需求,我选择在导出到 Astro 时预处理 Wiki 链接,将其转换为标准 Markdown 语法,并使用 slug
|
||||
作为唯一标识,从而实现正确的链接跳转。
|
||||
toAstro: true
|
||||
astroType: post
|
||||
excalidrawFile: '[[不引入astro wiki plugin实现链接跳转的思路.excalidraw]]'
|
||||
---
|
||||
|
||||

|
||||
|
||||
## 背景
|
||||
|
||||
obsidian 是我的进行笔记编辑的主力软件,并且 wiki 语法,也就是 `[[某个笔记]]` 的语法使用的频率很高。
|
||||
@ -37,7 +41,7 @@ obsidian 是我的进行笔记编辑的主力软件,并且 wiki 语法,也
|
||||
|
||||
所以这与我的需求不符合,我需要的是使用 slug 字段作为笔记的唯一标识,并且使用 wiki 语法进行链接跳转。
|
||||
|
||||
也就是`[[Test Page]]` 转化为了 `/page/test_page`。
|
||||
也就是 `[[Test Page]]` 转化为了 `/page/test_page`。
|
||||
|
||||
假设我的中文笔记的信息是:
|
||||
|
||||
|
Reference in New Issue
Block a user