Skip to content

DeTT&CT Editor

Marcus Bakker edited this page Dec 21, 2021 · 1 revision

The data source, technique and group YAML files can be edited using the DeTT&CT Editor.

How to run

The Editor is hosted on GitHub and can be found here. In addition, the Editor can be run locally using the following command: python dettect.py editor. Hosting the Editor on your own web server is possible by copying the content of the dist directory to the root folder of the server.

Keyboard shortcuts

  • Ctrl+Shift+Up/Down: go to the next or previous item when editing a data source or technique administration YAML file.

Technology stack

The Editor is created using the progressive JavaScript framework Vue.js and is entirely client-side. Therefore, the content of your YAML file is not sent to a server.

Limitations

You can edit all key-value pairs within a data source, techniques, or group YAML file with a few exceptions. More info can be found here.

Please note that comments (#) within your YAML files are not preserved due to a lack of support in the YAML JavaScript library. Put your comments within a key-value pair to keep them. For example: my-comment-1: your comment goes here.

Clone this wiki locally