Electron Adventures: Episode 46: Viewing Files Internally
Viewing a file is an operation which should be possible without leaving the file manager.
Let's start by supporting in-program viewing of two kinds of files - images and text files.
Component structure in src/App.svelte
I want to preserve the full st...
taw.hashnode.dev5 min read