Helper methods and properties relevant to the current Post object. (commonly $post)
Listed below are the available methods and properties.
Data is a built-in Chalk extension, similar to Macros, which enables quick and easy access to additional Graffiti data. ($data)
Listed below are the available methods and properties.
SiteSettings is a global item that contains information about the entire site. You can access this object from the data object ($data.Site).
Listed below are the available methods and properties.
Data about a particular user. ($user, $post.User)
Listed below are the available methods and properties.
Urls returns different paths to your website. ($urls)
Listed below are the available methods and properties.
Macros is a helper tool loaded by Graffiti on every page request. ($macros)
Listed below are the available methods and properties.
While we believe we are providing you with just about everything you need to build and design a great site out of the box, we still wanted to make it really easy to plug your own code into Graffiti. Extending Chalk is very simple. Add a reference to Graffiti.Core.dll Add the ChalkAttribute to the class...