Anthony
Anthony
@nienn To expand on this issue a bit more: - [ ] First, target headings inside sections as a test. This would target ``/etc elements inside `` elements. The `div.section`...
We might also consider a general approach eventually, using `:target` pseudo class. This would maybe (?) allow for generic targeting. We do for instance have `id` attr on API docs,...
Though we have this functionality in our UI, this seems like a great feature for our config file. This is handy for non-secret environment variables, as noted, but also for...
Great! This seems like a great feature to add, I'm putting this on our 2022Q2 roadmap :+1:
I lied, we didn't get to this in 2022. I'm going to keep this on the backlog for now.
sh only evaluates `.profile` and friends if it's a login shell (`sh -l`/`sh --login`), so this wouldn't work without some more creative solutions
That is a really good question! I don't know for certain here, it would be worth a test. Executing in a login shell would open the door to using direnv,...
That feels like a bit of a separate conversation though. We can accomplish configuration file environment variables without a project level configuration file. Project level env variables could be exported...