This plugin lets you edit non-markdown files in Obsidian as if they are .md files. You can set the extension of the file type you want to be able to edit in Obsidian by setting the extension in the plugin's settings window. Please be sure to separate them by commas as shown in the image below.
You need to disable and enable the plugin after setting the file extensions.

The required APIs were only added in Obsidian 0.10.12, and as such, that is the minimum version of Obsidian required to use this plugin.
You can activate this plugin within Obsidian by doing the following:
You can follow the same procedure to update the plugin
<vault>/.obsidian/plugins/.obsidian folder may be hidden. On MacOS you should be able to press Command+Shift+Dot to show the folder in Finder.This project uses Typescript to provide type checking and documentation.
The repo depends on the latest plugin API in Typescript Definition format, which contains TSDoc comments describing what it does.
If you want to contribute to development and/or just customize it with your own tweaks, you can do the following:
npm i or yarn to install dependenciesnpm run build to compile.manifest.json, main.js
folder (e.g, <vault>/.obsidian/plugins/<plugin-name>/)Alternately, you can clone the repo directly into your plugins folder and once
dependencies are installed use npm run dev to start compilation in watch mode.
You may have to reload obsidian (ctrl+R) to see changes.
Initial release!