livekeys icon indicating copy to clipboard operation
livekeys copied to clipboard

Add Documentation within Editor

Open dinusv opened this issue 6 years ago • 0 comments

Sample code:

Documentation
DocumentationIndexer[qml]

DocumentationUrl durl = DocumentationIndexer[qml].find("opencv.contrib.core", "TLDTracker", "speed")
durl.type == "html" => return QmlComponent("html").load(durl)
durl.type == "md" => return QmlComponent("md").load(durl)

dinusv avatar Apr 06 '18 10:04 dinusv