From Wikipedia
An ‘index’ (plural: usually indexes , more rarely indices ; see below) is a list of words or phrases (‘headings’) and associated pointers (‘locators’) to where useful material relating to that heading can be found in a document or collection of documents. Examples are an index in the back matter of a book and an index that serves as a library catalog.
Tiddlywiki Indexer
Tiddlywiki indexer contains two parts:
-
an index-entries tiddler, where important words or phrases are stored
- this is simple (here a plain text) tiddler
- default title for this tiddler is
WikiIndexEntries
-
a macro to create the index
- here it is called
wiki-indexer
- the indexer indexes the Wiki based on preset fields, by default
title, tags, caption
are indexed - the scope of indexing can be set, the default is
[all[tiddlers]!is[system]]
- this macro is modular and one can customize it
NOTE: By default wiki-indexer
will index the whole wiki.
Example
- In tiddlywiki.com the
WikiIndexEntries
was created as below (few words/phrases will be indexed.)
Android Action ActionWidget Article
Bug
Command Concept Community Customize Chrome
Operator
Definition Debug
Edition Editor Edge
Feature Field Filter Firefox Font [[Filter Run Prefix]]
Google
Html
Icon Image Import Internet IOS
JavaScript
Keyboard
List Listops Linux Learning
Mathematics Mechanism Message Modules Mac Macro
Plugin Platforms
Reference Release Resource
Safari Saving SVG Stylesheet
Toolbar Table Tag Tutorial Template
Video Variable
Widget Windows Wikitext
- Then in another tiddler the indexer was called as
<<wiki-indexer scope:"[all[tiddlers]!is[system]]" fields:"title,tags,caption">>
This produces:
NOTE Wiki indexer will be published in the next update of Thinkup. I would appreciate ideas, comments, …