No description
Find a file
2025-01-22 08:34:41 +03:00
.github/workflows um node version in ci 2024-11-16 08:57:13 +03:00
images Write readme file 2025-01-07 18:01:41 +03:00
src Created custom css class for gutters 2025-01-22 08:34:41 +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 work on json code highlighting 2023-11-06 21:05:58 +03:00
LICENSE Create LICENSE 2024-02-10 21:55:50 +03:00
manifest.json bump version 2025-01-07 21:33:51 +03:00
package-lock.json different behaviour for different file types 2024-11-23 22:11:46 +03:00
package.json bump version 2025-01-07 21:33:51 +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 Initial commit 2023-09-23 20:59:26 +03:00
version-bump.mjs Initial commit 2023-09-23 20:59:26 +03:00
versions.json bump version 2025-01-07 21:33:51 +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