I work with MBOA.dev on stuff like JMP.chat and co-host the Linux Lads and Linux Dev Time podcasts.
Comment by ~amolith on ~amolith/willow
If we currently, or plan to, rely on any font features like tabular figures, we need to make sure Departure Mono supports them before pulling it in. Same for any fonts we use for other first-party themes.
Comment by ~amolith on ~amolith/willow
I like the idea of both baking a couple/few themes in and allowing the user easily to override everything.
The former could be implemented by templating some more CSS and threading a new config value from TOML to templates.
For the latter, I'm inclined to have a new config value for a user-provided static dir. We could serve everything in the dir and their entrypoint could be an
overrides.css
. That allows the admin to pull in various self-hosted resources like fonts, CSS, and images.
Ticket created by ~amolith on ~amolith/willow
As a fun side thing in the future (I'm feeling inspired, so maybe soon), I'd like a second, non-default theme that uses Departure Mono and changes some of the CSS values to adopt an aesthetic similar to what's shown on their site.
Comment by ~amolith on ~amolith/willow
Forgot to update the usage instructions according to the new UI
RESOLVED IMPLEMENTED
REPORTEDComment by ~amolith on ~amolith/willow
Amolith referenced this ticket in commit 6a997f0.
REPORTED
RESOLVED IMPLEMENTEDComment by ~amolith on ~amolith/willow
Amolith referenced this ticket in commit 8cbd018.
REPORTED
RESOLVED IMPLEMENTEDComment by ~amolith on ~amolith/willow
it has options to control the formatting and that's where personal preferences and argument can creep in :)
Hah I intended to just leave all of prettier's settings at default, aside from the plugin ;)
It's also useful to have editors do the formatting whilst coding so configuring Prettier via an
.editorconfig
would be nice.I see that prettier respects style settings from an editorconfig, but nothing about making it aware of plugins or configuring those plugins. Is it just the styling aspect you're referring to, or did I miss some docs?