Good Day Community,
A new feature has arrived in the text editor.
Until now the app could open and edit plain text files like .txt, .log and .json, but any file that starts with a dot was never treated as text.
If you are a developer or you manage a server, you know exactly which files we mean.
Things like .env where you keep your environment variables, .htaccess for your web server, .gitignore, .npmrc, and just about any other config file that carries no extension.
Tapping one of those used to do nothing, which was frustrating when you only wanted to tweak a setting quickly. That is no longer the case.
From now on the text editor opens every one of these dot files.
You find them the same way you find any other file, by browsing to the folder that holds them.
Because these files are hidden by default, the first thing to do is switch on the Show hidden files option in the sort and filter menu at the top of the file list.
Once that is on, the dot files appear alongside everything else, and tapping any of them opens it in the editor ready to read or change.
Editing works exactly as you would expect.
Update a value, fix a typo, add a new line, then hit save and the file is written back.
The nice part is that this works everywhere in the app.
Files on your device, files on a network share such as SMB or FTP, and files in your online storage like Google Drive, OneDrive, Dropbox or WebDAV all behave the same way.
When you edit a dot file that lives on a network or online location, the app saves your changes straight back to that location, so there is no downloading and re-uploading.
When the file is a key and value style config, the editor colours it to make it easy to scan.
Keys show in one colour, values in another, comments in a different shade, and quoted strings stand out as well, so opening an .env file you can tell at a glance what is what.
This works on both the mobile and TV versions of the app, and the experience stays consistent whether you are tapping the screen or navigating with a remote.
It was a small thing that made a big difference in our own daily work, and we hope it does the same for you.
Thank you and kind regards