Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 535 Bytes

helpers.md

File metadata and controls

28 lines (16 loc) · 535 Bytes

#Global Helpers#

######Significant Numbers Turns '449.02' to '449'

{{significant var}}

######Relative Time Turns '1518905233736.0' into '5 mins ago'

{{relativeTime dateTime}}

######Parse \n to
Turns 'Hello\nWorld' into 'Hello
World'

{{{nlToBr text}}}

Notice the three {{{ text }}}, this is required to parse html in Blaze

######Profile Picture Return the users profile picture as a thumbnail or the original size (default to large if no size is defined)

{{profilePicture small}}

or

{{profilePicture large}}