fakedarren / mootools-docs

Documentation. For MooTools.
MIT License
7 stars 2 forks source link

LocalStorage instant search #6

Open fakedarren opened 13 years ago

fakedarren commented 13 years ago

I would like to implement something a la moodoco.

We need to get the design and HTML structure down before we can do this (as ideally we would parse the output this uses, so we don't need two separate markdown parser engines).

Alternatively we could try parsing the docs into an intermediate structure.

We would also have to think about fallback for older IE.

fakedarren commented 13 years ago

http://cheeaun.com/projects/moodoco/core.html#Intro

kpobococ commented 13 years ago

Parsing docs int an intermediate structure seems best. Maybe even cache the intermediate structure so we don't have an unnecessary CPU loads ecery time.