Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomortec/hexoposteditor
一个更加便于Hexo博客撰写的编辑器。 A markdown editor for writing Hexo posts more conveniently.
https://github.com/tomortec/hexoposteditor
Last synced: about 2 months ago
JSON representation
一个更加便于Hexo博客撰写的编辑器。 A markdown editor for writing Hexo posts more conveniently.
- Host: GitHub
- URL: https://github.com/tomortec/hexoposteditor
- Owner: Tomortec
- License: gpl-3.0
- Created: 2022-01-20T14:39:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T03:09:00.000Z (almost 3 years ago)
- Last Synced: 2023-10-27T07:37:35.533Z (about 1 year ago)
- Language: C++
- Size: 424 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HexoPostEditor
#### 版本 Verison 1.0.0
一个更加便于Hexo博客撰写的编辑器。
A markdown editor for writing Hexo posts more conveniently.## 特点 Features
+ HexoPostEditor 可以实时渲染 Markdown 文件,即便使用了 Hexo 的特殊语法,例如 [资源文件夹](https://hexo.io/zh-cn/docs/asset-folders)、[Front-matter](https://hexo.io/zh-cn/docs/front-matter) 等
+ HexoPostEditor 渲染的 Markdown 页面支持 代码Highlight 和 Latex
+ HexoPostEditor 支持 Markdown 语法高亮
+ HexoPostEditor 可以通过 GUI 添加 Markdown 语法,即便不会 Markdown 语法也没有关系
+ HexoPostEditor 可以一键 Generate, Clean, Server, Depoly Hexo 博客文章
+ HexoPostEditor 内置了一个 Terminal, 可以通过其执行 Hexo 命令
+ HexoPostEditor 将推出多语言版本(目前开发版本以英文为主)+ HexoPostEditor can render Markdown files in real time, even if it uses Hexo's special syntax, such as [Assets Folder](https://hexo.io/docs/asset-folders)、[Front-matter](https://hexo.io/docs/front-matter), etc.
+ The rendered Markdown page supports codes highlighting and Latex
+ Supports Markdown syntax highlighting
+ Markdown syntax can be added through the GUI
+ Generate, Clean, Server, Depoly Hexo blog posts by one click
+ There is a built-in terminal through which Hexo commands can be executed
+ Multiple languages## 运行及开发环境 Environment
`C++`
`Qt >= 6.2` (包括 Qt 5 Compatibility Module、Qt WebEngine、Qt WebChannel、Qt WebView 等模块)
开发时使用的运行环境:
`npx = 6.14`
`Hexo = 5.4`
`C++`
`Qt >= 6.2` (Qt 5 Compatibility Module、Qt WebEngine、Qt WebChannel、Qt WebView modules are needed)
Running environment used during development:
`npx = 6.14`
`Hexo = 5.4`## 注意 Caution
HexoPostEditor 目前完全在 运行于 M1 芯片的 MacOS 上开发,Windows上的兼容性及潜在的 Bug 并未得到验证和发现。At present, HexoPostEditor is completely developed on MacOS running on M1 chip. The compatibility and potential bugs on windows have not been verified and found.
## 开源许可 License
HexoPostEditor 基于 [GPL v3](https://www.gnu.org/licenses/gpl-3.0.html) 开源。HexoPostEditor is released under [GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)
## 贡献者 Contributors
@[LeoZhao](https://github.com/LMLAZ) and @[AlbertChen](https://github.com/TomortecAlbert) from Tomortec.
Contact us:
Visit our Homepage:
Copyright © 2021-2022 Tomortec