Patrick Turcotte
Patrick Turcotte
Autocomplete is very nice if you are familiar with conventional commits. But, a dialog showing the differents options and sections to fill would be a nice addition for newcomers and...
> @patrek good suggestion! This could be something that gets proposed at installation time. Like "Do you prefer doing _this_ or _that_?". > I will build the dialog, and after...
Does not work in any gist, not even https://gist.run/
Simply: .js ``` textFileLoadedCallback(file, data) { document.getElementById('loaded_text_file').innerHTML = data; }; ``` .html ``` Load Single Text File ``` And main.js ``` aurelia.use.plugin('aurelia-files'); ```