Compare commits

..

2 commits

Author SHA1 Message Date
Moeyua
8cdc0211df
Update README.md 2024-05-28 17:12:32 +08:00
Moeyua
7f5c016d16 chore: update plugin name and description for heti 2024-05-11 14:35:46 +08:00
3 changed files with 25 additions and 21 deletions

21
LICENSE Normal file
View file

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2024 Moeyua
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View file

@ -1,26 +1,9 @@
# 赫蹏
[赫蹏hètí](赫蹏hètí) 是专为中文内容展示设计的排版样式增强。它基于通行的中文排版规范而来,可以为网站的读者带来更好的文章阅读体验。
[赫蹏hètí](https://github.com/sivan/heti) 是专为中文内容展示设计的排版样式增强。它基于通行的中文排版规范而来,可以为网站的读者带来更好的文章阅读体验。
该插件将该样式应用到 Obsidian 中,使得 Obsidian 中的中文排版更加美观。
预览:[https://sivan.github.io/heti/](https://sivan.github.io/heti/)
![Preview](https://raw.githubusercontent.com/sivan/heti/master/_site/assets/screenshot-grid.png)
主要特性:
- 贴合网格的排版;
- 全标签样式美化;
- 预置古文、诗词样式;
- 预置多种排版样式(行间注、多栏、竖排等);
- 多种预设字体族(仅限桌面端);
- 简/繁体中文支持;
- 自适应黑暗模式;
- ~~中西文混排美化,不再手敲空格 👏(基于 JavaScript 脚本);~~
- ~~全角标点挤压(基于 JavaScript 脚本);~~
- 兼容 _normalize.css_、_CSS Reset_ 等常见样式重置;
- 移动端支持;
- ……
总之,用上就会变好看。

View file

@ -1,10 +1,10 @@
{
"id": "heti",
"name": "heti",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "赫蹏hètí是专为中文内容展示设计的排版样式增强。它基于通行的中文排版规范而来可以为网站的读者带来更好的文章阅读体验。",
"author": "Moeyua",
"description": "专为中文内容展示设计的排版样式增强。它基于通行的中文排版规范而来,可以带来更好的阅读体验。",
"authorUrl": "https://github.com/moeyua",
"minAppVersion": "0.15.0",
"version": "1.0.0",
"isDesktopOnly": false
}