mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-24 19:21:31 +08:00
Update docs and sort content
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
date_created: 2025-02-06T11:59:39+08:00
|
||||
date_modified: 2025-02-06T13:55:34+08:00
|
||||
date_modified: 2025-02-06T15:43:41+08:00
|
||||
title: Obsidian Web Clipper 离线阅读同人作品
|
||||
date: 2025-02-06
|
||||
author: KazooTTT
|
||||
@ -34,6 +34,13 @@ astroType: post
|
||||
|
||||
阅读列表生成效果如下:
|
||||
|
||||
```dataview
|
||||
table dateformat(published, "yyyyMMdd") as "发布时间"
|
||||
from "Clippings"
|
||||
where contains(tags, "替换为你要筛选的标签")
|
||||
sort published desc
|
||||
```
|
||||
|
||||

|
||||
|
||||
这样就可以很方便的进行后续回顾了。
|
||||
|
@ -10,7 +10,7 @@ published: true
|
||||
slug: cover-generator
|
||||
description: 本收集涵盖了多个封面生成工具和资源,旨在帮助用户快速创建美观且专业的封面设计。这些工具包括在线封面生成器、设计模板库以及自定义封面设计的技巧和指南。无论是用于书籍、报告、社交媒体还是其他用途,这些资源都能满足不同用户的需求,提升视觉呈现效果。
|
||||
date_created: 2025-01-04T11:34:08+08:00
|
||||
date_modified: 2025-02-05T01:15:01+08:00
|
||||
date_modified: 2025-02-06T16:03:14+08:00
|
||||
type: Post
|
||||
status: Published
|
||||
finished: true
|
||||
|
Reference in New Issue
Block a user