mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-05 18:20:38 -08:00
[v5.4.0] Update configuration defaults (#9107)
* Change default sidebar layout to fluid-fixed * Default to not wrapping code blocks * codewrapping should be "pre" not "no" Co-authored-by: Leilei332 <LeiYiXia29@outlook.com> * Info panel should stay open by default --------- Co-authored-by: Leilei332 <LeiYiXia29@outlook.com>
This commit is contained in:
parent
5a4ff56477
commit
64fce62075
2 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
title: $:/config/TiddlerInfo/Mode
|
||||
text: popup
|
||||
text: sticky
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
title: $:/themes/tiddlywiki/vanilla/options/
|
||||
|
||||
stickytitles: no
|
||||
sidebarlayout: fixed-fluid
|
||||
codewrapping: pre-wrap
|
||||
sidebarlayout: fluid-fixed
|
||||
codewrapping: pre
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue