mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
15 lines
459 B
Plaintext
15 lines
459 B
Plaintext
|
created: 20161015121727194
|
||
|
modified: 20161015121728291
|
||
|
tags: PluginMechanism
|
||
|
title: Disabling Plugins
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
!! Disabling Plugins
|
||
|
|
||
|
Plugins can be disabled by creating a tiddler titled `$:/config/Plugins/Disabled/` concatenated with the plugin title, and setting its text to `yes`.
|
||
|
|
||
|
For example, to disable the plugin `$:/plugins/tiddlywiki/highlight`, the title would be:
|
||
|
|
||
|
```
|
||
|
$:/config/Plugins/Disabled/$:/plugins/tiddlywiki/highlight
|
||
|
```
|