esc to dismiss
x
v3.4.0

Feature version of v3.0.0.

Added

  • included_folders now allows a user to select the folders from the vault to include, the rest is "excluded". See also #451.
  • exclude_subfolders now also supports glob patterns. This affects both the copying step to the temporary folder, and the file tree generator (for when copying to temp dir is turned off).
  • Image titles can now be added alongside scaling, use for example:
  ![cat|100](200w.gif)
  ![[200w.gif|cat|100]]
  • Inclusions are now shown in the graph view with dotted edges. See also #425.

    • Can be turned off with:
      yaml graph: show_inclusions_in_graph: False
  • Note settings expanded, have a browse there.

  • Added homepage_label to Create Index from Directory Structure to overwrite the index list item to e.g. My homepage.
  • All localStorage calls are now wrapped to fail gracefully to allow a visitor to disable javascript if the compiled website is properly configured. See #352.
  • Folders with an associated folder note can now also be closed in the dirtree pane created by Create Index from Directory Structure. See #469.

Features

Bugfixes

Changes

  • Alterations in Create index from tags
  • Alterations in Embedded note title to accomodate changes in Obsidian
  • Enabling glob support required that values in exclude_subfolders now should start with a slash when excluding a specific folder. Excluding any folder with the given name, the starting slash should be dropped.
x