-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c973e05
Showing
6 changed files
with
107 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# 更改日志 | CHANGE LOG | ||
|
||
## v0.1.0 | 2023-03-22 | ||
|
||
- 项目初始化 | Project initialization. | ||
- 添加文档面包屑 | Add document breadcrumb. | ||
- 添加只读/编辑切换开关 | Add read-only/edit switch. | ||
- 添加文档重命名功能 | Add document rename function. | ||
- 添加原生属性保存功能 | Add native attribute save function. | ||
- 添加书签列表查询功能 | Add bookmark list query function. | ||
- 添加浏览位置属性编辑功能 | Add browser location attribute edit function. | ||
- 添加自定义属性编辑功能 | Add custom attributes edit function. | ||
- 调整响应式布局样式 | Adjust responsive layout style. | ||
- 修复 CD 问题 | Fix CD issues. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# widget-metadata | ||
|
||
<center> | ||
|
||
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/Zuoqiu-Yingyi/widget-metadata?include_prereleases&style=flat-square)](https://github.com/Zuoqiu-Yingyi/widget-metadata/releases/latest) | ||
[![GitHub Release Date](https://img.shields.io/github/release-date/Zuoqiu-Yingyi/widget-metadata?style=flat-square)](https://github.com/Zuoqiu-Yingyi/widget-metadata/releases/latest) | ||
[![GitHub License](https://img.shields.io/github/license/Zuoqiu-Yingyi/widget-metadata?style=flat-square)](https://github.com/Zuoqiu-Yingyi/widget-metadata/blob/main/LICENSE) | ||
[![GitHub last commit](https://img.shields.io/github/last-commit/Zuoqiu-Yingyi/widget-metadata?style=flat-square)](https://github.com/Zuoqiu-Yingyi/widget-metadata/commits/main) | ||
![GitHub repo size](https://img.shields.io/github/repo-size/Zuoqiu-Yingyi/widget-metadata?style=flat-square) | ||
![hits](https://hits.b3log.org/Zuoqiu-Yingyi/widget-metadata.svg) | ||
[![GitHub all releases](https://img.shields.io/github/downloads/Zuoqiu-Yingyi/widget-metadata/total?style=flat-square)](https://github.com/Zuoqiu-Yingyi/widget-metadata/releases) | ||
|
||
</center> | ||
|
||
一个适用于思源笔记的文档块元数据挂件 | ||
A Widget of document block metadata for SiYuan Note. | ||
|
||
## 预览 | PREVIEW | ||
|
||
## 介绍 | INTRODUCTION | ||
|
||
### 功能介绍 | FUNCTIONAL DESCRIPTION | ||
|
||
### 自定义配置 | CUSTOM CONFIG | ||
|
||
## 开始 | START | ||
|
||
## 参考 & 感谢 | REFERENCE & THANKS | ||
|
||
## 依赖 | DEPENDENCIES | ||
|
||
## 更改日志 | CHANGE LOGS | ||
|
||
[CHANGELOG](./CHANGELOG.md) |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Metadata</title> | ||
|
||
<script async type="module" crossorigin src="./assets/index-f27fa730.js"></script> | ||
<link rel="stylesheet" href="./assets/index-2e056b47.css"> | ||
</head> | ||
|
||
<body></body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"name": "metadata", | ||
"author": "Zuoqiu-Yingyi", | ||
"url": "https://github.com/Zuoqiu-Yingyi/widget-metadata", | ||
"version": "0.1.0" | ||
} |