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