https://github.com/Rogue-Frontier/Transgenesis-II
Projectional XML editor for structured game data
https://github.com/Rogue-Frontier/Transgenesis-II
editor xml
Last synced: over 1 year ago
JSON representation
Projectional XML editor for structured game data
- Host: GitHub
- URL: https://github.com/Rogue-Frontier/Transgenesis-II
- Owner: Rogue-Frontier
- Archived: true
- Created: 2019-11-29T09:34:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T04:27:40.000Z (over 2 years ago)
- Last Synced: 2025-02-13T02:25:46.651Z (over 1 year ago)
- Topics: editor, xml
- Language: C#
- Homepage:
- Size: 471 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transgenesis II

Structured XML editor that keeps your XML compliant to a schema written in XML. Lets you manage elements and set attributes while skipping the manual navigation of a regular text editor. Auto-suggests attributes and elements according to the spec, and suggests attribute values according to predefined or contextual data. Runs on .NET 6.0 using MonoGame + SadConsole
This program is discontinued and may be succeeded by a Terminal.Gui version.
# Schema
Transgenesis II uses a custom XML schema format that is designed to be as simple and terse as possible.