富文本编辑器 Android YRichEditor

码农软件 · 软件分类 · 可视化HTML编辑器 · 2019-04-06 18:27:04

软件介绍

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/
 

本文地址:https://www.codercto.com/soft/d/3006.html

Practical Django Projects, Second Edition

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》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换