Ivan Demidov
Ivan Demidov
> i used `[ '[[', ']]' ]` but it didn't work. Just write it in `config.js`. Is there some reason ? Hi, could you please provide an example where reproduced...
@andreyvolokitin Hi, this should work, show an example that does not work for you.
@cossssmin I like this idea and approach, there is a true feeling that we are creating our own `Jinja` or `Django template`
`` it seems very cumbersome considering that there may be several filters - it will clog `HTML` `{{ variable | filterName }}` - I will make sketches in this direction,...
> Thoughts? So far vague *simple* ```html string ``` *nested 1* ```html string ``` *nested 2* ```html stringstring ``` I think the filter to the line will be better @anikethsaha...
Ok, let's try with tags, 1. what will the filter chain look like? 2. In what order to apply? 3. Ignoring applied filters? ```html // ignore filter escape ? ```...
Now you'd better resort to constructing https://github.com/posthtml/posthtml-expressions#conditionaltags. In the future, I'll see what can be done for such expressions. Thank you for bringing this to our attention.
The offer is great, but here's the first thing that came to mind: 1. I immediately thought that this could grow in patterns and it would have to be controlled...
And then I suddenly thought about `computed` ```js { locals: { page: { title: 'scrum' } }, computed: { get getPageTitle() { return this.page && this.page.title ? this.page.title : ''...
@andreyvolokitin Hi, see example