I've created enough local wikis that I often cannot remember where I wrote something. I now generate a page full of references to get help from wiki's new full-text search.
I scrape one item from each Welcome Visitors page and convert it into a reference.
create-search.sh \ > ~/.wiki/search.localtest.me/pages/search
local-search
Search References
With this code in hand, the generated search page can serve as a table of contents for my local wiki. And I can re-generate the page from the current contents of my .wiki folder when necessary.
When I open the Search page, the neighborhood is populated with all of the referenced pages. With the neighborhood thus populated, full text search helps me find my notes.
Another, easier option is to paste the results of the following command into a roster element:
ls ~/.wiki | pbcopy
Compare Local Search Outpost