Hi!
I am trying to get the current file name only (as string) in a javascript macro.
for example “myfile.c”
Where can I find documentation about the ko.views.manager.currentView elements?
var view = ko.views.manager.currentView;
var filename = view.document.name; // <- maybe something like this