KO
|
EN
gitlite — search
Search
#php
#hacktoberfest
#java
#python
#android
#plugin
#puppet
#docker
#dns
#javascript
#r
#2d
QtMarkdown
★ 36
Open GitHub ↗
Markdown Parser, Render and Editor for Qt
Download README (.md)
Explore Similar Repositories
Catur
:
Bot Auto Chess.com
Takin
:
A Python toolkit for file processing, text cleaning and data splitting. 文件处理,文本清洗和数据划分的python工具包。
ibmi-oss-resources
:
Important resources for anyone interested in open source on IBM i
secret
:
Encrypt anything with a password
eventuals
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
QtMarkdown
?
Download (.md)
# QtMarkdown 一个简单的基于Qt的Markdown解析器和编辑器。 ## Feature - [x] Markdown的解析和渲染 - [x] CheckBox交互,点击选中或者选中 - [x] Link交互,如用浏览器打开链接 - [x] Image交互,如播放GIF动画 - [ ] Image地址编辑 - [ ] 粘贴图片 - [x] Redo & Undo ## 快照    ## 参考资料 ### Parser - https://github.com/sevenjay/cpp-markdown - https://github.com/progsource/maddy ### Render & Editor - https://github.com/texmacs/texmacs - [用C++实现富文本控件(上): 核心](https://zhuanlan.zhihu.com/p/55482269) - [用C++实现富文本控件(中): 撤销](https://zhuanlan.zhihu.com/p/55562554) - [用C++实现富文本控件(下): 高层](https://zhuanlan.zhihu.com/p/55753438) - [Text Editor: Data Structures](https://www.averylaird.com/programming/the%20text%20editor/2017/09/30/the-piece-table/) - [Design & Implementation of a Win32 Text Editor](http://www.catch22.net/tuts/neatpad#) - paper Data Structures for Text Sequences