-
Hierarchical layout in Outline View
Tables (sections) can contain hierarchical structure: [name1.name2.name3].
We should be able to display them as tree. It should be done with action button in Outline View. -
TOML validator
Validation with errors highlighting -
Data types highlighting
Currently coloured are:- strings
- numbers
- timestamp (ISO)
- boolean (true/false)
To be added:- arrays
-
Action: serialize to JSON
One should be able to easilty serialize TOML file to JSON format. It could be either to flat file or into memory, or into new editor window -
Configurable comment character
By default: '#' only. One could want also ';' as a comment, so then INI files (Windows) are also displayed properly -
Fully automated CI/CD pipeline using GitHub Workflows/Actions
-
Automated dependdency checks with dependabot or rennovate