Category "atom-editor"

How to display video and audio in HTML preview in Visual Studio Code

When I use the HTML5 video and audio tags in my code, video and audio appears when I load the file in a browser. They also appear when I use a HTML preview pack

Ignored names still show in tree view in ATOM

I have checked 'Exclude VCS Ignored paths' in Core settings. And 'Hide ignored names', 'Hide VCS ignored files' from tree-view package settings. And then closed

How do I run a python file in Atom? Conda env?

I don't quite know what to do. I use VSCode and Jupyter Notebook and conda env. I just downloaded Atom and it keeps saying no kernal for grammar python. I have

Atom Editor: How to unhide `.env` file in Atom

I've deleted .* from Ignored Names. All the . files are now showing in the sidebar (except for the .env file). Why is only this one file hidden? How can I ma

Don't ignore node_modules in Atom

I'm using node_modules to store my code, following the advice of this answer: https://stackoverflow.com/a/24630974/599184 However, Atom's search ignores node_m