Sort the edit content type dropdown groups more sensibly

Now we put the developer stuff at the bottom instead of the top…
This commit is contained in:
Jermolene 2016-11-28 14:01:09 +00:00
parent cf28eeb2a1
commit c02c3a06e0
14 changed files with 14 additions and 1 deletions

View File

@ -2,3 +2,4 @@ title: $:/language/Docs/Types/application/javascript
description: JavaScript code
name: application/javascript
group: Developer
group-sort: 2

View File

@ -2,3 +2,4 @@ title: $:/language/Docs/Types/application/json
description: JSON data
name: application/json
group: Developer
group-sort: 2

View File

@ -2,3 +2,4 @@ title: $:/language/Docs/Types/application/x-tiddler-dictionary
description: Data dictionary
name: application/x-tiddler-dictionary
group: Developer
group-sort: 2

View File

@ -2,3 +2,4 @@ title: $:/language/Docs/Types/image/gif
description: GIF image
name: image/gif
group: Image
group-sort: 1

View File

@ -2,3 +2,4 @@ title: $:/language/Docs/Types/image/jpeg
description: JPEG image
name: image/jpeg
group: Image
group-sort: 1

View File

@ -2,3 +2,4 @@ title: $:/language/Docs/Types/image/png
description: PNG image
name: image/png
group: Image
group-sort: 1

View File

@ -2,3 +2,4 @@ title: $:/language/Docs/Types/image/svg+xml
description: Structured Vector Graphics image
name: image/svg+xml
group: Image
group-sort: 1

View File

@ -2,3 +2,4 @@ title: $:/language/Docs/Types/image/x-icon
description: ICO format icon file
name: image/x-icon
group: Image
group-sort: 1

View File

@ -2,3 +2,4 @@ title: $:/language/Docs/Types/text/css
description: Static stylesheet
name: text/css
group: Developer
group-sort: 2

View File

@ -2,3 +2,4 @@ title: $:/language/Docs/Types/text/html
description: HTML markup
name: text/html
group: Text
group-sort: 0

View File

@ -2,3 +2,4 @@ title: $:/language/Docs/Types/text/plain
description: Plain text
name: text/plain
group: Text
group-sort: 0

View File

@ -2,3 +2,4 @@ title: $:/language/Docs/Types/text/vnd.tiddlywiki
description: TiddlyWiki 5
name: text/vnd.tiddlywiki
group: Text
group-sort: 0

View File

@ -2,3 +2,4 @@ title: $:/language/Docs/Types/text/x-tiddlywiki
description: TiddlyWiki Classic
name: text/x-tiddlywiki
group: Text
group-sort: 0

View File

@ -10,7 +10,7 @@ tags: $:/tags/EditTemplate
<$reveal state=<<qualify "$:/state/popup/type-dropdown">> type="nomatch" text="" default="">
<div class="tc-block-dropdown tc-edit-type-dropdown">
<$linkcatcher to="!!type">
<$list filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]each[group]sort[group]]'>
<$list filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]each[group]sort[group-sort]]'>
<div class="tc-dropdown-item">
<$text text={{!!group}}/>
</div>