Rich Text Edit for ios(富文本编辑)

Rich Text Edit for ios(富文本编辑),第1张

概述The Omni Group also released some code that could be the start of a rich-text editor. http://github.com/omnigroup/OmniGroup/tree/master/Frameworks/OmniUI/iPad/Examples/TextEditor/ Based on Core Text.

The Omni Group also released some code that Could be the start of a rich-text editor.

http://github.com/omnigroup/OmniGroup/tree/master/Frameworks/OmniUI/iPad/Examples/TextEditor/

Based on Core Text.



https://github.com/lukeredpath/LRLinkableLabelIt supports formatting for links,but not richer formats.TrIEd it with CoreText yet?


I7CoreTextExample is one such example.


Here's an attempt at a fully implemented one: http://www.cocoanetics.com/parts/dtrichtexteditor/


Joust is a simple yet powerful HTML editor programmed for Mac OS X using Cocoa frameworks. Includes live prevIEwing and helpful programming tools.

http://sourceforge.net/projects/joustedit/

 

A Cocoa - Based HTML editor,for free,using safari SDK for prevIEwing.

http://sourceforge.net/projects/cocoapage/

 

CodeMax is a simple and fast text editor with Syntax highlighting for many types of source code like HTML,PHP,Ruby,Phyton,Objective C or JavaScript.

http://sourceforge.net/projects/codemax/

 

 

RevIEw CoffeeCup HTML Editor is a complete tool for designing with HTML and CSS at the same application.
The main window is really compossed of three windows: Code editor,Visual editor and PrevIEw.
The Code editor tab makes the application to show the HTML+CSS code window,so user can type and insert or vary whatever is necessary to accomplish the desired function.
The Visual editor tab ask the user to save the htm file before it displays the page as it is. In this mode,user can drag and drop text and images and see directly what happend when changes are made.
The PrevIEw tab makes the application to show the created web page in the browser environment,to double check that output file will correctly work within a web browser.
User's project can be uploaded by using the built-in FTP upload server. The application will check for broken links,documents dependences (images,external JavaScripts,external CSS files,etc.),so the web site will work properly.
The Editor also offers CSS+xhtml layouts to choose and start creating frameworks for user web site. These layouts can be modify and stylesheets swapped for easy development.
tables,Fonts,frames,forms,etc.,are also ready to be inserted and dimensioned for the user to build whatever is necessary for the project.
Backgrounds,icons,toolbar buttons,blog icons, image borders,etc. are also available to insert into the desired part of the project.

http://coffeecup-html-editor.software.informer.com/

 

PowerPlot

http://www.iosopensource.com/frameworks/6/

 

Core Plot is a plotting framework for Mac OS X and iOS. It provIDes 2D visualization of data,and is tightly integrated with Apple technologIEs like Core Animation,Core Data,and Cocoa Bindings. [View

http://www.iosopensource.com/frameworks/4/

 

What if images on the iPhone were as easy as HTML? — Read more

http://www.voidcn.com/tag/https://github.com/enormego/EGOImageLoading

 

https://github.com/honcheng/RTLabel

simple rich text display for iOS using HTML-like markups

 

Parses a tiny subset* of HTML into a drawable data structure. Because UIWebVIEw is way too slow,and you can't "draw" NSAttributedStrings the same way as Nsstrings (drawInPoint: drawInRect: etc),and NSAttributedStrings lack useful things such as links and image rendering.* Supported Tags/attributes:- b- a- i- brTodo:- trim adjacent spaces in the same manner as HTML renderers- delegate link callbacks- images-- delegate image callbacks- blockquote- underline- strikethroughNice to have:- Font Tags,with attributes such as Font size,color- image align attribute

A rich text vIEw for iOS with basic HTML rendering

https://github.com/briancollins/BCTextView

 

Text displays in correct orientation and is split into two columns

https://github.com/danhollywells/iPad-CoreText-Test

 

iPad app to vIEw and fill-out HTML forms — Read more

https://github.com/geoffhom/HTML-Form-Viewer

 

An Cocoa touch framework for rendering Markdown to HTML

https://github.com/jeffremer/touchdown

 

 

EGOTextVIEw is a complete drop in replacement for UITextVIEw created by enormego,that adds support for Rich Text Editing.

EGOTextVIEw is tested to work with with iPhone OS 4.0 and newer.

https://github.com/enormego/EGOTextView

 

KSHTMLWriter

If you specifically need to generate (X)HTML,use KSHTMLWriter. It adds:

Many convenIEnce methods for writing common HTML elements and attributes KNowledge of whether an element should be written inline or on its own newline If you enable it,support for HTML 4 and earlIEr by writing empty elements as <br>

http://cocoaobjects.com/kshtmlwriter/

总结

以上是内存溢出为你收集整理的Rich Text Edit for ios(富文本编辑)全部内容,希望文章能够帮你解决Rich Text Edit for ios(富文本编辑)所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1061978.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-25
下一篇 2022-05-25

发表评论

登录后才能评论

评论列表(0条)

保存