i am building a webapp that will have notes fields all over the place, but i dont know what kind of markup i should use.
我正在构建一个webapp,它将在整个地方都有注释字段,但我不知道我应该使用什么样的标记。
these are my requirements
这些是我的要求
- User must be able to change the text style (bold, italic, underlined)
- User must be able to create bullet lists
- User must be able to create numbered lists
- User must be able to change the font-size or use pre-definded headings
- User must be able to add links
- User must have a WYSIWYG - Editor that hides the actual markup
用户必须能够更改文本样式(粗体,斜体,下划线)
用户必须能够创建项目符号列表
用户必须能够创建编号列表
用户必须能够更改字体大小或使用预定义标题
用户必须能够添加链接
用户必须具有WYSIWYG - 编辑器,隐藏实际标记
the last one is the most important requirement, my target users struggle even with word, so using markup style input like here on * is not an option.
最后一个是最重要的要求,我的目标用户甚至用word来挣扎,所以在*上使用像这样的标记样式输入不是一个选项。
so what kind`s of markup do you know that fits ans has some fancy WYSIWYG - Editor? if you think that i missed a important requirement please feel free to suggest it.
所以你知道什么样的标记适合ans有一些花哨的WYSIWYG - 编辑?如果你认为我错过了一个重要的要求,请随时提出建议。
tia
1 个解决方案
#1
You'll need to check out tinyMCE.
你需要查看tinyMCE。
It's the best javascript-based WYSIWYG editor I've found.
这是我发现的最好的基于javascript的WYSIWYG编辑器。
#1
You'll need to check out tinyMCE.
你需要查看tinyMCE。
It's the best javascript-based WYSIWYG editor I've found.
这是我发现的最好的基于javascript的WYSIWYG编辑器。