Samuel Meuli
Samuel Meuli
Let's split this issue up: - EPUB seems doable, I've created a new issue for it: #21. - STL is already supported by macOS/Xcode. - What kind of previews would...
I have no experience with such 3D files. If anybody wants to contribute preview code, I'd be open for PRs. I've moved `.strings` support to a new issue as well:...
> Can we also implement text selection with copy feature? I've created a new issue for this request: #13
Cool library. The HTML conversion part is probably easy because it's written in Go and it also uses Chroma for syntax highlighting. This will allow us to add it to...
Is there an error message? Does uninstalling and reinstalling work?
Strange indeed, Haskell should already be supported: https://github.com/samuelmeuli/glance/blob/1937a7b32d23a7bb9e5325569f6ecf03f6bfbce3/QLPlugin/Info.plist#L163-L164 Previews aren't working for me either, not sure why. macOS doesn't allow the handling of some file types (e.g. `.plist`, `.ts` and...
Which archive types aren't working? Glance internally uses the `zipinfo` and `tar --gzip --list --verbose --file` commands to list the contents of archives. Do you get the expected output with...
Thanks for testing this. - **ZIP:** If `zipinfo` can be configured to output the correct file name, I will update the command used by Glance. - **TAR:** As you said,...
Thanks for the suggestion! What would that feature look like? You already need to click into the editor to be able to make changes.
What’s your platform and app version?