与 Wiki 源一起使用的 JavaScript edit-inplace-holders
我想动态解析文本维基内容。 我发现 JsWiki 但它处于测试版形式,看起来没有社区,甚至没有开发人员)。 任何其他?
I'd like to dynamicly parse in text wiki-content.
I found JsWiki but its in beta form, and looks like with no community even developers). Any other?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这取决于您所说的维基内容是什么意思。 正如 wiki 文本有多种格式一样,有许多 wiki 框架。 如果您正在寻找解析 mediawiki 内容的工具,例如 wikipedia,这里有一个不错的解析器列表< /a>. 有些是基于 Javascript 的,我对其中一个 InstaView 有着很好的体验。
您可能只是在寻找一种简单标记的形式,在这种情况下,您可以尝试使用像 ShowDown 这样的库 相反。
It depends what you mean by wiki content. There are many wiki frameworks just as there are many formats for wiki text. If you're looking for something that parses mediawiki content, such as wikipedia, there's a good list of parsers here. Some are Javascript based and I've had a good experience with one of them, InstaView.
It may be that you're just looking for a form of simple markup, in which case you could try using a library like ShowDown instead.
如果您使用的话,您可以使用 Ra-Ajax InPlaceEdit 来完成此类操作ASP.NET。 它没有自动内置的 wiki 解析,但它允许添加您想要的任何控件,包括 LinkButtons 和 Literals,然后您可以使用您自己想要的 HTML 构建它们......
You could use the Ra-Ajax InPlaceEdit for such things if you're on ASP.NET. It doesn't have automated built in wiki parsing, but it allows for adding up any control you wish including LinkButtons and Literals which you can then build up with the HTML you want yourself...
还有另一个漂亮的(仅)基于 Javascript 的 wiki 编辑器。 我只是喜欢这个想法本身。 查看 TiddlyWiki
There is another beautiful Javascript (only) based wiki editor. I just loved the idea itself. Check it out TiddlyWiki