#
Glossary
This glossary includes common Obsidian terminology.
#
Alias
An alias is a type of
#
Attachment
An attachment is an accepted file format that was created outside of the vault and added later.
#
Command
A command is an action that can be performed either by selecting it from the Command palette or by assigning it to a
#
Embed
Embedding means replacing a reference to external content with the content itself, for example to include an image in your note. See also Embed files.
#
Frontmatter
Frontmatter is a way to define
#
Graph
A graph is a visualization that highlights connections between
#
Hotkey
A hotkey is a keyboard shortcut for a
#
Link
A link references another note or file. An internal link points to a file located in the current vault. An external link points to a location outside the vault, typically a web page.
#
Main area
The main area is the central area of the Obsidian app, where you primarily edit
#
Markdown
Markdown is a markup language for formatting text and the primary file format used for notes in Obsidian, .md
files. See also Basic formatting syntax.
#
Note
A note is a Markdown file inside a
#
Plugin
A plugin extends Obsidian with additional features.
- Core plugins are written by the Obsidian team and included by default.
- Community plugins are written by third-party plugin developers and need to be installed before you can use them.
You can build your own plugin.
#
Pop-out window
By default, all notes within a vault opens in the same app window. A pop-out window lets you open notes from the same vault in separate windows, for example to display on a second screen.
See also Pop out windows.
#
Property
Properties define additional information about a note, such as a due date or author.
#
Ribbon
The ribbon functions as a container for frequently used action icons.
In the desktop version, it's the vertical area situated on the far left.
In the mobile version, it's represented by a menu button ( ) on the
#
Sidebar
An area that contains supporting
Obsidian desktop has two sidebars, one on each side of the
#
Snippet
A snippet, or CSS snippet, changes the appearance of Obsidian, just like a
#
Status bar
The status bar in the Obsidian application shows you essential statistics and statuses. In the desktop version, you'll find it in the bottom-right corner, while on mobile devices, it's positioned along the bottom of the app.
#
Tab
A tab contains a
#
Tab group
A tab group is a collection of
#
Tag
A tag is a word that starts with a hash (#
), for example #book
. Tags are primarily used to find related
#
Theme
A theme changes the appearance of the Obsidian app using CSS. You can override parts of a theme using
#
Vault
Aliases: local vault, local data
A vault is a folder on your file system which contains .obsidian
folder with Obsidian-specific configuration. See also How Obsidian stores data.
#
Remote vault
Aliases: Remote data
A remote vault is a copy of your local vault that is maintained with Obsidian Sync. The remote vault data is updated based on changes to local data.
#
View
A view displays information, for example the Search view.