wkeese / old-api-viewer

Old viewer for output of old js-doc-parse, replaced by https://github.com/dojo/dapi
22 stars 10 forks source link

Type ahead find/search #44

Open dylans opened 12 years ago

dylans commented 12 years ago

Now that the API docs are so much more comprehensive, the newest complaint is the tree, and the lack of a search option in the UI.

Not sure how we would best implement this.

flankwhistlevanish commented 12 years ago

I would like to view the entire API as a single page so I can use the browser's text search. If the entire API is too large to load as a single page it would still be useful to download the API docs as a single text/html file and search it with a text editor.

wkeese commented 12 years ago

Not sure if the typical browser could handle the entire API on one page, but it's an interesting idea.

I agree that there should be some kind of search function. Not easy to implement though.