Skip to content

obsidian/augmentations/views

ClassDescription
EditableFileViewEditable file view
FileViewFile view
ItemViewA view that displays an item.
MarkdownViewA view for markdown files.
TextFileViewThis class implements a plaintext-based editable file view, which can be loaded and saved given an editor. Note that by default, this view only saves when it’s closing. To implement auto-save, your editor should call this.requestSave() when the content is changed.
ViewBase class for all views.