Skip to content

Releases: GOODJINC/obsidian-attachment-type-icons

1.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 06:57

Review compatibility fix

  • Correct the declared minimum Obsidian version from 1.7.0 to 1.8.7.
  • Align compatibility metadata with the getLanguage() API used for Obsidian app-language detection.
  • Update the English and Korean installation requirements.

No feature behavior changed from 1.1.0.

1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 06:47

What's new

  • Add custom file types with configurable names, icons, and extensions.
  • Optionally match file types by vault folder, with folder path suggestions while typing.
  • Reorder rules with priority controls; matching folder-specific rules take precedence over general rules.
  • Choose whether icons appear before or after link text.
  • Show the settings UI in Korean when Obsidian's app language is Korean, with English used for all other languages.
  • Add clear matching-priority examples to the English and Korean documentation.

Requires Obsidian 1.7.0 or later.

1.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 02:20

Review fix

  • Replaced the settings heading text with the generic File types heading, as required by the plugin review.
  • Retains the author metadata, MIT license, automated release assets, and verified build provenance attestations added in 1.0.1.

1.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 02:11

Review fixes

This release resolves the initial community-plugin review feedback.

Fixed

  • Added the required author metadata to manifest.json.
  • Replaced the direct settings heading element with the standard Obsidian settings heading API.
  • Added the MIT license.

Security

  • GitHub Actions now generates build provenance attestations for main.js and styles.css.
  • Release automation builds, validates, attests, and attaches the required Obsidian plugin files.

1.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 01:59

First release

Attachment Type Icons adds configurable file-type icons to regular Obsidian attachment links without changing your Markdown.

Highlights

  • Shows icons for images, documents, spreadsheets, audio, video, and archives.
  • Lets you enable or disable each type, choose its icon, and edit its extensions.
  • Keeps embedded files unchanged and does not scan or modify your vault.
  • Supports Obsidian desktop and mobile.

Installation

Download main.js, manifest.json, and styles.css, then place them in <your-vault>/.obsidian/plugins/attachment-type-icons/. Reload Obsidian and enable the plugin under Settings → Community plugins.