Skip to content

Releases: MeepTech/obsidian-custom-file-extensions-plugin

Merge pull request #10 from MeepTech/v1.2.1

17 Dec 21:11
b6f40d3
Compare
Choose a tag to compare

1.2.0: Merge pull request #9 from MeepTech/v1.2

17 Dec 21:05
2d00aba
Compare
Choose a tag to compare

Added

  • A button to the context menu in the files-menu titled Edit Extension to edit the extension of a file within obsidian.
  • A modal to help easily edit just the file extension. (accessed via the context menu button)

Updated

  • The Readme
  • Some code ordering and organization

1.1.0: Merge pull request #7 from MeepTech/v1.1

13 Dec 22:12
a8e7e2f
Compare
Choose a tag to compare

Fixed:

  • Fixed Case Insensitivity inconsistency. All settings now apply as case-insensitive! (Let it be known to anyone who finds this that; Only fully lowercase extensions match as case insensitive w/ the obsidian API, anything else only matches exactly!)
  • Fixed JSON conversion for example so it's no longer [object Object] under settings.
  • Fixed some apply/unapply bugs

Added:

  • A Mobile Specific Config (and toggle to enable/disable)
  • The ability to modify the md extension's view association (allowable via a toggle)
  • A list of known views and their currently associated extensions in the settings tab.
  • A list of errors/conflicts in the views tab.
  • The ability to view and copy known view type names and extensions.

Updated

  • The README

1.0.1

28 Jan 19:57
Compare
Choose a tag to compare

Fixed plugin key and version number as well as some build path mismatches.

1.0.0

24 Oct 03:41
Compare
Choose a tag to compare
removed style css and updated readme