富文本编辑器 Android YRichEditor
- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/YeDaxia/Android-YRichEditor
- 软件文档: https://github.com/YeDaxia/Android-YRichEditor
- 官方下载: https://github.com/YeDaxia/Android-YRichEditor.git
软件介绍
Android 原生的富文本编辑器
# Demo 下载
功能
1. 支持图文并排。
2. 支持加粗和链接。
3. 支持本地图片和网络图片。
4. 自定义图片加载和图片上传。
Html输出
1. 图片,标题,段落作为一级标签。
2. 加粗,链接作为段落的内嵌标签。
示例:
<h1>这是一级标题</h1> <p>段落1<a href="http://heiman.com">hei man</a></p> <p>段落2<b>我是加粗部分</b>hello<br></p> <img src="http://github.com/pic.png" width="100", height="100"/> <p>段落3<b>加粗加粗加粗<br>加粗加粗加粗</b></p>
更多
详细使用请查看示例,有关原理可以查看这里
感谢:
- XRichText: https://github.com/sendtion/XRichText
- cwac-richedit: https://github.com/commonsguy/cwac-richedit
- Html解析库Jsoup:https://jsoup.org/
Practical Django Projects, Second Edition
James Bennett / Apress / 2009 / 44.99
Build a django content management system, blog, and social networking site with James Bennett as he introduces version 1.1 of the popular Django framework. You’ll work through the development of ea......一起来看看 《Practical Django Projects, Second Edition》 这本书的介绍吧!
