soupslurpr / BeauTyXT

A beautiful, private, secure, and minimalistic Text, Markdown, and Typst editor.
https://beautyxt.app
ISC License
89 stars 6 forks source link

Open other file types compatible with text #3

Closed Niko4u5 closed 1 year ago

Niko4u5 commented 1 year ago

It would be neat to edit other file types like configs etc.

soupslurpr commented 1 year ago

I can set it so that it is possible to choose any type of file, but I would like to make it a choice just so its easy to choose .txt and get only .txt files. I will most likely add an additional option to be able to open any type of file. Thank you for the input!

soupslurpr commented 1 year ago

donzo!

soupslurpr commented 1 year ago

I reverted the commit. I am instead going to go with an approach where I only add specific mime types that can be viewed and edited the same as text files to avoid the user opening images, videos, zip's, and other files that are not compatible with editing as text, since that was not the intention of this feature.

soupslurpr commented 1 year ago

In the future I will add an option or button with a warning to open any file type, even ones not compatible with text, such as images or videos. Not high priority though, since it seems a bit niche.