You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combine page nav and search heading indexing (Auto-search content of pages #205) into one inside NodeProcessor, possibly managed in-memory by some Indexer abstraction of sorts (d.moderate)
both contains very similar duplicate logic (e.g. don't index unexpanded panel's content, but index its header)
the latter is performance hungry, requiring re-reading and parsing html files of Externals
Split up NodeProcessor further into separate files (d.easy)
Separate site conversion (d.easy) and live reload logic (d.moderate) from Site.js
Is your request related to a problem?
search heading indexing(Auto-search content of pages #205) into one insideNodeProcessor, possibly managed in-memory by someIndexerabstraction of sorts (d.moderate)ExternalsNodeProcessorfurther into separate files (d.easy)SiteConfig- pass down and use site config where appropriate (d.easy) #1986