1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 19:23:29 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/features/SafeMode.tid

27 lines
1.1 KiB
Plaintext
Raw Normal View History

2014-04-19 08:36:08 +00:00
created: 20140419082845576
modified: 20160610082458079
2014-09-12 15:05:37 +00:00
tags: Features
2014-04-19 08:36:08 +00:00
title: SafeMode
type: text/vnd.tiddlywiki
! Introduction
Safe mode provides a way to disabling most customisations in TiddlyWiki. This is useful because if TiddlyWiki is customised incorrectly it can be rendered inoperable. A particular issue is that some customisations break when upgrading to a newer core version of TiddlyWiki (especially during the beta).
! Enabling Safe Mode
Safe mode is enabled in the browser by starting TiddlyWiki with the URL hash set to the string `#:safe`. For example:
https://tiddlywiki.com/#:safe
2014-04-19 08:36:08 +00:00
! How Safe Mode Works
2014-09-08 18:52:16 +00:00
Safe mode triggers two changes:
* All plugins are temporarily disabled. You can use the [[control panel|$:/ControlPanel]] {{$:/core/images/options-button}} to disable individual plugins
2014-09-08 18:52:16 +00:00
* Any tiddlers that override shadow tiddlers are renamed to give them the prefix `SAFE: `, thus restoring the underlying shadow tiddler
* Certain configuration options are ignored, and the default settings used instead:
** WikiParserRuleConfiguration
2014-04-19 08:36:08 +00:00
A report tiddler is displayed that allows you to inspect the tiddlers that were renamed.