mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-17 11:02:11 -07:00
Fix sorting of TW2.x tiddlers
Need to do a case-sensitive sort for compatibility
This commit is contained in:
parent
27f77f729f
commit
14a380ca5f
1 changed files with 2 additions and 2 deletions
|
|
@ -46,11 +46,11 @@ Welcome to TiddlyWiki created by Jeremy Ruston; Copyright © 2004-2007 Jerem
|
|||
<div id="contentWrapper"></div>
|
||||
<div id="contentStash"></div>
|
||||
<div id="shadowArea">
|
||||
<<include "[prefix[{shadow}]] +[sort[title]]" application/x-tiddler-html-div removePrefix:"{shadow}">>
|
||||
<<include "[prefix[{shadow}]] +[sort-case-sensitive[title]]" application/x-tiddler-html-div removePrefix:"{shadow}">>
|
||||
</div>
|
||||
<!--POST-SHADOWAREA-->
|
||||
<div id="storeArea">
|
||||
<<include "[prefix[{tiddler}]] +[sort[title]]" application/x-tiddler-html-div removePrefix:"{tiddler}">>
|
||||
<<include "[prefix[{tiddler}]] +[sort-case-sensitive[title]]" application/x-tiddler-html-div removePrefix:"{tiddler}">>
|
||||
<<include "[prefix[{plugin}]]" text/plain>>
|
||||
<<include "[prefix[{posttiddlers}]]" text/plain>>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue