Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1018 Bytes

TODO.md

File metadata and controls

36 lines (28 loc) · 1018 Bytes

Some ideas of improvements

  1. 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.

  2. TOML validator
    Validation with errors highlighting

  3. Data types highlighting
    Currently coloured are:

    • strings
    • numbers
    • timestamp (ISO)
    • boolean (true/false)


    To be added:

    • arrays
  4. 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

  5. Configurable comment character
    By default: '#' only. One could want also ';' as a comment, so then INI files (Windows) are also displayed properly

  6. Fully automated CI/CD pipeline using GitHub Workflows/Actions

  7. Automated dependdency checks with dependabot or rennovate