This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

InfoMechanism

19th August 2025 at 6:18pm

System tiddlers in the namespace $:/info/ are used to expose information about the system (including the current browser) so that WikiText applications can adapt themselves to available features.

Information Tiddlers

TitleDescription
$:/info/startup-timestampIntroduced in v5.1.23 Startup timestamp in TiddlyWiki date format
$:/info/browserRunning in the browser? ("yes" or "no")
$:/info/mobileIntroduced in v5.2.3 Is running on a mobile device? ("yes" or "no" - eg, )
$:/info/browser/languageIntroduced in v5.1.20 Language as reported by browser (note that some browsers report two character codes such as en while others report full codes such as en-GB)
$:/info/browser/screen/widthScreen width in pixels
$:/info/browser/screen/heightScreen height in pixels
$:/info/browser/window/*New in v5.4.0 Tiddlers reporting window dimensions, updated when the windows are resized
$:/info/nodeRunning under Node.js? ("yes" or "no")
$:/info/url/fullIntroduced in v5.1.14 Full URL of wiki (eg, )
$:/info/url/hostIntroduced in v5.1.14 Host portion of URL of wiki (eg, )
$:/info/url/hostnameIntroduced in v5.1.14 Hostname portion of URL of wiki (eg, )
$:/info/url/originIntroduced in v5.1.14 Origin portion of URL of wiki (eg, )
$:/info/url/pathnameIntroduced in v5.1.14 Pathname portion of URL of wiki (eg, )
$:/info/url/portIntroduced in v5.1.14 Port portion of URL of wiki (eg, )
$:/info/url/protocolIntroduced in v5.1.14 Protocol portion of URL of wiki (eg, )
$:/info/url/searchIntroduced in v5.1.14 Search portion of URL of wiki (eg, )
$:/info/darkmodeIntroduced in v5.1.23 Is dark mode enabled? ("yes" or "no")

Main Window Dimension Tiddlers

New in v5.4.0 These tiddlers reports the dimensions of the main TiddlyWiki window and are updated automatically whenever the main window is resized.

TitleDescription
$:/info/browser/window/system/main/outer/widthFull browser window including chrome, tabs, toolbars
$:/info/browser/window/system/main/outer/heightFull browser window including chrome, tabs, toolbars
$:/info/browser/window/system/main/inner/widthViewport width including scrollbars
$:/info/browser/window/system/main/inner/heightViewport height including scrollbars
$:/info/browser/window/system/main/client/widthContent width excluding scrollbars
$:/info/browser/window/system/main/client/heightContent height excluding scrollbars

User-Created Window Dimension Tiddlers

New in v5.4.0 These tiddler reports the dimensions of additional windows opened via tm-open-window. The windowID used when opening the window is used to identify the corresponding info tiddlers. These tiddlers are updated automatically whenever the main window is resized.

TitleDescription
$:/info/browser/window/user/<windowID>/outer/widthFull browser window including chrome, tabs, toolbars
$:/info/browser/window/user/<windowID>/outer/heightFull browser window including chrome, tabs, toolbars
$:/info/browser/window/user/<windowID>/inner/widthViewport width including scrollbars
$:/info/browser/window/user/<windowID>/inner/heightViewport height including scrollbars
$:/info/browser/window/user/<windowID>/client/widthContent width excluding scrollbars
$:/info/browser/window/user/<windowID>/client/heightContent height excluding scrollbars