This project demonstrates the creation of a full-text searchable dictionary for the Vilani language. The project uses the minisearch library (stored in the js directory) to provide the full-text search feature.
Load the index.html file into a browser.
Enter text in the searchbox and tap the enter key or click the search button.
The dictionary data is stored in the data/data.js file as an array of Javascript objects and may be edited with a text editor.
Field | Description |
---|---|
id | A unique numeric id for the word |
word | The word in Vilani |
meaning | The meaning of the word, e.g., definition |
The Traveller game in all forms is owned by Far Future Enterprises. Copyright 1977 - 2021 Far Future Enterprises. Traveller is a registered trademark of Far Future Enterprises. Far Future permits web sites and fanzines for this game, provided it contains this notice, that Far Future is notified, and subject to a withdrawal of permission on 90 days notice. The contents of this site are for personal, non-commercial use only. Any use of Far Future Enterprises's copyrighted material or trademarks anywhere on this web site and its files should not be viewed as a challenge to those copyrights or trademarks. In addition, any program/articles/file on this site cannot be republished or distributed without the consent of the author who contributed it.