A really simple XML editor that takes advantage of your browser!
- Format XML docoment
- Show Doxument with GUI
- Editing XML with GUI interactively
- Release a Tauri application
Unfortunately, for now you have to install the tooling needed to develop the entire application to use it.
- make sure you have
node
andyarn
- clone the repo
yarn install
yarn dev
But, a Tauri application is on its way! Contribution is warmly welcomed!
All code shall be distributed under MIT license with the exception of snippets marked explicitly from other sources.