Releases: MeepTech/obsidian-custom-file-extensions-plugin
Releases · MeepTech/obsidian-custom-file-extensions-plugin
Merge pull request #10 from MeepTech/v1.2.1
1.2.0: Merge pull request #9 from MeepTech/v1.2
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
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