Obsidian properties are defined in all lowercase, we can use this to our advantage to easily determine which properties are defined by the user and which by the platform. - Property is used by Obsidian - `lowercase` - Property is used in JavaScript - `camelCasing` - Property is used in Content? - `Spaced Capitalization` ## Provided Properties | Property | Description | | ------------- | --------------------------------------------------------------------------------- | | `publish` | (checkbox) that determines if content should get published. | | `tags` | (list) Used in App and for Publish | | `permalink` | (text) the permalink for publish, use with `aliases` | | `aliases` | (list) Permalink alternatives, redirects in Publish. | | `cssclasses` | (list) Adds a class to the container of the content in app and for Publish. | | `description` | (text) 200 characters for description workaround for description privacy issue. | | `image` | (text) path or absolute path to image. | | `cover` | (text) path or absolute path to image. | ## Additional Global Functionality | Property | Description | | ---------- | ----------------------------------------------------------------- | | `css` | CSS that is inlined and loaded dynamically used with `cssclasses` | | `ascended` | (checkbox) Indicates if a node is considered important. | | `map` | (checkbox) Indicates if a node is a Map of Content. | ## Additional Specific Functionality #todo  Last Modified in %%`=dateformat(this.modified, "MM/dd/yyyy")`%%**10/28/2023**  Created in %%`=dateformat(this.created, "MM/dd/yyyy")`%%**10/23/2023**