📄️ Fields
Fields in Obsidian are widely used to incorporate metadata into notes, either as frontmatter or inline fields.
📄️ Prefix
Title prefixes provide a customizable way to name notes.
📄️ Header & Footer
For the sake of brevity in our documentation, we will use the term marginals to collectively refer to headers and footers.
📄️ Links
Enhance your internal links by rendering custom React components, having a more interactive and expressive user experience.
📄️ CSS
With Typing, you can easily apply CSS styles or classes to note types.
📄️ Hooks
Hooks allow you to add callbacks to different events related to the notes of given type.
📄️ Actions
Actions are type-specific commands available only when a note of particular type is open.
📄️ Methods
Methods are inheritable functions defined inside type, available to all scripting environments inside
📄️ Scripting
@TODO
📄️ Hooks
Inheritance allows you to extract common attributes or methods into the parent classes.
📄️ Hidden Types
@TODO