No description
Find a file
2025-01-24 18:50:55 +01:00
.github/workflows Added .kra support 2025-01-09 21:15:33 +01:00
src Added .ai support 2025-01-24 18:50:55 +01:00
.editorconfig Initial commit 2025-01-09 19:32:13 +01:00
.eslintignore Initial commit 2025-01-09 19:32:13 +01:00
.eslintrc Initial commit 2025-01-09 19:32:13 +01:00
.gitignore Initial commit 2025-01-09 19:32:13 +01:00
.npmrc Initial commit 2025-01-09 19:32:13 +01:00
esbuild.config.mjs Initial commit 2025-01-09 19:32:13 +01:00
LICENSE.txt Added .kra support 2025-01-09 21:15:33 +01:00
main.ts Added .ai support 2025-01-24 18:50:55 +01:00
manifest.json Version bump 1.0.1 2025-01-12 12:36:28 +01:00
package-lock.json Added .ai support 2025-01-24 18:50:55 +01:00
package.json Added .ai support 2025-01-24 18:50:55 +01:00
README.md Updated readme 2025-01-12 12:09:50 +01:00
styles.css Added .psd, .gltf, .glb, .obj support 2025-01-10 11:57:08 +01:00
tsconfig.json Fixed build 2025-01-12 12:36:03 +01:00
version-bump.mjs Initial commit 2025-01-09 19:32:13 +01:00
versions.json Version bump 1.0.1 2025-01-12 12:36:28 +01:00

Extended File Support for Obsidian

This plugin aims to add viewing and embedding support for various file types in Obsidian. It does not aim to allow these files to be edited. This is considered to be outside of the scope of this plugin.

File types can be toggled in the settings.

Currently Supported

The file types that are currently supported are:

  • .kra (Files made in Krita)
  • .psd (Photoshop, other visual programs)
  • .gltf, .glb (3D scene format)
  • .obj (3D object format)

Contributing

If you wish to contribute to the plugin, feel free to open a pull-request or an issue. If you're thinking about implementing a large feature, please open an issue first or contact me on discord at n_1ck so we can figure out if it's a good fit for this plugin.