mirror of
https://github.com/moeyua/obsidian-heti.git
synced 2026-07-22 10:10:26 +00:00
Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cdc0211df | ||
|
|
7f5c016d16 |
3 changed files with 25 additions and 21 deletions
21
LICENSE
Normal file
21
LICENSE
Normal 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.
|
||||
19
README.md
19
README.md
|
|
@ -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/)
|
||||
|
||||

|
||||
|
||||
主要特性:
|
||||
|
||||
- 贴合网格的排版;
|
||||
- 全标签样式美化;
|
||||
- 预置古文、诗词样式;
|
||||
- 预置多种排版样式(行间注、多栏、竖排等);
|
||||
- 多种预设字体族(仅限桌面端);
|
||||
- 简/繁体中文支持;
|
||||
- 自适应黑暗模式;
|
||||
- ~~中西文混排美化,不再手敲空格 👏(基于 JavaScript 脚本);~~
|
||||
- ~~全角标点挤压(基于 JavaScript 脚本);~~
|
||||
- 兼容 _normalize.css_、_CSS Reset_ 等常见样式重置;
|
||||
- 移动端支持;
|
||||
- ……
|
||||
|
||||
总之,用上就会变好看。
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue