Skip to content

Settings

Marius Svarverud edited this page Sep 12, 2024 · 1 revision

General Settings

Auto Reveal

  • Type: Toggle
  • Default: Enabled

Automatically reveals the active file in the Structured Tree view. When you open a new note, it will be revealed in the tree.

Custom Resolver

  • Type: Toggle
  • Default: Disabled

Uses a custom resolver for references, embeds, and links. If enabled it will show the title field as the name of the note when you link to it. Requires reopening or reloading the editor after changing.

Properties

Auto-generate Properties

  • Type: Toggle
  • Default: Enabled

Automatically generates properties for new files.

ID Property

  • Type: Toggle
  • Default: Enabled
  • Note: Only available when Auto-generate Properties is enabled.

Generates a 23-character long, unique alphanumeric ID for new files.

Created Date Property

  • Type: Toggle
  • Default: Enabled
  • Note: Only available when Auto-generate Properties is enabled.

Generates a property that stores the creation date of new files.

Tag Property

  • Type: Toggle
  • Default: Enabled
  • Note: Only available when Auto-generate Properties is enabled.

Generates a tag property for native Obsidian tags.

Special Properties

ID Key

  • Type: Text input
  • Default: "id"

Specifies the property key to use for the note ID.

Title Key

  • Type: Text input
  • Default: "title"

Specifies the property key to use for the note title in the Tree and Lookup.

Description Key

  • Type: Text input
  • Default: "desc"

Specifies the property key to use for note description in Lookup.

Reset Property Keys

  • Type: Button

Resets the ID, Title, and Description keys to their default values.

Vaults

Add Vault

  • Type: Button
  • Note: Opens a modal to input vault name and path.

Adds a new vault to the plugin configuration.

Remove Vault

  • Type: Button (Available for each configured vault)

Removes a configured vault from the plugin.

Experimental Features

Enable Canvas Support

  • Type: Toggle
  • Default: Disabled
  • Note: This feature is experimental and may contain bugs.

Enables support for displaying .canvas files in the tree.

Custom Graph Engine

  • Type: Toggle
  • Default: Disabled
  • Note: This feature is experimental and may contain bugs.

Uses a custom graph engine to render graphs.

Clone this wiki locally