外观
用到的插件
- Editor Width Slider
- Dataview
- Obsidian Columns
- Homepage
- Buttons
使用主题
- AnuPpuccin
CSS
- 伪 minimal 卡片
代码
cssclasses:
- cards
editor-width: “70”
done: true
height=longtest
===
```col-md
flexGrow=0
===
![[1280px-坨梓-常规.png|1013]]
```
```col-md
flexGrow=2
===
> Reimagine the words, don't merely duplicate them.
> [!summary] section ![[lulubieji.webp|20]]
> ```dataview
> list
> where contains(tags,"section")
> ```
> [!quote] Book ![[lulucall.webp|20]]
> [[Opt.pdf]]
> [[数学建模黄金算法匹配表.pdf]]
> [[数学建模算法与应用.pdf]]
> [[数学模型.pdf]]
```
```col-md
flexGrow=2
===
> [!check] Recently edited ![[lulumua.webp|20]]
> ```dataview
> table
> dateformat(file.mtime,"yyyy-MM-dd:HH:mm") as "Time"
> from "/"
> sort file.mtime desc
> limit 3
> ```
> [!summary] Haven't done ![[luluwhat.webp|20]]
> ```dataview
> table
> dateformat(file.mtime,"yyyy-MM-dd:HH:mm") as "Time"
> where !done
> where !contains(file.path,"Template")
> ```
```
```col-md
flexGrow=2
===
> [!example] Space ![[lulunya.webp|20]]
> 🧀 <font color="#ffcc00">LIFE:</font>
> ```button
> name New diary
> type command
> action QuickAdd: newdiary
> color red
> ```
> ```button
> name Open diary
> type link
> action obsidian://open?vault=Note&file=Obsidian%2FDiary
> color yellow
> ```
> 🚲 <font color="#ff9999">WORK:</font>
> ```button
> name Show graph
> type command
> action 关系图谱: 查看关系图谱
> color green
> ```
> ```button
> name New note
> type command
> action QuickAdd: new
> color algae
> ```
> ```button
> name Open note
> type command
> action QuickAdd: opennote
> color blue
> ```
> ```button
> name Excalidraw
> type command
> action Excalidraw: 新建绘图 - 于新页签
> color purple
> ```
> [!note] Photo
> ![Photo](https://baotangguo.cn:8081/)
```