Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 659 Bytes

File metadata and controls

20 lines (16 loc) · 659 Bytes

Simple XML Editor

A really simple XML editor that takes advantage of your browser!

TODO List

  • Format XML docoment
  • Show Doxument with GUI
  • Editing XML with GUI interactively
  • Release a Tauri application

How To Use

Unfortunately, for now you have to install the tooling needed to develop the entire application to use it.

  • make sure you have node and yarn
  • clone the repo
  • yarn install
  • yarn dev

But, a Tauri application is on its way! Contribution is warmly welcomed!

Licensing

All code shall be distributed under MIT license with the exception of snippets marked explicitly from other sources.