简体   繁体   English

如何将Wiki构建到iPhone应用程序中?

[英]How do I build a wiki into an iPhone app?

I want to build an iPhone app that is really a wrapper around a wiki. 我想构建一个iPhone应用程序,它实际上是围绕Wiki的包装。 Specifically, I have some static reference content that can be represented by a hyperlinked set of pages and want to build an app that will provide a nice interface over this content, including search, bookmarking, and annotating. 具体来说,我有一些静态参考内容,可以由一组超链接的页面表示,并且想要构建一个应用程序,该应用程序将为该内容提供一个不错的界面,包括搜索,添加书签和注释。 I'm wondering what the best approach is for building something like this. 我想知道构建这样的东西的最佳方法是什么。

(I'm spent a fair bit of time googling for answers but pretty much every combination of search terms I can think of returns links to wikis, not links about putting a wiki into an app). (我花了很多时间来寻找答案,但是我能想到的搜索词的几乎每一个组合都返回到Wiki的链接,而不是有关将Wiki放入应用程序的链接)。

Are there libraries out there for handling wiki content (rendering, navigating links etc.)? 是否有用于处理Wiki内容(渲染,导航链接等)的库? I imagine I could just represent my content as a set of local HTML pages and point the web browser control at these but that doesn't seem right. 我想我可以将我的内容表示为一组本地HTML页面,然后将Web浏览器控件指向这些页面,但这似乎并不正确。 Any ideas on how best to approach this in the iOS world? 关于如何在iOS世界中最好地解决此问题的任何想法?

Thanks in advance! 提前致谢!

Try looking at TWedit, it is a wrapper for the excellent TiddlyWiki which is a single file WIKI built around JavaScript and HTML. 尝试看一下TWedit,它是出色的TiddlyWiki的包装,该文件是基于JavaScript和HTML构建的单个WIKI文件。 TW is very powerful and well supported with many plugins available. TW非常强大,并且受到许多可用插件的良好支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM