Laurenz
Laurenz
I am all for making Typst as non-programmer friendly as possible, but the suggested syntaxes just seem different to me, not necessarily simpler. Could you expand a bit on this?...
I agree with @nachtjasmin and would thus close this.
The thing is that the current syntax is the simplest _I_ was able to come up with. Some parts of it could of course be simplified in isolation, but the...
This is planned, but there are some implementation difficulties. I have recently made progress on this front though, so perhaps it's not too far out.
There will be a new release soon and the web app will be updated then.
The `after` selector wouldn't do what you want even if supported by show rules. As stated it would select all footnote that have _any_ emphasized text before them (somewhere in...
I don't understand the goal with this. Why not put the show rule at the very top of the document, making it effectively global? Having a register_hook or initialize function...
Perhaps you're right. The idea was to reuse the "show" keyword since there is a conceptual similarity: It transforms the whole remaining scope instead of a specific element. But it...
The idea behind `show` is that it defines how an element is shown. Sort of the recipe for how a semantical entity is displayed visually. Transform works well for recursive...