SpikeHD / Dorion

Tiny alternative Discord client with a smaller footprint, snappier startup, themes, plugins and more!
https://spikehd.github.io/projects/dorion/
GNU General Public License v3.0
631 stars 20 forks source link

[Bug] Vencord's Quick CSS doesn't work #130

Closed Anime-Forevere closed 1 year ago

Anime-Forevere commented 1 year ago

Describe the bug When I try to open Quick CSS in Vencord's settings using Dorion, I get "You'll need a new app to open this about link"

To Reproduce Steps to reproduce the behavior:

  1. Go to Vencord settings
  2. Click "Open QuickCSS file"

Expected behavior Quick CSS editor should open

Screenshots image

System Info (please complete the following information):

Additional context I think that it tries to open a link with about protocol. Also, if you import Vencord settings, Quick CSS gets applied and is usable.

SpikeHD commented 1 year ago

I was debating moving QuickCSS to a settings tab in my fork because I don't think Tauri properly supports that type of separate window on all platforms, but now that I plan to move to Shelter, I'll just make an inline-CSS editor plugin for that instead. Don't expect the QuickCSS editor specifically to ever work (especially once the move is complete and my fork isn't maintained anymore), but you can expect a CSS editor sometime soonish.

ghost commented 1 year ago

snazzy shelter has quick css in it, its a plugin from yellowsink, but the tab specifically doesnt seem to work under dorion currently.

SpikeHD commented 1 year ago

Ahh yes right I knew I saw it already somewhere, I might just see what's up with it, fix it, and include it by default

SpikeHD commented 1 year ago

I have decided to instead make my own inline CSS editor for Shelter since Monaco is being a pain to get working (and it's huge!). It's located in my shelter-plugins repo and you can add it right now if you'd like, or wait til next release, up to you!