Backlinks
- /recipes/{recipe_name}
- /search
- Auth Model
- Create an Instance
- Creating Entities In the Store
- Customizing TiddlyWeb
- Features
- HTTP API
- How do I add a user?
- How do I give a user a role?
- Lego Pieces Model
- Quick Start
- Request Overview
- Retrieving Tiddlers From Store
- Server Request Model
- StorageInterface
- StoreSet
- TiddlyWeb Admin Tasks
- TiddlyWeb Plugin Tutorial
- adduser
- challenger
- collections.use_memory
- handler
- instance
- interact
- recipe
- serializer
- server_store
- special_bag_detectors
- store hooks
- tiddlywebplugins.gitstore
- tiddlywebplugins.migrate
- twanager
- twinstance
- userpass
- Open Source@totw
A store is the TiddlyWeb name for the system that provides persistent storage of recipe, bag, tiddler, and user entities. A TiddlyWeb installation only directly uses one store per instance, but stores themself can use one or more other stores. The store used is determined by configuration of the instance.
TiddlyWeb defaults to simple text files in a directory hierarchy store. There are many other options available via plugins.