Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Natumsol/obsidian-pangu
为 Obsidian 笔记加上「盘古之白」,排版强迫症者的福音。 | A small plugin aims to add space between Chinese Characters and English Alphabet, and it is a boon for typographically compulsive people.
https://github.com/Natumsol/obsidian-pangu
obsidian obsidian-md obsidian-plugin
Last synced: about 1 month ago
JSON representation
为 Obsidian 笔记加上「盘古之白」,排版强迫症者的福音。 | A small plugin aims to add space between Chinese Characters and English Alphabet, and it is a boon for typographically compulsive people.
- Host: GitHub
- URL: https://github.com/Natumsol/obsidian-pangu
- Owner: Natumsol
- Created: 2021-02-26T08:18:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T07:37:49.000Z (about 2 years ago)
- Last Synced: 2024-06-10T09:46:33.152Z (6 months ago)
- Topics: obsidian, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 63.5 KB
- Stars: 74
- Watchers: 3
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
- awesome-obsidian-zh - Natumsol/obsidian-pangu
README
## Obsidian Pangu Plugin
A small plugin aims to add space between Chinese Characters and English Alphabet, and it is a boon for typographically compulsive people. For Example:
```diff
- 大多数人在20到30岁就已经过完自己的一生;一过了这个年龄段,他们就变成自己的影子。
+ 大多数人在 20 到 30 岁就已经过完自己的一生;一过了这个年龄段,他们就变成自己的影子。
```## Manual installation
Download zip archive from [GitHub releases page](https://github.com/natumsol/obsidian-pangu/releases).
Extract the archive into `/.obsidian/plugins`.Alternatively, using bash:
```bash
OBSIDIAN_VAULT_DIR=/path/to/your/obsidian/vault
mkdir -p $OBSIDIAN_VAULT_DIR/.obsidian/plugins
unzip ~/Downloads/obsidian-pangu_v1.1.0.zip -d $OBSIDIAN_VAULT_DIR/.obsidian/plugins
```### Thanks
Thanks to [pangu.vim](https://github.com/hotoo/pangu.vim), [writing4cn](https://marketplace.visualstudio.com/items?itemName=twocucao.writing4cn) and [pangu-markdown-vscode ](https://github.com/zhuyuanxiang/pangu-markdown-vscode)