No description
Find a file
2023-11-22 13:19:38 +01:00
.editorconfig Initial commit 2022-10-21 14:57:24 -06:00
.eslintignore Initial commit 2022-10-21 14:57:24 -06:00
.eslintrc Initial commit 2022-10-21 14:57:24 -06:00
.gitignore Initial commit 2022-10-21 14:57:24 -06:00
.npmrc Initial commit 2022-10-21 14:57:24 -06:00
esbuild.config.mjs Initial commit 2022-10-21 14:57:24 -06:00
LICENSE.md set license 2022-10-23 11:34:38 -06:00
main.ts Remove global app reference 2023-11-22 13:19:38 +01:00
manifest.json Update version to 1.0.1 2023-11-22 13:13:07 +01:00
package-lock.json Change to mdx 2023-11-02 15:52:04 +01:00
package.json Change to mdx 2023-11-02 15:52:04 +01:00
README.md Add attribution in README 2023-11-02 16:13:48 +01:00
tsconfig.json Initial commit 2022-10-21 14:57:24 -06:00
version-bump.mjs Initial commit 2022-10-21 14:57:24 -06:00
versions.json Update version to 1.0.1 2023-11-22 13:13:07 +01:00

Edit-MDX

A plugin for Obsidian which allows users to create and edit mdx files as if they were markdown (.md) files. Does not preview MDX.

Features:

  • Registers .mdx file extension as markdown
  • Ribbon button to create new .mdx file
  • Context-menu item to create new .mdx file

Forked from https://github.com/Basil-Mori/obsidian-edit-gemini

Compatibility

The required APIs were added in Obsidian 0.11.0, so that's the minimum required version.

How to Use

  • Press "New New .mdx file" in the side ribbon or file context menu to create an untitled .mdx file
  • Select any .mdx file in the file viewer to start editing

Installation

Manual

  • Download the latest release and extract the zip into <vault>/.obsidian/plugins
  • Disable Restricted Mode if needed and enable the plugin from the Installed Plugins list.