-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
It is desirable to be able to pass startup parameters to TiddlyWiki as key value pairs on startup via the URL hash, such as index.html##readonly:yes#layout:mylayout
These parameters could be passed as a blob of JSON to action tiddlers tagged with a new system tag and would then be evaluated one after the other in tag order.
Potential use cases include:
- setting the wiki to read only:
readonly:yes
- changing layout based on a parameter:
layout:mylayout
- changing the content displayed based on a parameter
studentid=9341
- customizing permalink/permaview handing by moving the logic into wikitext:
open:HelloThere:HelloThere%20%5B%5BQuick%20Start%5D%5D
kookma
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Needs feedback