mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 07:26:54 +00:00
Adjust documentation following pull #1378
This commit is contained in:
parent
08f6e7f624
commit
e6d204db0f
@ -1,5 +1,5 @@
|
||||
created: 20150124125646000
|
||||
modified: 20150124202917000
|
||||
modified: 20150127154154000
|
||||
tags: Concepts
|
||||
title: Order of Tagged Tiddlers
|
||||
|
||||
@ -12,4 +12,4 @@ When ~TiddlyWiki generates a list of the tiddlers that have a particular tag (e.
|
||||
|
||||
# In each remaining tiddler <<.place T>>, look for a <<.field list-after>> field. If this has a tiddler title as its value, place tiddler <<.place T>> just <<.em after>> that one.
|
||||
|
||||
# If any tiddlers still remain, place them at the end of the list. <!-- in alphabetical order if #1378 is accepted; then also update Tagging -->
|
||||
# If any tiddlers still remain, place them at the end of the list in ascending alphabetical order of title. The difference between capital and lowercase letters is ignored.
|
||||
|
@ -1,5 +1,5 @@
|
||||
created: 20140904075400000
|
||||
modified: 20150124202936000
|
||||
modified: 20150127154219000
|
||||
tags: [[Working with TiddlyWiki]] Concepts
|
||||
title: Tagging
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -33,7 +33,7 @@ You can use the [[tag manager|$:/TagManager]], found on the ''Tags'' tab under '
|
||||
|
||||
! Change the order in which tags are listed
|
||||
|
||||
By default, tagged tiddlers are listed in the order they were added to the wiki. The <<.olink sort>> operator can change the order to alphabetical.
|
||||
By default, tagged tiddlers are listed in alphabetical order.
|
||||
|
||||
If you want any other order, add a <<.flink ListField>> field to the tag tiddler, and set its value to be a [[list of the tiddlers|Title List]] in that order.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user