Quote:
Originally Posted by BetterRed
Is there any way I can get a list of Tags in the order I entered them?
BR
|
I have submitted code to Kovid for a new formatter function "raw_list", an analog of the existing raw_field function. It returns the list in the order found in the db. Example:
Code:
{tags:'sublist(raw_list($, ','), 0, 1, ',')'}
The code is in source now.