mirror of
https://github.com/yeban8090/note-to-red.git
synced 2026-07-22 12:20:33 +00:00
初始化1.0.7版本
This commit is contained in:
parent
d227bbbc3a
commit
babd8a76e3
2 changed files with 7 additions and 2 deletions
|
|
@ -1,7 +1,10 @@
|
|||
# Note to RED
|
||||
一键将 Obsidian 笔记转换为小红书图片格式的插件。
|
||||
|
||||
   [](https://ko-fi.com/bruceyeban)
|
||||
<img src="https://img.shields.io/badge/dynamic/json?logo=obsidian&color=363636&labelColor=be2a3c&label=Downloads&query=%24%5B%22note-to-red%22%5D.downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json&style=flat" alt="Downloads Badge">
|
||||
<img src="https://img.shields.io/badge/version-1.0.6-blue" alt="version">
|
||||
<img src="https://img.shields.io/badge/license-MIT-green" alt="license">
|
||||
[](https://ko-fi.com/bruceyeban)
|
||||
|
||||
## 功能特点
|
||||
- 📝 使用二级标题分割内容,每个标题自动生成一张配图
|
||||
|
|
|
|||
|
|
@ -81,11 +81,13 @@
|
|||
margin: 0 20px 0 10px;
|
||||
flex: none ;
|
||||
}
|
||||
.red-controls-group .red-like-button {
|
||||
flex: none;
|
||||
}
|
||||
|
||||
.red-controls-group .red-export-button {
|
||||
background-color: var(--text-accent);
|
||||
color: var(--text-on-accent);
|
||||
border: none;
|
||||
}
|
||||
.red-controls-group .red-export-button:hover {
|
||||
color: var(--text-on-accent);
|
||||
|
|
|
|||
Loading…
Reference in a new issue