No description
Find a file
2026-01-29 08:06:35 +03:00
.github/workflows um node version in ci 2024-11-16 08:57:13 +03:00
images update setting tab image 2025-07-12 17:52:01 +03:00
src Add YAML file support: views, settings, and syntax highlighting (#26) 2026-01-29 08:06:35 +03:00
.editorconfig Initial commit 2023-09-23 20:59:26 +03:00
.eslintignore Initial commit 2023-09-23 20:59:26 +03:00
.eslintrc Initial commit 2023-09-23 20:59:26 +03:00
.gitignore Initial commit 2023-09-23 20:59:26 +03:00
.npmrc Initial commit 2023-09-23 20:59:26 +03:00
esbuild.config.mjs minify code for prod build 2025-06-08 19:21:51 +03:00
LICENSE Create LICENSE 2024-02-10 21:55:50 +03:00
manifest.json Add YAML file support: views, settings, and syntax highlighting (#26) 2026-01-29 08:06:35 +03:00
package-lock.json Add YAML file support: views, settings, and syntax highlighting (#26) 2026-01-29 08:06:35 +03:00
package.json Add YAML file support: views, settings, and syntax highlighting (#26) 2026-01-29 08:06:35 +03:00
README.md Write readme file 2025-01-07 18:01:41 +03:00
styles.css Created custom css class for gutters 2025-01-22 08:34:41 +03:00
tsconfig.json minify code for prod build 2025-06-08 19:21:51 +03:00
version-bump.mjs update from sample plugin repo 2025-11-03 22:03:44 +03:00
versions.json un version 2025-11-29 19:42:16 +03:00

Obsidian Data Files editor plugin

Release workflow status GitHub release (latest SemVer)

This plugin adds ability to create and edit files of types: .txt, .json, .xml in Obsidian (https://obsidian.md)

Installation

  1. Open Settings > Third-party plugin
  2. Make sure Safe mode is off
  3. Click "Browse community plugins"
  4. Search for "Data Files Editor" in Obsidian's community plugins browser
  5. Click Install
  6. Once installed, close the community plugins window and activate the newly installed plugin

Usage

Settings

You can separately enable editing and creation of each type of data file. screenshot of settings screen

TXT editor

txt editor

JSON editor

json editor

XML editor

Doesn't have highlighting yet, will be added in future releases xml editor

File creation

You can create files of each type from the context menu in file tree. If you click on the folder, file will be created inside the folder. If you click on any file, new file will be created on the same level that selected file. context menu